Skip to content
Snippets Groups Projects
Unverified Commit a1e8aaef authored by Nikolay Yakimov's avatar Nikolay Yakimov
Browse files

[gotr] Disable SEND_TAG by default on gajim>=0.16.4

I.e. whitespace-pattern advertisement
parent 97dd0ebe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment