mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
5b8b9074a2
Add support of name/nickname instead of only JID for `/roster remove` command. Add tests for it as well.
6 lines
194 B
C
6 lines
194 B
C
void sends_new_item(void **state);
|
|
void sends_new_item_nick(void **state);
|
|
void sends_remove_item(void **state);
|
|
void sends_remove_item_nick(void **state);
|
|
void sends_nick_change(void **state);
|