Have a notification when someone wants to suscribe to your presence
This commit is contained in:
parent
28b2dbcc84
commit
9237f79490
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,8 @@ class Core(object):
|
|||
roster.add_contact(contact, jid)
|
||||
roster.edit_groups_of_contact(contact, [])
|
||||
contact.set_ask('asked')
|
||||
self.tabs[0].set_color_state(theme.COLOR_TAB_HIGHLIGHT)
|
||||
self.information('%s wants to subscribe to your presence'%jid)
|
||||
if isinstance(self.current_tab(), tabs.RosterInfoTab):
|
||||
self.refresh_window()
|
||||
|
||||
|
|
Loading…
Reference in a new issue