about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-18 22:51:05 +0000
committerJames Booth <boothj5@gmail.com>2013-02-18 22:51:05 +0000
commit502d7dc9fe93070ec6750d45ce8c224959ba0a1e (patch)
treed56d25c3e5b47653f3aa8cffe27a7f3a44ba07ca /src/xmpp/connection.h
parentf1693278cb906a75effca482fb9bf4080df1f037 (diff)
downloadprofani-tty-502d7dc9fe93070ec6750d45ce8c224959ba0a1e.tar.gz
Show available resources for current account with "/account"
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index abe989cd..c242f65f 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -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