comparison libpurple/protocols/jabber/chat.h @ 26956:eeee4309d3d8

Support custom smileys in MUCs (when all participants support BoB and a maximum of 10 participants are in the chat). Always announce support for BoB, since disable custom smileys will still turn off fetching them, and BoB can be used for other purposes further on.
author Marcus Lundblad <ml@update.uu.se>
date Wed, 13 May 2009 20:29:03 +0000
parents af2b87aa82ee
children c585572e80dd
comparison
equal deleted inserted replaced
26955:727d960a75a4 26956:eeee4309d3d8
93 93
94 void jabber_chat_disco_traffic(JabberChat *chat); 94 void jabber_chat_disco_traffic(JabberChat *chat);
95 95
96 char *jabber_roomlist_room_serialize(PurpleRoomlistRoom *room); 96 char *jabber_roomlist_room_serialize(PurpleRoomlistRoom *room);
97 97
98 gboolean jabber_chat_all_participants_have_capability(const JabberChat *chat,
99 const gchar *cap);
100 guint jabber_chat_get_num_participants(const JabberChat *chat);
98 101
99 #endif /* PURPLE_JABBER_CHAT_H_ */ 102 #endif /* PURPLE_JABBER_CHAT_H_ */