comparison mcabber/src/jabglue.h @ 1009:c112423ac012

Add /room bookmark
author Mikael Berthe <mikael@lilotux.net>
date Sun, 12 Nov 2006 10:51:43 +0100
parents c8b1a52b2fd6
children 99c5278bf6b8
comparison
equal deleted inserted replaced
1008:bbf53cd43fbb 1009:c112423ac012
63 void jb_room_invite(const char *room, const char *jid, const char *reason); 63 void jb_room_invite(const char *room, const char *jid, const char *reason);
64 int jb_room_setattrib(const char *roomid, const char *jid, const char *nick, 64 int jb_room_setattrib(const char *roomid, const char *jid, const char *nick,
65 struct role_affil ra, const char *reason); 65 struct role_affil ra, const char *reason);
66 void jb_iqs_display_list(void); 66 void jb_iqs_display_list(void);
67 void jb_request(const char *jid, enum iqreq_type reqtype); 67 void jb_request(const char *jid, enum iqreq_type reqtype);
68 void jb_set_storage_bookmark(const char *roomid, const char *name,
69 const char *nick, const char *passwd,
70 int autojoin);
68 71
69 #endif /* __JABGLUE_H__ */ 72 #endif /* __JABGLUE_H__ */
70 73
71 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 74 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */