Have a notification when someone wants to suscribe to your presence

This commit is contained in:
Florent Le Coz 2011-01-12 20:37:28 +01:00
parent 28b2dbcc84
commit 9237f79490

View file

@ -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()