gajim-plural/gajim/common
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
..
modules Dont retract pep items on UserXEPs 2018-09-16 13:35:55 +02:00
protocol Fix license comment format 2018-09-05 02:59:34 +02:00
zeroconf Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
__init__.py
account.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
app.py Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
caps_cache.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
config.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
configpaths.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
connection.py Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
connection_handlers.py Request blocking list on connect 2018-09-09 16:50:55 +02:00
connection_handlers_events.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
const.py Dont retract pep items on UserXEPs 2018-09-16 13:35:55 +02:00
contacts.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
css_config.py Rework Gajim Theming 2018-08-16 22:53:33 +02:00
dbus_support.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
dh.py Fix license comment format 2018-09-05 02:59:34 +02:00
events.py Fix license comment format 2018-09-05 02:59:34 +02:00
exceptions.py Fix license comment format 2018-09-05 02:59:34 +02:00
file_props.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
fuzzyclock.py fuzzyclock: Fix pylint errors 2018-09-13 00:33:54 +02:00
ged.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
gpg.py Fix license comment format 2018-09-05 02:59:34 +02:00
helpers.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
i18n.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
idle.py Remove verbose logging of idle time 2018-09-06 21:44:31 +02:00
jingle.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
jingle_content.py Fix license comment format 2018-09-05 02:59:34 +02:00
jingle_ft.py Fix license comment format 2018-09-05 02:59:34 +02:00
jingle_ftstates.py Fix license comment format 2018-09-05 02:59:34 +02:00
jingle_rtp.py Fix license comment format 2018-09-05 02:59:34 +02:00
jingle_session.py Fix unsued-import pylint errors 2018-09-16 11:37:38 +02:00
jingle_transport.py Fix license comment format 2018-09-05 02:59:34 +02:00
jingle_xtls.py Fix license comment format 2018-09-05 02:59:34 +02:00
location_listener.py Fix license comment format 2018-09-05 02:59:34 +02:00
logger.py Fix license comment format 2018-09-05 02:59:34 +02:00
logging_helpers.py Fix license comment format 2018-09-05 02:59:34 +02:00
multimedia_helpers.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
nec.py Add annotations and fix pylint/mypy errors 2018-09-13 23:56:12 +02:00
optparser.py Fix len-as-condition pylint errors 2018-09-16 01:10:04 +02:00
passwords.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
pep.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
proxy65_manager.py Fix license comment format 2018-09-05 02:59:34 +02:00
resolver.py Fix license comment format 2018-09-05 02:59:34 +02:00
rst_xhtml_generator.py Fix license comment format 2018-09-05 02:59:34 +02:00
socks5.py Fix useless-object-inheritance pylint errors 2018-09-16 11:56:56 +02:00
types.py Dont retract pep items on UserXEPs 2018-09-16 13:35:55 +02:00