Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2017-01-23 19:31:59 +0300
committerNikolay Yakimov <root@livid.pp.ru>2017-01-23 19:31:59 +0300
commita1e8aaefdaf7475dd89dea5f851475844c16add9 (patch)
tree91fd6c6d38dd6d27e762a2156f923772af14e8a9
parent97dd0ebea0b5baad378814fbb78188c37e0bd0fe (diff)
[gotr] Disable SEND_TAG by default on gajim>=0.16.4
I.e. whitespace-pattern advertisement
-rw-r--r--gotr/otrmodule.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gotr/otrmodule.py b/gotr/otrmodule.py
index 175f166..72bf190 100644
--- a/gotr/otrmodule.py
+++ b/gotr/otrmodule.py
@@ -285,6 +285,7 @@ class OtrPlugin(GajimPlugin):
else:
self.events_handlers['stanza-message-outgoing'] = (ged.OUT_PRECORE,
self.handle_outgoing_msg_stanza)
+ DEFAULTFLAGS['SEND_TAG'] = False
self.gui_extension_points = {
'chat_control' : (self.cc_connect, self.cc_disconnect)