mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 06:46:21 +00:00
Added roster struct, create and destroy roster on connect/disconnect
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
void clears_chat_sessions(void **state)
|
||||
{
|
||||
chat_sessions_init();
|
||||
roster_init();
|
||||
roster_create();
|
||||
chat_session_recipient_active("bob@server.org", "laptop", FALSE);
|
||||
chat_session_recipient_active("mike@server.org", "work", FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user