Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-07-22 13:18:26 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-07-22 13:18:26 +0400
commitc4064b8cb32ebe1d5ec8dca35a13d1473ee960d3 (patch)
treebed0379be8c082d67c99b33399907fc9d5487fac
parentc47fe823cf7d4a4a5dd046cba7a1b00455ffa3da (diff)
fix detecting non-anonymous when 100 code is sent in initial presence.
-rw-r--r--src/groupchat_control.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 15123a3d4..c54f974e8 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -1294,6 +1294,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 statusCode:
# Can be a message (see handle_event_gc_config_change in
# gajim.py)