summaryrefslogtreecommitdiff
path: root/slixmpp/componentxmpp.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-23 17:01:17 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-23 17:01:17 +0200
commit74117453b5c3c2be51206a2b34a3ea2e1818f9d4 (patch)
tree5f9df56ea9f3509c22607779d6001505df57a4d4 /slixmpp/componentxmpp.py
parent5611b30022fbe6c2b91ffb145d604f3c07ff6898 (diff)
downloadslixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.gz
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.bz2
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.tar.xz
slixmpp-74117453b5c3c2be51206a2b34a3ea2e1818f9d4.zip
Cleanup how events are run, they are always direct by definition now
Diffstat (limited to 'slixmpp/componentxmpp.py')
-rw-r--r--slixmpp/componentxmpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/componentxmpp.py b/slixmpp/componentxmpp.py
index 632db189..52829dfa 100644
--- a/slixmpp/componentxmpp.py
+++ b/slixmpp/componentxmpp.py
@@ -152,7 +152,7 @@ class ComponentXMPP(BaseXMPP):
"""
self.session_bind_event.set()
self.session_started_event.set()
- self.event('session_bind', self.boundjid, direct=True)
+ self.event('session_bind', self.boundjid)
self.event('session_start')
def _handle_probe(self, pres):