Added message in console on /roster add

This commit is contained in:
James Booth
2013-06-02 00:20:22 +01:00
parent cf8d00185b
commit 65c09db19e
6 changed files with 29 additions and 4 deletions

View File

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