comparison mcabber/src/jabglue.h @ 1379:74b7621537d7

MUC: Store room settings (print_status, auto_whois) in private storage
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Nov 2007 20:54:38 +0100
parents 32077249de77
children e20ab87c4c4c
comparison
equal deleted inserted replaced
1378:61fc9eddf763 1379:74b7621537d7
79 void jb_request(const char *fjid, enum iqreq_type reqtype); 79 void jb_request(const char *fjid, enum iqreq_type reqtype);
80 guint jb_is_bookmarked(const char *bjid); 80 guint jb_is_bookmarked(const char *bjid);
81 GSList *jb_get_all_storage_bookmarks(void); 81 GSList *jb_get_all_storage_bookmarks(void);
82 void jb_set_storage_bookmark(const char *roomid, const char *name, 82 void jb_set_storage_bookmark(const char *roomid, const char *name,
83 const char *nick, const char *passwd, 83 const char *nick, const char *passwd,
84 int autojoin); 84 int autojoin, enum room_printstatus pstatus,
85 enum room_autowhois awhois);
85 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent); 86 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent);
86 GSList *jb_get_all_storage_rosternotes(void); 87 GSList *jb_get_all_storage_rosternotes(void);
87 void jb_set_storage_rosternotes(const char *barejid, const char *note); 88 void jb_set_storage_rosternotes(const char *barejid, const char *note);
88 89
89 #endif /* __JABGLUE_H__ */ 90 #endif /* __JABGLUE_H__ */