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/LICENCEclose/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, Jan 21 2011, 01:43:50.