gajim-plural/gajim/common/zeroconf
Philipp Hörist 7815ce19a5 Dont use callbacks when sending messages
Using a callback to display a sent message inside the ChatControl means
that all messages we send have to be issued from the GUI layer
(send_message()) if we want them to display in the ChatControl.

This replaces the callback and catches the stanza-message-outgoing event
after it was processed by the core.

This is easier to read/understand than dealing with callbacks and lets
the core issue messages without having to care if a ChatControl is open or not
2017-12-10 18:56:29 +01:00
..
__init__.py Rename src directory 2017-07-02 17:25:47 +02:00
client_zeroconf.py fix some pylint errors 2017-08-24 23:01:06 +02:00
connection_handlers_zeroconf.py Refactor Avatars 2017-10-08 11:26:28 +02:00
connection_zeroconf.py Dont use callbacks when sending messages 2017-12-10 18:56:29 +01:00
roster_zeroconf.py Use absolute imports 2017-08-18 19:48:48 +02:00
zeroconf.py Hide some pylint errors 2017-08-24 23:20:35 +02:00
zeroconf_avahi.py Use absolute imports 2017-08-18 19:48:48 +02:00
zeroconf_bonjour.py Fix some logging calls 2017-09-26 07:14:01 +02:00