about summary refs log tree commit diff stats
path: root/src/xmpp/muc.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-02-05 21:40:32 +0000
committerJames Booth <boothj5@gmail.com>2018-02-05 21:40:32 +0000
commitcba17faf3dd9cb845a8f5734a213a7c708e8a05f (patch)
tree63d551c2c92768096a3064b8096d7efcc7688624 /src/xmpp/muc.h
parente6d9a243cd2e2a1e1f3a0f89744b5d2d2d0e51e6 (diff)
downloadprofani-tty-cba17faf3dd9cb845a8f5734a213a7c708e8a05f.tar.gz
Add /rooms service autocompletion
Diffstat (limited to 'src/xmpp/muc.h')
-rw-r--r--src/xmpp/muc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmpp/muc.h b/src/xmpp/muc.h
index 5303eaa9..e50e2a87 100644
--- a/src/xmpp/muc.h
+++ b/src/xmpp/muc.h
@@ -117,6 +117,11 @@ GSList* muc_occupants_by_affiliation(const char *const room, muc_affiliation_t a
 void muc_occupant_nick_change_start(const char *const room, const char *const new_nick, const char *const old_nick);
 char* muc_roster_nick_change_complete(const char *const room, const char *const nick);
 
+void muc_confserver_add(const char *const server);
+void muc_confserver_reset_ac(void);
+char* muc_confserver_find(const char *const search_str, gboolean previous);
+void muc_confserver_clear(void);
+
 void muc_invites_add(const char *const room, const char *const password);
 void muc_invites_remove(const char *const room);
 gint muc_invites_count(void);