changeset 842551250ef0 in /home/hg/repos/gajim-plugins

author: Daniel Gultsch <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=842551250ef0
description: Revert "add store hint to outgoing omemo messages"

        This reverts commit 5320144d09002381a9c3ef8ecba34a3c0b301d47.

diffstat:

 omemo/xmpp.py |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r b54dcc7fc6bf -r 842551250ef0 omemo/xmpp.py
--- a/omemo/xmpp.py     Mon May 23 09:53:14 2016 +0200
+++ b/omemo/xmpp.py     Mon May 23 10:27:42 2016 +0200
@@ -38,7 +38,6 @@
 NS_DEVICE_LIST = NS_OMEMO + '.devicelist'
 NS_NOTIFY = NS_DEVICE_LIST + '+notify'
 NS_BUNDLES = NS_OMEMO + '.bundles:'
-NS_HINTS = 'urn:xmpp:hints'
 log = logging.getLogger('gajim.plugin_system.omemo')
 
 
@@ -86,8 +85,6 @@
         header.addChild('iv').addData(b64encode(msg_dict['iv']))
         self.addChild(node=header)
         self.addChild('payload').addData(b64encode(msg_dict['payload']))
-        store = Node('store', attrs={'xmlns' : NS_HINTS})
-        self.addChild(node=store)
 
 
 class BundleInformationQuery(Iq):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to