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
gajim
Commits
49075675
Commit
49075675
authored
Apr 04, 2020
by
Philipp Hörist
Browse files
Presence: Don't auto subscribe to transports
parent
8b9cc5f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/modules/presence.py
View file @
49075675
...
...
@@ -258,7 +258,7 @@ def _subscribe_received(self, _con, _stanza, properties):
# We'll reply after roster push result
raise
nbxmpp
.
NodeProcessed
if
auto_auth
or
is_transport
or
jid
in
self
.
jids_for_auto_auth
:
if
auto_auth
or
jid
in
self
.
jids_for_auto_auth
:
self
.
send_presence
(
fjid
,
'subscribed'
)
self
.
_log
.
info
(
'Auto respond with subscribed: %s'
,
jid
)
return
...
...
Philipp Hörist
@lovetox
mentioned in issue
#8597 (closed)
·
Apr 04, 2020
mentioned in issue
#8597 (closed)
mentioned in issue #8597
Toggle commit list
Philipp Hörist
@lovetox
mentioned in merge request
!160 (closed)
·
Apr 04, 2020
mentioned in merge request
!160 (closed)
mentioned in merge request !160
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