libgaim/protocols/jabber/presence.h

changeset 14525
b278a2724686
parent 14254
77edc7a6191a
child 20470
77693555855f
equal deleted inserted replaced
14524:9637518e9703 14525:b278a2724686
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_ */

mercurial