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.
This module uses HTTP parsing functions based on the lhttpc library. http://bitbucket.org/etc/lhttpc/wiki/Home http://bitbucket.org/etc/lhttpc/src/tip/LICENCE| close/2 | |
| code_change/3 | |
| connect/3 | |
| get_property/2 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| reset_parser/1 | |
| send/2 | |
| terminate/2 | |
| wping/1 |
close(Pid, X2) -> any()
code_change(Old, State, Extra) -> any()
connect(ClientPid, StreamRef, X3) -> any()
get_property(Pid, Prop) -> 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()
wping(Pid) -> any()
Generated by EDoc, Feb 19 2012, 12:53:56.