about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-23 22:57:03 +0000
committerJames Booth <boothj5@gmail.com>2016-03-23 22:57:03 +0000
commit4c913aa08baa5e27972ee10d453e440c13fb7fb7 (patch)
treed507c4d8917dd230f9a275855146238b50fd0415 /src/xmpp/xmpp.h
parent503fc9e393708cab48de47bc80d4f6a0c0f6cc43 (diff)
downloadprofani-tty-4c913aa08baa5e27972ee10d453e440c13fb7fb7.tar.gz
Added prof_send_stanza to plugins API
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
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);