comparison libgaim/protocols/jabber/presence.h @ 14463:7df4ab213577

[gaim-migrate @ 17177] commit part of 1547648 commit some jabber stuff I did a few days ago and forgot about committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 06 Sep 2006 03:58:53 +0000
parents 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
14462:34a5709ff951 14463:7df4ab213577
30 xmlnode *jabber_presence_create(JabberBuddyState state, const char *msg, int priority); 30 xmlnode *jabber_presence_create(JabberBuddyState state, const char *msg, int priority);
31 void jabber_presence_parse(JabberStream *js, xmlnode *packet); 31 void jabber_presence_parse(JabberStream *js, xmlnode *packet);
32 void jabber_presence_subscription_set(JabberStream *js, const char *who, 32 void jabber_presence_subscription_set(JabberStream *js, const char *who,
33 const char *type); 33 const char *type);
34 void jabber_presence_fake_to_self(JabberStream *js, const GaimStatus *status); 34 void jabber_presence_fake_to_self(JabberStream *js, const GaimStatus *status);
35 void gaim_status_to_jabber(const GaimStatus *status, JabberBuddyState *state, const char **msg, int *priority); 35 void gaim_status_to_jabber(const GaimStatus *status, JabberBuddyState *state, char **msg, int *priority);
36 36
37 #endif /* _GAIM_JABBER_PRESENCE_H_ */ 37 #endif /* _GAIM_JABBER_PRESENCE_H_ */