From a0a00d5e7d400ae20708fd70015060007f99d07c Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Nov 2014 18:53:02 +0100 Subject: Add our own JID to the roster --- src/core/handlers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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() -- cgit v1.2.3