gajim-plural/gajim/common
Philipp Hörist 5e1e4e27e7 Fix multiple metacontact requests at startup
_continue_connection_request_privacy() should only trigger
once after we received the discoinfo on the hostname.

We do a discoinfo on all items that the server offers,
_continue_connection_request_privacy() was triggered on every received
discoinfo again, hence requesting metacontacts and delimiters again.

also _continue_connection_request_privacy() was called on every
discoinfo error, instead of only on a hostname discoinfo error.

This bug is only triggered if the server doesnt support privacy rules.
2017-07-20 01:58:08 +02:00
..
protocol
zeroconf
__init__.py
account.py
atom.py
caps_cache.py
check_paths.py
check_X509.py
commands.py
config.py fixed lookup of description for keyed options 2017-07-11 20:35:47 +02:00
configpaths.py
connection.py Fix multiple metacontact requests at startup 2017-07-20 01:58:08 +02:00
connection_handlers.py
connection_handlers_events.py Fix not requesting roster on empty cache.db 2017-07-19 10:52:02 +02:00
contacts.py
crypto.py
dataforms.py
dbus_support.py
defs.py Change defaults on history restore options 2017-07-10 21:03:45 +02:00
dh.py
events.py
exceptions.py
file_props.py
fuzzyclock.py
gajim.py
ged.py
gpg.py
helpers.py Play sounds on MacOS 2017-07-19 13:16:27 +02:00
i18n.py
idle.py
jingle.py
jingle_content.py
jingle_ft.py
jingle_ftstates.py
jingle_rtp.py
jingle_session.py
jingle_transport.py
jingle_xtls.py
location_listener.py
logger.py Use namedtuples for results from the DB 2017-07-12 22:34:55 +02:00
logging_helpers.py
message_archiving.py
multimedia_helpers.py
nec.py
optparser.py Change defaults on history restore options 2017-07-10 21:03:45 +02:00
passwords.py
pep.py
proxy65_manager.py
pubsub.py
resolver.py
rst_xhtml_generator.py
sleepy.py
socks5.py
stanza_session.py