Current section
Files
Jump to
Current section
Files
src/escalus.app.src
{application,escalus,
[{description,"Escalus is an Erlang XMPP client library"},
{vsn,"4.4.0"},
{registered,[]},
{applications,[kernel,stdlib,public_key,ssl,exml,gun,meck,
bbmustache,uuid,fast_scram,worker_pool]},
{maintainers,["ESL"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/esl/escalus"}]},
{build_tools,["make","rebar"]},
{mod,{escalus_app,[]}},
{env,[{config_file,"priv/escalus.config"}]},
{files,["src","c_src","include","rebar.config.script","priv",
"rebar.config","rebar.lock","CHANGELOG*","changelog*",
"README*","readme*","LICENSE*","license*","NOTICE",
"thirdparty","script","mongooseim-escalus-test-1"]}]}.