gajim-plural/gajim
Philipp Hörist 0b5c8a3b46 Dont retract pep items on UserXEPs
This leads to multiple problems

1. We cant assume only items with id='current' are stored in the node
which would lead to retracting 'current' but another item would become
the last published and sent to users

2. Even if we have a SingletonNode retracting the only item means the Node
would be empty and offline clients would not receive the last published item
on coming online, because there is no item anymore

Instead we always publish an empty item from now on
2018-10-07 00:46:41 +02:00
..
command_system Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
common Dont retract pep items on UserXEPs 2018-10-07 00:46:41 +02:00
data Remove not used liststore entrys 2018-08-19 13:46:38 +02:00
dev Fix license comment format 2018-10-07 00:46:35 +02:00
gtk Dont retract pep items on UserXEPs 2018-10-07 00:46:41 +02:00
plugins Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
__init__.py Update Gajim version to 1.0.99 2018-08-19 18:09:08 +02:00
accounts_window.py Unify to use app.get_account_label() 2018-10-07 00:46:33 +02:00
adhoc_commands.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
advanced_configuration_window.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
app_actions.py Fix license comment format 2018-10-07 00:46:35 +02:00
application.py Add annotations and fix pylint/mypy errors 2018-10-07 00:46:38 +02:00
atom_window.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
cell_renderer_image.py Fix license comment format 2018-10-07 00:46:35 +02:00
chat_control.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
chat_control_base.py Fix unsued-import pylint errors 2018-10-07 00:46:40 +02:00
config.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
conversation_textview.py Fix license comment format 2018-10-07 00:46:35 +02:00
dataforms_widget.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
dialog_messages.py Add annotations and fix pylint/mypy errors 2018-10-07 00:46:38 +02:00
dialogs.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
disco.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
filetransfers_window.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
gajim.py Fix license comment format 2018-10-07 00:46:35 +02:00
gajim_remote.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
groupchat_control.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
groups.py Fix license comment format 2018-10-07 00:46:35 +02:00
gtkexcepthook.py Fix pyflakes/pycodestyle errors 2018-10-07 00:46:34 +02:00
gtkgui_helpers.py Fix pylint errors 2018-10-07 00:46:37 +02:00
gui_interface.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
gui_menu_builder.py Fix unsued-import pylint errors 2018-10-07 00:46:40 +02:00
history_manager.py HistoryManager: Load css config in standalone 2018-10-07 00:46:39 +02:00
htmltextview.py Fix unsued-import pylint errors 2018-10-07 00:46:40 +02:00
logind_listener.py Fix license comment format 2018-10-07 00:46:35 +02:00
message_control.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
message_textview.py Add annotations and fix pylint/mypy errors 2018-10-07 00:46:38 +02:00
message_window.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
music_track_listener.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
notify.py Fix license comment format 2018-10-07 00:46:35 +02:00
options_dialog.py Add error message to change password dialog 2018-08-01 00:35:42 +02:00
remote_control.py Fix license comment format 2018-10-07 00:46:35 +02:00
roster_window.py Dont retract pep items on UserXEPs 2018-10-07 00:46:41 +02:00
screensaver_listener.py Fix license comment format 2018-10-07 00:46:35 +02:00
search_window.py Fix len-as-condition pylint errors 2018-10-07 00:46:39 +02:00
session.py Fix useless-object-inheritance pylint errors 2018-10-07 00:46:40 +02:00
statusicon.py Fix unsued-import pylint errors 2018-10-07 00:46:40 +02:00
tooltips.py Add annotations and fix pylint/mypy errors 2018-10-07 00:46:38 +02:00
vcard.py Fix unsued-import pylint errors 2018-10-07 00:46:40 +02:00