I am looking to build a chat server using EJABBERD and XMPP but don't know how to start. Can anyone share with me good docs/tutorials to follow as a beginner.
Also, does ejabberd include a database for storing chat messages, if so please provide some help as to where to begin.
I have tried using Nodejs and socket.io but I faced multiple problems such as ghost connections, duplicate messages on android client. So, I have decided to look at some alternatives.
Thanks.