diff libpurple/protocols/jabber/adhoccommands.h @ 26694:83e6e710cbf3

Add a new signal which is emitted (after the account is connected) if the associated account actions are changed. This is necessary since XMPP's account actions are not known when setting the account to connected. Also added support for push updates as specified in XEP-0050 2.3. Refs #7233.
author Paul Aurich <paul@darkrain42.org>
date Sun, 26 Apr 2009 06:45:55 +0000
parents 5767b7698c73
children 8c991e09efcb
line wrap: on
line diff
--- a/libpurple/protocols/jabber/adhoccommands.h	Sun Apr 26 06:26:55 2009 +0000
+++ b/libpurple/protocols/jabber/adhoccommands.h	Sun Apr 26 06:45:55 2009 +0000
@@ -34,6 +34,8 @@
 
 void jabber_adhoc_execute_action(PurpleBlistNode *node, gpointer data);
 
+void jabber_adhoc_got_list(JabberStream *js, const char *from, xmlnode *query);
+
 void jabber_adhoc_server_get_list(JabberStream *js);
 
 void jabber_adhoc_init_server_commands(JabberStream *js, GList **m);