Module exmpp_bosh

The module exmpp_bosh manages XMPP over HTTP connection according to the BOSH protocol (XEP-0124: Bidirectional-streams Over Synchronous HTTP).

Authors: Mickael Remond (mickael.remond@process-one.net).

Description

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

Function Index

close/2
code_change/3
connect/3
handle_call/3
handle_cast/2
handle_info/2
init/1
reset_parser/1
send/2
terminate/2

Function Details

close/2

close(Pid, X2) -> any()

code_change/3

code_change(Old, State, Extra) -> any()

connect/3

connect(ClientPid, StreamRef, X3) -> any()

handle_call/3

handle_call(Call, From, State) -> any()

handle_cast/2

handle_cast(Cast, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

reset_parser/1

reset_parser(Pid) -> any()

send/2

send(Pid, Packet) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc, Jan 21 2011, 01:43:50.