diff mcabber/mcabber/xmpp.h @ 2138:f063e36425a2

Use bookmarked password (if any) when using "/room join" (The password was only used when auto-joining.)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 13:24:06 +0200
parents 0bfc4bfc127c
children
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Sun Jul 06 13:12:10 2014 +0200
+++ b/mcabber/mcabber/xmpp.h	Sun Jul 06 13:24:06 2014 +0200
@@ -80,6 +80,7 @@
 void xmpp_set_storage_rosternotes(const char *barejid, const char *note);
 guint xmpp_is_bookmarked(const char *bjid);
 const char *xmpp_get_bookmark_nick(const char *bjid);
+const char *xmpp_get_bookmark_password(const char *bjid);
 int xmpp_get_bookmark_autojoin(const char *bjid);
 
 void xmpp_request(const char *fjid, enum iqreq_type reqtype);