Behaviours: gen_server.
| add_listener/2 | |
| code_change/3 | |
| delete_listener/1 | |
| get_my_ip/0* | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| iq_disco_info/2* | |
| iq_vcard/1* | |
| parse_options/2* | |
| process_iq/3* | |
| start_link/2 | |
| terminate/2 |
add_listener(Host, Opts) -> any()
code_change(OldVsn, State, Extra) -> any()
delete_listener(Host) -> any()
get_my_ip() -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
iq_disco_info(Lang, Name) -> any()
iq_vcard(Lang) -> any()
parse_options(ServerHost, Opts) -> any()
process_iq(JID, Iq, State) -> any()
start_link(Host, Opts) -> any()
terminate(Reason, State) -> any()
Generated by EDoc, May 23 2012, 07:15:14.