Having some trouble with ejabberd
I am using iChat on Mac OS X to connect to the server. The strange thing is, I believe I had it all working last night, but for some reason this morning it was no longer working. After having some other issues, I did an apt-get purge ejabberd and started from scratch. Now whenever I try to connect, first it tells me that my login details will be sent insecurely (an error I did not get last night, when it seemed to connect without issue). If I hit Continue and opt to ignore it, it appears to connect, but any time I make a change, such as adding a buddy or renaming a group, the change appears to take for a moment and then disappears off the list again as though I was attempting to write to something read-only.
Additionally, when I attempt to add a new user via ejabberdctl register, it tells me:
Can't register user "
I am running the command as root. Can anyone offer any tips for getting ejabberd up and running? Thanks!
3 Replies
Prosodyhighly extensible
The Linode Library has a guide
@dbb:
I see you've already got ejabberd running, but if you're looking for a simple, lightweight XMPP server, I'd recommend taking a look at
. Although I don't know your specific needs, if all you're looking for is a personal XMPP server I couldn't recommend Prosody enough. It's easy to use, configure, is in active development, and is Prosody. highly extensibleThe Linode Library has a
on running Prosody on Debian and Ubuntu. guide
Thanks very much for the recommendation! I have no particular allegiance to ejabberd (aside from the fact that I've already got it set up), and I'm happy to experiment until I've got the best solution, so I'll definitely give Prosody a try.