mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 17:46:21 +00:00
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);
|