fix detecting non-anonymous when 100 code is sent in initial presence.
This commit is contained in:
parent
cbecbd93a4
commit
ad7f389a91
|
@ -1503,6 +1503,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
# gajim.py)
|
# gajim.py)
|
||||||
self.print_conversation(
|
self.print_conversation(
|
||||||
_('Any occupant is allowed to see your full JID'))
|
_('Any occupant is allowed to see your full JID'))
|
||||||
|
self.is_anonymous = False
|
||||||
if '170' in obj.status_code:
|
if '170' in obj.status_code:
|
||||||
# Can be a message (see handle_event_gc_config_change in
|
# Can be a message (see handle_event_gc_config_change in
|
||||||
# gajim.py)
|
# gajim.py)
|
||||||
|
|
Loading…
Reference in New Issue