Add our own JID to the roster
This commit is contained in:
parent
952a18cf21
commit
a0a00d5e7d
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue