diff mcabber/src/compl.h @ 447:03bb57383cea

Initial Multi-User Chat support This patch adds basic MUC support. We now can: - join an existing room; - create and unlock a room using the /rawxml command; - set our nickname; - send/receive chatgroup messages; - see the members of the room; - leave the room. Chatroom logging is currently disabled, as it could do some unexpected things.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Sep 2005 01:01:44 +0200
parents f879b17ecb8e
children 7c1ca00070e8
line wrap: on
line diff
--- a/mcabber/src/compl.h	Sun Sep 25 00:44:11 2005 +0200
+++ b/mcabber/src/compl.h	Sun Sep 25 01:01:44 2005 +0200
@@ -14,6 +14,7 @@
 #define COMPL_GROUP       (1<<9)
 #define COMPL_GROUPNAME   (1<<10)
 #define COMPL_MULTILINE   (1<<11)
+#define COMPL_ROOM        (1<<12)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);