Add XEP-0308 Last Message Correction support

This commit is contained in:
Lance Stout
2012-09-25 12:35:53 -07:00
parent c4edb9724b
commit a6ca6701a0
6 changed files with 90 additions and 0 deletions

View File

@@ -368,6 +368,11 @@ class SleekTest(unittest.TestCase):
else:
for plugin in plugins:
self.xmpp.register_plugin(plugin)
# 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.process(threaded=True)
if skip:
if socket != 'live':