comparison libpurple/protocols/jabber/bosh.h @ 26448:d4af753e0e33

Pass all messages to BOSH as text, so they pass through the sending-text signal and debug output. This also (I believe) saves one redundant text->xmlnode->text copy.
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 04:34:57 +0000
parents fcee93c74230
children 374c4e3a73f0
comparison
equal deleted inserted replaced
26447:1ecbda91458a 26448:d4af753e0e33
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_ */