ejabberd 0.9.1 & pymsnt 0.9.3

When i launch pymsn-t (0.9.3) i have this message from my ejabberd debug output :

{{badmatch,{invalid_domain,109}},
[{ejabberd_router,register_route,1},
{lists,foreach,2},
{ejabberd_service,wait_for_handshake,2},
{gen_fsm,handle_msg,7},
{proc_lib,init_p,5}]}

Are you sure if the secret

Are you sure if the secret and domains in the ejabberd and the PyMSNt configuration file match?

--
sander

Looks like you used

Looks like you used something like this in ejabberd config:

{hosts, "hostname"}

instead of

{host, "hostname"}

or

{hosts, ["hostname"]}
Syndicate content