gajim-plural/gajim/gtk
Philipp Hörist 7018d5be0e 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-09-16 13:35:55 +02:00
..
__init__.py Rework Gajim Theming 2018-08-16 22:53:33 +02:00
about.py Move some dialogs into gtk module 2018-07-18 00:15:46 +02:00
account_wizard.py Fix pylint errors 2018-09-12 00:01:54 +02:00
add_contact.py Fix len-as-condition pylint error 2018-09-16 01:19:09 +02:00
bookmarks.py Light refactring of bookmark code 2018-09-05 00:06:59 +02:00
dataform.py Add new DataFormWidget 2018-08-05 22:51:03 +02:00
dialogs.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
emoji_chooser.py Display only emojis the font supports 2018-08-20 19:18:07 +02:00
emoji_data.py Rework Emoji implementation 2018-08-17 21:55:42 +02:00
emoji_data.pyi Add stubs file for emoji_data 2018-09-13 23:54:29 +02:00
features.py Move features dialog into gtk folder 2018-07-29 23:58:38 +02:00
filechoosers.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
history.py Fix broken history search 2018-08-06 19:07:42 +02:00
history_sync.py Move some dialogs into gtk module 2018-07-18 00:15:46 +02:00
join_groupchat.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
mam_preferences.py Move some dialogs into gtk module 2018-07-18 00:15:46 +02:00
pep_config.py Move ManagePEPServicesWindow into gtk module 2018-07-22 16:34:51 +02:00
preferences.py Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
privacy_list.py Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
profile.py Dont retract pep items on UserXEPs 2018-09-16 13:35:55 +02:00
server_info.py Add XEP-0398 optimizations 2018-09-01 20:40:20 +02:00
service_registration.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
shortcuts_window.py Move shortcuts dialog into gtk folder 2018-07-30 00:24:43 +02:00
single_message.py Fix pylint errors 2018-09-12 00:01:54 +02:00
start_chat.py Unify to use app.get_account_label() 2018-08-30 19:27:40 +02:00
themes.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
util.py Add Builder class 2018-09-09 15:29:55 +02:00
xml_console.py Rework Gajim Theming 2018-08-16 22:53:33 +02:00