emqx/apps/emqx_gateway_stomp/src/emqx_gateway_stomp.app.src

11 lines
258 B
Erlang

{application, emqx_gateway_stomp, [
{description, "Stomp Gateway"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib, emqx, emqx_gateway]},
{env, []},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.