| 91 int data_len; |
93 int data_len; |
| 92 }; |
94 }; |
| 93 |
95 |
| 94 void jabber_bosh_connection_init(PurpleBOSHConnection *conn, PurpleAccount *account, JabberStream *js, char *url); |
96 void jabber_bosh_connection_init(PurpleBOSHConnection *conn, PurpleAccount *account, JabberStream *js, char *url); |
| 95 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); |
97 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); |
| |
98 void jabber_bosh_connection_send_native(PurpleBOSHConnection *conn, xmlnode *node); |
| 96 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); |
99 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); |
| 97 |
100 |
| 98 void jabber_bosh_http_connection_init(PurpleHTTPConnection *conn, PurpleAccount *account, char *host, int port); |
101 void jabber_bosh_http_connection_init(PurpleHTTPConnection *conn, PurpleAccount *account, char *host, int port); |
| 99 void jabber_bosh_http_connection_connect(PurpleHTTPConnection *conn); |
102 void jabber_bosh_http_connection_connect(PurpleHTTPConnection *conn); |
| 100 void jabber_bosh_http_connection_send_request(PurpleHTTPConnection *conn, PurpleHTTPRequest *req); |
103 void jabber_bosh_http_connection_send_request(PurpleHTTPConnection *conn, PurpleHTTPRequest *req); |