comparison libpurple/protocols/jabber/presence.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 348a933fed78
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
90 * @param force Force sending the presence stanza, irrespective of whether 90 * @param force Force sending the presence stanza, irrespective of whether
91 * the contents seem to have changed. 91 * the contents seem to have changed.
92 */ 92 */
93 void jabber_presence_send(JabberStream *js, gboolean force); 93 void jabber_presence_send(JabberStream *js, gboolean force);
94 94
95 xmlnode *jabber_presence_create(JabberBuddyState state, const char *msg, int priority); /* DEPRECATED */
96 xmlnode *jabber_presence_create_js(JabberStream *js, JabberBuddyState state, const char *msg, int priority); 95 xmlnode *jabber_presence_create_js(JabberStream *js, JabberBuddyState state, const char *msg, int priority);
97 void jabber_presence_parse(JabberStream *js, xmlnode *packet); 96 void jabber_presence_parse(JabberStream *js, xmlnode *packet);
98 void jabber_presence_subscription_set(JabberStream *js, const char *who, 97 void jabber_presence_subscription_set(JabberStream *js, const char *who,
99 const char *type); 98 const char *type);
100 void jabber_presence_fake_to_self(JabberStream *js, PurpleStatus *status); 99 void jabber_presence_fake_to_self(JabberStream *js, PurpleStatus *status);