I want to use my django website with ejabberd for chat
is there API available for ejabberd to communicate?
Thanks in advance renjith
I want to use my django website with ejabberd for chat
is there API available for ejabberd to communicate?
Thanks in advance renjith
The standard for using XMPP with a webpage is called XMPP over BOSH. You can enable BOSH in ejabberd and then use an XMPP client library (like SleekXMPP) to talk.
Try searching using some mixture of the keywords "Jabber", "XMPP", or "BOSH", and I think you'll find a number of other people connecting Django with a Jabber server.