summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-29 18:53:02 +0100
committermathieui <mathieui@mathieui.net>2014-11-29 18:53:02 +0100
commita0a00d5e7d400ae20708fd70015060007f99d07c (patch)
treeb0f88a437aff9868d84467ca5aac50ec0a2d4a30 /src/core/handlers.py
parent952a18cf21f69c445344eaed221dd0b4d09bf91b (diff)
downloadpoezio-a0a00d5e7d400ae20708fd70015060007f99d07c.tar.gz
poezio-a0a00d5e7d400ae20708fd70015060007f99d07c.tar.bz2
poezio-a0a00d5e7d400ae20708fd70015060007f99d07c.tar.xz
poezio-a0a00d5e7d400ae20708fd70015060007f99d07c.zip
Add our own JID to the roster
Diffstat (limited to 'src/core/handlers.py')
-rw-r--r--src/core/handlers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/handlers.py b/src/core/handlers.py
index 50dca216..d8f057f8 100644
--- a/src/core/handlers.py
+++ b/src/core/handlers.py
@@ -906,6 +906,7 @@ def on_session_start(self, event):
if not self.xmpp.anon:
# request the roster
self.xmpp.get_roster()
+ roster.update_contact_groups(self.xmpp.boundjid.bare)
# send initial presence
if config.get('send_initial_presence'):
pres = self.xmpp.make_presence()