diff mcabber/src/xmpp_helper.h @ 1600:c5ee395fbc8c

Updated Entity Capabilities support (XEP-0115)
author franky
date Tue, 23 Sep 2008 10:59:25 +0200
parents dcd5d4c75199
children 351427ef0b4b
line wrap: on
line diff
--- a/mcabber/src/xmpp_helper.h	Sun Oct 11 15:39:32 2009 +0200
+++ b/mcabber/src/xmpp_helper.h	Tue Sep 23 10:59:25 2008 +0200
@@ -17,8 +17,7 @@
 void lm_message_node_deep_ref(LmMessageNode * node);
 
 /* XEP-0115 (Entity Capabilities) node */
-#define MCABBER_CAPS_NODE "http://mcabber.com/caps"
-const char *entity_version(void);
+const char *entity_version(enum imstatus status);
 
 #endif