diff options
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r-- | src/xmpp/xmpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 7e3a2c84..8a7d4850 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -159,6 +159,7 @@ void jabber_free_uuid(char *uuid); TLSCertificate* jabber_get_tls_peer_cert(void); #endif gboolean jabber_conn_is_secured(void); +gboolean jabber_send_stanza(const char *const stanza); // message functions char* message_send_chat(const char *const barejid, const char *const msg); |