Does anyone know a jabber daemon which is very fast and uses few resources for just a single-user? The daemon should be configured to only accept one user. It does not need to scale well for a lot of users.

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

My experience has shown me that ejabberd hasn't been designed to be lightweight. At least not without heavy modification of it. Prosody on the other hand has been designed to be lightweight and runs perfectly in low resource environments like on home network routers or VPS.

link|improve this answer
feedback

I'm a fan of ejabberd. It's quite lightweight, and can certainly be configured to only accept a single user.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.