xmpp.chapril.org-ejabberd/include/ejabberd_router.hrl

9 lines
233 B
Erlang
Raw Normal View History

-define(ROUTES_CACHE, routes_cache).
2017-02-18 07:36:27 +01:00
-type local_hint() :: integer() | {apply, atom(), atom()}.
2019-06-14 11:33:26 +02:00
-record(route, {domain :: binary(),
server_host :: binary(),
pid :: undefined | pid(),
2019-06-14 11:33:26 +02:00
local_hint :: local_hint() | undefined}).