summaryrefslogtreecommitdiff
path: root/sleekxmpp/componentxmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-08 10:01:52 -0700
committerLance Stout <lancestout@gmail.com>2011-06-08 10:01:52 -0700
commit8eb59072b4d5b88a0741e7ef7bb61fa357bffeae (patch)
tree37303e7a3bbc6e8a093ce3f9457e5a31c6822d8b /sleekxmpp/componentxmpp.py
parent788a5b73f9392c49e1bab088d558ea4a337bea2d (diff)
parent4266ee0fa4b2520ed930047ea73d6ac82d9b1f83 (diff)
downloadslixmpp-8eb59072b4d5b88a0741e7ef7bb61fa357bffeae.tar.gz
slixmpp-8eb59072b4d5b88a0741e7ef7bb61fa357bffeae.tar.bz2
slixmpp-8eb59072b4d5b88a0741e7ef7bb61fa357bffeae.tar.xz
slixmpp-8eb59072b4d5b88a0741e7ef7bb61fa357bffeae.zip
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/componentxmpp.py')
-rw-r--r--sleekxmpp/componentxmpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py
index 8f7cfeaf..4d17d725 100644
--- a/sleekxmpp/componentxmpp.py
+++ b/sleekxmpp/componentxmpp.py
@@ -131,7 +131,7 @@ class ComponentXMPP(BaseXMPP):
handshake = ET.Element('{jabber:component:accept}handshake')
handshake.text = hashlib.sha1(pre_hash).hexdigest().lower()
- self.send_xml(handshake)
+ self.send_xml(handshake, now=True)
def _handle_handshake(self, xml):
"""