mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 13:46:21 +00:00
Renamed presence_update -> presence_send
This commit is contained in:
@@ -114,7 +114,7 @@ void presence_join_room(char *room, char *nick, char * passwd)
|
||||
void presence_change_room_nick(const char * const room, const char * const nick) {}
|
||||
void presence_leave_chat_room(const char * const room_jid) {}
|
||||
|
||||
void presence_update(resource_presence_t status, const char * const msg, int idle)
|
||||
void presence_send(resource_presence_t status, const char * const msg, int idle)
|
||||
{
|
||||
check_expected(status);
|
||||
check_expected(msg);
|
||||
|
||||
Reference in New Issue
Block a user