--- a/libpurple/protocols/jabber/bosh.h Thu Dec 04 23:59:44 2008 +0000 +++ b/libpurple/protocols/jabber/bosh.h Fri Dec 05 00:08:19 2008 +0000 @@ -36,4 +36,5 @@ void jabber_bosh_connection_close(PurpleBOSHConnection *conn); void jabber_bosh_connection_send(PurpleBOSHConnection *conn, xmlnode *node); void jabber_bosh_connection_send_raw(PurpleBOSHConnection *conn, const char *data, int len); +void jabber_bosh_connection_refresh(PurpleBOSHConnection *conn); #endif /* _PURPLE_JABBER_BOSH_H_ */