comparison libpurple/protocols/jabber/adhoccommands.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 43df07968000
children 9a19c46adf66
comparison
equal deleted inserted replaced
17608:a8b1159fd95b 17609:f88b3a093cba
26 26
27 /* Implementation of XEP-0050 */ 27 /* Implementation of XEP-0050 */
28 28
29 void jabber_adhoc_parse(JabberStream *js, xmlnode *packet); 29 void jabber_adhoc_parse(JabberStream *js, xmlnode *packet);
30 30
31 void jabber_adhoc_disco_result_cb(JabberStream *js, xmlnode *packet, gpointer data);
32
33 void jabber_adhoc_execute(PurpleBlistNode *node, gpointer data);
34
31 #endif /* _PURPLE_JABBER_ADHOCCOMMANDS_H_ */ 35 #endif /* _PURPLE_JABBER_ADHOCCOMMANDS_H_ */