Moved pgp signature generation to cl_ev_presence_send
This commit is contained in:
@@ -168,8 +168,7 @@ char * presence_sub_request_find(const char * const search_str);
|
||||
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_send(resource_presence_t status, const char * const msg,
|
||||
int idle);
|
||||
void presence_send(resource_presence_t status, const char * const msg, int idle, char *signed_status);
|
||||
gboolean presence_sub_request_exists(const char * const bare_jid);
|
||||
|
||||
// iq functions
|
||||
|
||||
Reference in New Issue
Block a user