Refactored roster add/update
This commit is contained in:
@@ -366,3 +366,10 @@ handle_roster_remove(const char * const barejid)
|
||||
ui_roster_remove(barejid);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
handle_roster_add(const char * const barejid, const char * const name)
|
||||
{
|
||||
ui_roster_add(barejid, name);
|
||||
ui_current_page_off();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user