summaryrefslogtreecommitdiff
path: root/slixmpp/componentxmpp.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-21 20:27:53 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-21 20:32:09 +0200
commit373505f48351a310f7d7ddf0da92fd604682daf1 (patch)
treef9e8acc71e984efde700d65944345f9c7c29bda1 /slixmpp/componentxmpp.py
parenta2cad40f9163f7f14a5607853ff42f458844462e (diff)
downloadslixmpp-373505f48351a310f7d7ddf0da92fd604682daf1.tar.gz
slixmpp-373505f48351a310f7d7ddf0da92fd604682daf1.tar.bz2
slixmpp-373505f48351a310f7d7ddf0da92fd604682daf1.tar.xz
slixmpp-373505f48351a310f7d7ddf0da92fd604682daf1.zip
Clean a new bunch of stuf
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 c640c3dc..632db189 100644
--- a/slixmpp/componentxmpp.py
+++ b/slixmpp/componentxmpp.py
@@ -143,7 +143,7 @@ class ComponentXMPP(BaseXMPP):
handshake = ET.Element('{jabber:component:accept}handshake')
handshake.text = hashlib.sha1(pre_hash).hexdigest().lower()
- self.send_xml(handshake, now=True)
+ self.send_xml(handshake)
def _handle_handshake(self, xml):
"""The handshake has been accepted.