25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00
xmpp.chapril.org-ejabberd/src/ejabberd.cfg

18 lines
238 B
INI
Raw Normal View History

% $Id$
{host, "e.localhost"}.
{listen, [{5522, ejabberd_c2s, start, []},
{5269, ejabberd_s2s_in, start, []},
{8888, ejabberd_service, start, ["asd.e.localhost", "asdqwe"]}
]}.
% Local Variables:
% mode: erlang
% End: