comparison mcabber/mcabber/xmpp.h @ 2137:0bfc4bfc127c

Add support for storing passwords to a MUC (Nico Golde) (Imported from the Debian package.) This patch (by Nico Golde <nion@debian.org>) adds support for storing MUC passwords.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 13:12:10 +0200
parents a73ce708c2c9
children f063e36425a2
comparison
equal deleted inserted replaced
2136:54548cf8f646 2137:0bfc4bfc127c
22 22
23 struct bookmark { 23 struct bookmark {
24 gchar *roomjid; 24 gchar *roomjid;
25 gchar *name; 25 gchar *name;
26 gchar *nick; 26 gchar *nick;
27 gchar *password;
27 guint autojoin; 28 guint autojoin;
28 /* enum room_printstatus pstatus; */ 29 /* enum room_printstatus pstatus; */
29 /* enum room_autowhois awhois; */ 30 /* enum room_autowhois awhois; */
30 /* enum room_flagjoins fjoins; */ 31 /* enum room_flagjoins fjoins; */
31 /* const char *group; */ 32 /* const char *group; */