Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
29f26e3b
Commit
29f26e3b
authored
Nov 29, 2012
by
Yann Leboulanger
Browse files
don't try to connect twice when we get see-other-host.
parent
51689ec9
Changes
1
Show whitespace changes
Inline
Side-by-side
nbxmpp/client_nb.py
View file @
29f26e3b
...
...
@@ -354,6 +354,7 @@ class NonBlockingClient:
self
.
Dispatcher
.
ProcessNonBlocking
(
data
)
if
self
.
got_see_other_host
:
log
.
info
(
'got see-other-host'
)
self
.
onreceive
(
None
)
self
.
on_stream_error_cb
(
self
,
self
.
got_see_other_host
)
elif
not
self
.
got_features
:
self
.
_xmpp_connect_machine
(
mode
=
'FAILURE'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment