Include open subscription requests in desktop reminder notifications
closes #167
This commit is contained in:
@@ -103,6 +103,7 @@ void message_send_invite(const char * const room, const char * const contact,
|
||||
// presence functions
|
||||
void presence_subscription(const char * const jid, const jabber_subscr_t action);
|
||||
GList* presence_get_subscription_requests(void);
|
||||
gint presence_sub_request_count(void);
|
||||
void presence_join_room(Jid *jid);
|
||||
void presence_change_room_nick(const char * const room, const char * const nick);
|
||||
void presence_leave_chat_room(const char * const room_jid);
|
||||
|
||||
Reference in New Issue
Block a user