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 are here along with PHP.
- Javascript client libraries for XMPP are here and Strophe and js.io are popular choices.