Article - Talk Talk:ejabberd HTTP request handlers
{5280, ejabberd_http, [http_poll, web_admin,
{request_handlers, [{["hello"], mod_http_hello}]}]}
this if one http handler, but if two?
{5280, ejabberd_http, [http_poll, web_admin,
{request_handlers, [{["hello"], mod_http_hello},
{request_handlers, [{["http-bind"], mod_http_bind}]}
am I right?
