diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Sun Jul 06 11:06:31 2014 +0200
+++ b/mcabber/mcabber/xmpp.h	Sun Jul 06 13:12:10 2014 +0200
@@ -24,6 +24,7 @@
   gchar *roomjid;
   gchar *name;
   gchar *nick;
+  gchar *password;
   guint autojoin;
   /* enum room_printstatus pstatus; */
   /* enum room_autowhois awhois; */