Remove more threaded= and block= options from the plugins
(also, correct a typo)
This commit is contained in:
@@ -182,7 +182,6 @@ class XEP_0095(BasePlugin):
|
||||
if stream_handler:
|
||||
self.xmpp.add_event_handler('stream:%s:%s' % (sid, jid),
|
||||
stream_handler,
|
||||
threaded=True,
|
||||
disposable=True)
|
||||
return iq.send()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user