Module ejabberd_router_multicast [erl svg]

Behaviours: gen_server.

Function Index

code_change/3
do_route/4*
do_route_normal/3*
handle_call/3
handle_cast/2
handle_info/2
init/1
register_route/1
route_multicast/4
start_link/0
terminate/2
unregister_route/1

Function Details

code_change/3

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

do_route/4 *

do_route(From, Domain, Destinations, Packet) -> any()

do_route_normal/3 *

do_route_normal(From, Destinations, Packet) -> any()

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

register_route/1

register_route(Domain) -> any()

route_multicast/4

route_multicast(From, Domain, Destinations, Packet) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()

unregister_route/1

unregister_route(Domain) -> any()


Generated by EDoc, May 23 2012, 07:15:16.