comparison mcabber/mcabber/xmpp.h @ 1920:bfa507815e0c

Add caps to presence when joining a MUC room (Noticed by diSabler)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 09 Nov 2010 12:44:53 +0100
parents e6d355e50d7a
children e6beab22099b
comparison
equal deleted inserted replaced
1919:fba12c1f6386 1920:bfa507815e0c
61 void xmpp_setstatus(enum imstatus st, const char *recipient, 61 void xmpp_setstatus(enum imstatus st, const char *recipient,
62 const char *msg, int do_not_sign); 62 const char *msg, int do_not_sign);
63 63
64 void xmpp_send_chatstate(gpointer buddy, guint chatstate); 64 void xmpp_send_chatstate(gpointer buddy, guint chatstate);
65 65
66 void xmpp_insert_entity_capabilities(LmMessageNode *x, enum imstatus status);
67
66 GSList *xmpp_get_all_storage_bookmarks(void); 68 GSList *xmpp_get_all_storage_bookmarks(void);
67 GSList *xmpp_get_all_storage_rosternotes(void); 69 GSList *xmpp_get_all_storage_rosternotes(void);
68 void xmpp_set_storage_bookmark(const char *roomid, const char *name, 70 void xmpp_set_storage_bookmark(const char *roomid, const char *name,
69 const char *nick, const char *passwd, 71 const char *nick, const char *passwd,
70 int autojoin, enum room_printstatus pstatus, 72 int autojoin, enum room_printstatus pstatus,