24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00
xmpp.chapril.org-ejabberd/src/ejabberd.cfg
Alexey Shchepin 2617433ae3 *** empty log message ***
SVN Revision: 32
2003-01-07 19:10:35 +00:00

18 lines
238 B
INI

% $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: