mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Merge branch 'develop' into roster
This commit is contained in:
commit
62bdaab7c7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class TestStreamRoster(SleekTest):
|
||||||
# Since get_roster blocks, we need to run it in a thread.
|
# Since get_roster blocks, we need to run it in a thread.
|
||||||
t = threading.Thread(name='get_roster',
|
t = threading.Thread(name='get_roster',
|
||||||
target=self.xmpp.get_roster,
|
target=self.xmpp.get_roster,
|
||||||
kwargs={'callback': roster_callback})
|
kwargs={str('callback'): roster_callback})
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
self.send("""
|
self.send("""
|
||||||
|
|
Loading…
Reference in a new issue