diff mcabber/mcabber/xmpp.h @ 1976:e6beab22099b

Do not add items to roster with commands /move and /rename (Hermitifier) Do not add items to roster with commands /move and /rename. For MUC, store relevant information in the bookmark.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 24 Mar 2011 20:53:08 +0100
parents bfa507815e0c
children 6febc7d1f760
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Sat Mar 19 20:07:56 2011 +0100
+++ b/mcabber/mcabber/xmpp.h	Thu Mar 24 20:53:08 2011 +0100
@@ -70,7 +70,7 @@
 void xmpp_set_storage_bookmark(const char *roomid, const char *name,
                                const char *nick, const char *passwd,
                                int autojoin, enum room_printstatus pstatus,
-                               enum room_autowhois awhois);
+                               enum room_autowhois awhois, const char *group);
 struct annotation *xmpp_get_storage_rosternotes(const char *barejid,
                                                 int silent);
 void xmpp_set_storage_rosternotes(const char *barejid, const char *note);