diff options
author | Lance Stout <lancestout@gmail.com> | 2014-01-21 12:05:02 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2014-01-21 12:05:02 -0800 |
commit | d002d4c06fd90f5c6c0ddb38c0a38efc8fefd9ea (patch) | |
tree | 281423462233ada0be64f93b94b40f29c9b0b0b4 /examples/ping.py | |
parent | 12995e280e7dcb9a34933d9e4fa3614d1b958eaa (diff) | |
parent | 7c03cc622c8f00768097d8170887aefdad1d57c6 (diff) | |
download | slixmpp-d002d4c06fd90f5c6c0ddb38c0a38efc8fefd9ea.tar.gz slixmpp-d002d4c06fd90f5c6c0ddb38c0a38efc8fefd9ea.tar.bz2 slixmpp-d002d4c06fd90f5c6c0ddb38c0a38efc8fefd9ea.tar.xz slixmpp-d002d4c06fd90f5c6c0ddb38c0a38efc8fefd9ea.zip |
Merge pull request #274 from anton-ryzhov/fixes
Examples and thread counting
Diffstat (limited to 'examples/ping.py')
-rwxr-xr-x | examples/ping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ping.py b/examples/ping.py index 8fbb5655..1a1c2e94 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -37,7 +37,7 @@ class PingTest(sleekxmpp.ClientXMPP): def __init__(self, jid, password, pingjid): sleekxmpp.ClientXMPP.__init__(self, jid, password) if pingjid is None: - pingjid = self.jid + pingjid = self.boundjid.bare self.pingjid = pingjid # The session_start event will be triggered when |