diff libpurple/protocols/jabber/jabber.h @ 17609:f88b3a093cba

Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
author Andreas Monitzer <pidgin@monitzer.com>
date Sat, 23 Jun 2007 02:57:21 +0000
parents a8b1159fd95b
children 9a19c46adf66
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Fri Jun 22 11:52:50 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat Jun 23 02:57:21 2007 +0000
@@ -41,6 +41,7 @@
 	JABBER_CAP_GOOGLE_ROSTER  = 1 << 10,
 	
 	JABBER_CAP_PING			  = 1 << 11,
+	JABBER_CAP_ADHOC		  = 1 << 12,
 	
 	JABBER_CAP_RETRIEVED	  = 1 << 31
 } JabberCapabilities;