Tag Archives: ejabberd

Ejabberd How to – in Ubuntu Server

How to install Ejabberd in Ubuntu Server? Way 1 : Use debian packages but I found myself start-up problems. If you still want to try, follow the steps.. sudo apt-get update sudo apt-get upgrade sudo apt-get install ejabberd Click here to learn more Way 2 : Compile source code yourself. It won’t really difficult if [...]

How to share sessions between PHP and eJabberd

I thought I’ll be useful for me in future by knowing how to share sessions between PHP and eJabberd. So here is what I found out. Extra Resources XMPP is the technology behind real-time messaging application Jabber List of XMPP open-sourced servers are here. Among several servers, eJabberd and Openfire are popular. XMPP client libraries [...]