comparison mcabber/src/jabglue.h @ 1363:32077249de77

Warn if a MUC room without bookmark is renamed
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Nov 2007 18:49:43 +0100
parents 9bc68473f8a3
children 74b7621537d7
comparison
equal deleted inserted replaced
1362:9ee58f91d19e 1363:32077249de77
75 void jb_room_invite(const char *room, const char *fjid, const char *reason); 75 void jb_room_invite(const char *room, const char *fjid, const char *reason);
76 int jb_room_setattrib(const char *roomid, const char *fjid, const char *nick, 76 int jb_room_setattrib(const char *roomid, const char *fjid, const char *nick,
77 struct role_affil ra, const char *reason); 77 struct role_affil ra, const char *reason);
78 void jb_iqs_display_list(void); 78 void jb_iqs_display_list(void);
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 GSList *jb_get_all_storage_bookmarks(void); 81 GSList *jb_get_all_storage_bookmarks(void);
81 void jb_set_storage_bookmark(const char *roomid, const char *name, 82 void jb_set_storage_bookmark(const char *roomid, const char *name,
82 const char *nick, const char *passwd, 83 const char *nick, const char *passwd,
83 int autojoin); 84 int autojoin);
84 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent); 85 struct annotation *jb_get_storage_rosternotes(const char *barejid, int silent);