src/protocols/bonjour/jabber.h

changeset 11693
1a42a66ca0f8
parent 11539
fbabe3f89777
child 11984
0ac04d1651b6
equal deleted inserted replaced
11692:30e8a4a1b965 11693:1a42a66ca0f8
58 * Start listening for jabber connections. Returns 0 if the connection could be 58 * Start listening for jabber connections. Returns 0 if the connection could be
59 * stablished, -1 if a problem appears. 59 * stablished, -1 if a problem appears.
60 */ 60 */
61 gint bonjour_jabber_start(BonjourJabber *data); 61 gint bonjour_jabber_start(BonjourJabber *data);
62 62
63 void bonjour_jabber_send_message(BonjourJabber *data, const gchar *to, const gchar *body); 63 int bonjour_jabber_send_message(BonjourJabber *data, const gchar *to, const gchar *body);
64 64
65 void bonjour_jabber_close_conversation(BonjourJabber *data, GaimBuddy *gb); 65 void bonjour_jabber_close_conversation(BonjourJabber *data, GaimBuddy *gb);
66 66
67 void bonjour_jabber_stop(BonjourJabber *data); 67 void bonjour_jabber_stop(BonjourJabber *data);
68 68

mercurial