Show available resources for current account with "/account"
This commit is contained in:
@@ -32,5 +32,7 @@ int connection_error_handler(xmpp_conn_t * const conn,
|
||||
xmpp_stanza_t * const stanza, void * const userdata);
|
||||
void connection_set_priority(int priority);
|
||||
void connection_set_presence_message(const char * const message);
|
||||
void connection_add_available_resource(Resource *resource);
|
||||
void connection_remove_available_resource(const char * const resource);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user