Hi all,
This is a brief procedure for integrating an IM application. Please read the links which are given below. And use the documentations in those sites properly.
Here are the steps for using an IM application into your symfony application (LAMP).
-------------------------------------------------------
1) XMPP is the protocol which is used for chat/IM applications. For using this, have to set up an Jabber/XMPP server and XMPP client. I used ejabberd : server and TrophyIM : (Which is a library developed based on Strophe) as client.
2) Follow these urls while setting up the ejabbered server
Link1
Link2
3) Download the TrophyIM and set the TROPHYIM_BOSH_SERVICE in the trophyim.js file as your http-bind server.
4) Add two users in the ejabberd admin
5) copy all the TrophyIM files into web folder in your symfony application.
6) run the index.html in your tempalets and login using the registered users from the ejabberd admin
Thanks.
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment