| 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_ */ |