Behaviours: gen_server.
| add_iq_handler/6 | |
| code_change/3 | |
| handle/7 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| process_iq/6 | |
| remove_iq_handler/3 | |
| start_link/3 | |
| stop_iq_handler/3 | |
| terminate/2 |
add_iq_handler(Component, Host, NS, Module, Function, Type) -> any()
code_change(OldVsn, State, Extra) -> any()
handle(Host, Module, Function, Opts, From, To, IQ_Rec) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
process_iq(Host, Module, Function, From, To, IQ_Rec) -> any()
remove_iq_handler(Component, Host, NS) -> any()
start_link(Host, Module, Function) -> any()
stop_iq_handler(Module, Function, Opts) -> any()
terminate(Reason, State) -> any()
Generated by EDoc, May 23 2012, 07:15:16.