diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Tue Nov 09 12:09:23 2010 +0100
+++ b/mcabber/mcabber/xmpp.h	Tue Nov 09 12:44:53 2010 +0100
@@ -63,6 +63,8 @@
 
 void xmpp_send_chatstate(gpointer buddy, guint chatstate);
 
+void xmpp_insert_entity_capabilities(LmMessageNode *x, enum imstatus status);
+
 GSList *xmpp_get_all_storage_bookmarks(void);
 GSList *xmpp_get_all_storage_rosternotes(void);
 void xmpp_set_storage_bookmark(const char *roomid, const char *name,