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
cf2b471a
Commit
cf2b471a
authored
Jan 30, 2021
by
Philipp Hörist
Browse files
Resolver: Don’t fail on invalid websocket uris
parent
5b7540c6
Pipeline
#7202
passed with stages
in 5 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/addresses.py
View file @
cf2b471a
...
...
@@ -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
,
...
...
Michael Felden
@mfld-pub
mentioned in issue
#116 (closed)
·
Feb 05, 2021
mentioned in issue
#116 (closed)
mentioned in issue #116
Toggle commit list
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