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
82c266e5
Commit
82c266e5
authored
Jan 30, 2021
by
Philipp Hörist
Browse files
Resolver: Don’t fail on invalid websocket uris
parent
0fe3b7dd
Pipeline
#7203
passed with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/addresses.py
View file @
82c266e5
...
...
@@ -172,6 +172,7 @@ class ServerAddresses(Observable):
type_
=
ConnectionType
.
PLAIN
else
:
log
.
warning
(
'Invalid websocket uri: %s'
,
uri
)
self
.
_on_request_resolved
()
return
addr
=
ServerAddress
(
domain
=
self
.
_domain
,
...
...
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