| 34 |
34 |
| 35 gboolean jabber_bosh_connection_is_ssl(PurpleBOSHConnection *conn); |
35 gboolean jabber_bosh_connection_is_ssl(PurpleBOSHConnection *conn); |
| 36 |
36 |
| 37 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); |
37 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); |
| 38 void jabber_bosh_connection_close(PurpleBOSHConnection *conn); |
38 void jabber_bosh_connection_close(PurpleBOSHConnection *conn); |
| 39 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); |
39 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data); |
| 40 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len); |
|
| 41 void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn); |
40 void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn); |
| 42 #endif /* _PURPLE_JABBER_BOSH_H_ */ |
41 #endif /* _PURPLE_JABBER_BOSH_H_ */ |