0

Hi I have installed XMPP ejabberd server into local machine to chat between two or more computer with the Gajim application. It is working perfectly.

But Now I have requirement to implement the such type of chat into my website where people communicate with each other.

I don't have Idea too much in eJabber server So can you please help me out?

I have using Laravel php as backend, javascript, Angular js for front end and for Mysql for database.

Please suggest me to how I will start this implementation ?

Maneesh Rao
  • 184
  • 4
  • 23

1 Answers1

1

Server:
You should look into Ejabberd WebSockets and Bosh feature. Do your research before choosing one. Checkout this link, it might help.

CLient:
There are many XMPP JavaScript library available i.e Strophejs, JsJac etc. Choose any one as per your requirement.

Community
  • 1
  • 1
Hare Kumar
  • 699
  • 7
  • 23