libpurple/protocols/jabber/roster.h

branch
cpw.darkrain42.xmpp.iq-handlers
changeset 25817
09d6a40a341d
parent 19859
71d37b57eff2
child 26703
17f9a4bef2a3
equal deleted inserted replaced
25815:a25fc3804b22 25817:09d6a40a341d
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 26
27 void jabber_roster_request(JabberStream *js); 27 void jabber_roster_request(JabberStream *js);
28 28
29 void jabber_roster_parse(JabberStream *js, xmlnode *packet); 29 void jabber_roster_parse(JabberStream *js, const char *from,
30 JabberIqType type, const char *id, xmlnode *query);
30 31
31 void jabber_roster_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, 32 void jabber_roster_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy,
32 PurpleGroup *group); 33 PurpleGroup *group);
33 void jabber_roster_alias_change(PurpleConnection *gc, const char *name, 34 void jabber_roster_alias_change(PurpleConnection *gc, const char *name,
34 const char *alias); 35 const char *alias);

mercurial