Hi Sir/Madam
I am using ejabberd 1.1.4 as IM Client. i configured that server with two virtual hosts
{host_config, "im.local.org", [{auth_method, odbc}]}.
{host_config, "im.local.net", [{auth_method, [anonymous,internal]},
{allow_multiple_connections, true},
{anonymous_protocol, login_anon}]}.
How can i connect to im.local.net as a anonymous user?
is their any logins for default anonymous user?
what is the meaning of anonymous user with respective ejabberd (or IM) server?
please any one can help me about anonymous user
thanks
satya
Anonymous wrote: How can i
How can i connect to im.local.net as a anonymous user?
is their any logins for default anonymous user?
what is the meaning of anonymous user with respective ejabberd (or IM) server?
please any one can help me about anonymous user
The ejabberd guide refers to another document with detailed description of the feature.
It tried your configuration, and I can login in the server with any username and password, I just need to disable SASL auth and STARTTLS encryption in my Jabber client.