diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/handlers.py | 1 |
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() |