mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 13:36:22 +00:00
Move available resources to connection struct
This commit is contained in:
@@ -118,7 +118,6 @@ void session_disconnect(void);
|
||||
void session_shutdown(void);
|
||||
void session_process_events(int millis);
|
||||
char* session_get_account_name(void);
|
||||
GList* session_get_available_resources(void);
|
||||
|
||||
gboolean session_service_supports(const char *const feature);
|
||||
|
||||
@@ -132,6 +131,7 @@ TLSCertificate* connection_get_tls_peer_cert(void);
|
||||
#endif
|
||||
gboolean connection_is_secured(void);
|
||||
gboolean connection_send_stanza(const char *const stanza);
|
||||
GList* connection_get_available_resources(void);
|
||||
|
||||
char* message_send_chat(const char *const barejid, const char *const msg, const char *const oob_url);
|
||||
char* message_send_chat_otr(const char *const barejid, const char *const msg);
|
||||
|
||||
Reference in New Issue
Block a user