libpurple/protocols/jabber/bosh.h

branch
cpw.darkrain42.xmpp.bosh
changeset 24874
33902e1daba1
parent 24873
7d1e91d5ec46
child 26533
5c74696c34d1
equal deleted inserted replaced
24873:7d1e91d5ec46 24874:33902e1daba1
34 34
35 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn); 35 void jabber_bosh_connection_connect(PurpleBOSHConnection *conn);
36 void jabber_bosh_connection_close(PurpleBOSHConnection *conn); 36 void jabber_bosh_connection_close(PurpleBOSHConnection *conn);
37 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); 37 void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node);
38 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len); 38 void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len);
39 void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn);
39 #endif /* _PURPLE_JABBER_BOSH_H_ */ 40 #endif /* _PURPLE_JABBER_BOSH_H_ */

mercurial