From 41c7e082181048ee3dd5fa89089edf03cf02be1e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 22 Jul 2011 11:18:26 +0200 Subject: [PATCH] fix detecting non-anonymous when 100 code is sent in initial presence. --- src/groupchat_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index b63214021..a98dbfd20 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1503,6 +1503,7 @@ class GroupchatControl(ChatControlBase): # gajim.py) self.print_conversation( _('Any occupant is allowed to see your full JID')) + self.is_anonymous = False if '170' in obj.status_code: # Can be a message (see handle_event_gc_config_change in # gajim.py) -- 2.11.4.GIT