Added message in console on /roster add
This commit is contained in:
@@ -199,6 +199,13 @@ prof_handle_subscription(const char *from, jabber_subscr_t type)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_roster_add(const char * const barejid, const char * const name)
|
||||
{
|
||||
ui_roster_add(barejid, name);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_login_account_success(char *account_name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user