Current section

Files

Jump to
escalus priv escalus.config
Raw

priv/escalus.config

{ejabberd_node, 'mongooseim@localhost'}.
{ejabberd_cookie, ejabberd}.
{ejabberd_domain, <<"localhost">>}.
{escalus_users, [
{alice, [
{username, <<"alice">>},
{server, <<"localhost">>},
{password, <<"makota">>},
{compression, <<"zlib">>}]},
{bob, [
{username, <<"bob">>},
{server, <<"localhost">>},
{password, <<"makrolika">>},
{starttls, optional}]},
{carol, [
{username, <<"carol">>},
{server, <<"localhost">>},
{password, <<"jinglebells">>},
{transport, escalus_bosh},
{path, <<"/http-bind">>},
{port, 5280}]},
{kate, [
{username, <<"kate">>},
{server, <<"localhost">>},
{password, <<"makrowe;p">>}]},
%%{port, 5280},
%%{transport, escalus_bosh}]},
{mike, [
{username, <<"mike">>},
{server, <<"localhost">>},
{password, <<"nicniema">>}]},
{geralt, [
{username, <<"geralt">>},
{server, <<"localhost">>},
{password, <<"witcher">>},
{transport, escalus_ws},
{port, 5280},
{wspath, <<"/ws-xmpp">>}]}
]}.