Current section

Files

Jump to
ejabberd include ejabberd_router.hrl
Raw

include/ejabberd_router.hrl

-define(ROUTES_CACHE, routes_cache).
-type local_hint() :: integer() | {apply, atom(), atom()}.
-record(route, {domain :: binary() | '_',
server_host :: binary() | '_',
pid :: undefined | pid(),
local_hint :: local_hint() | undefined | '_'}).