Authors: Mickael Remond (mickael.remond@process-one.net).
The module exmpp_bosh manages XMPP over HTTP connection according to the BOSH protocol (XEP-0124: Bidirectional-streams Over Synchronous HTTP)
This module is not intended to be used directly by client developers.
TODO Pablo: IMPORTANT This transport requires the lhttpc library, it doesn't work with OTP's http client. See make_request/2close/2 | |
code_change/3 | |
connect/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
reset_parser/1 | |
send/2 | |
terminate/2 |
close(Pid, X2) -> any()
code_change(Old, State, Extra) -> any()
connect(ClientPid, StreamRef, X3) -> any()
handle_call(Call, From, State) -> any()
handle_cast(Cast, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
reset_parser(Pid) -> any()
send(Pid, Packet) -> any()
terminate(Reason, State) -> any()
Generated by EDoc, Nov 13 2012, 00:05:30.