| 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 |