From 74ed50e6267f97909f24408d7261307b52d2e077 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 31 Jan 2019 16:46:50 +0100 Subject: Set @id by default on outgoing messages and presences. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Respects RFC6120 §8.1.3’s RECOMMENDED. --- slixmpp/test/slixtest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'slixmpp/test/slixtest.py') diff --git a/slixmpp/test/slixtest.py b/slixmpp/test/slixtest.py index ff185368..3953d77d 100644 --- a/slixmpp/test/slixtest.py +++ b/slixmpp/test/slixtest.py @@ -361,6 +361,7 @@ class SlixTest(unittest.TestCase): # Some plugins require messages to have ID values. Set # this to True in tests related to those plugins. self.xmpp.use_message_ids = False + self.xmpp.use_presence_ids = False def make_header(self, sto='', sfrom='', -- cgit v1.2.3