Archive | XMPP Technology RSS feed for this section

XMPP Installation Steps and Problems

Just a brief experience of my XMPP journey. Problem / Error configure: error: No curses library functions found Solution apt-get install libncurses5-dev How to install Ejabberd http://sysmonblog.co.uk/2008/06/ot-installing-ejabberd-on-debian-ubuntu.html https://wiki.basho.com/display/RIAK/Installing+Erlang#InstallingErlang-MacPorts Compiling Ejabberd on Ubuntu http://ciarang.com/posts/compiling-ejabberd-on-ubuntu How to install Erlang on Snow Leopard http://sysmonblog.co.uk/2008/06/ot-installing-ejabberd-on-debian-ubuntu.html http://jboxer.com/2010/01/installing-erlang-on-snow-leopard/ http://ndpar.blogspot.com/2010/02/installing-ejabberd-on-ubuntu.html

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 [...]