I have a jabber server that is up and running using external authentication.
mod_webpresence is configured, with the following parameters set:
{mod_webpresence, [
{access, webpresence_auto},
{pixmaps_path, "/var/lib/ejabberd/pixmaps"},
{path, "status"},
{baseurl, "http://jabber.red-dot.us/status/"}
]}
earlier in the cfg file, I configured an access rule, as such:
{access, webpresence_auto, [{allow, local}]}.
As I understand, this should auto-register every user for presence.
Now, two users connect using Pidgin.
If a conversation is started between the two, "Not Authorized" is listed underneath their name in the chat window, and if they each add the other to their contact list, they both show up as offline. What could be going on here?