Another suggestion would be Spark Fastpath, which was created specifically for doing customer chat over XMPP:
http://www.jivesoftware.com/products/fastpath It's a commercial product, so not sure if that works for your needs. It uses JEP-142 (workgroups). Regards, Matt > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Peter Saint-Andre > Sent: Tuesday, August 01, 2006 1:10 PM > To: Jabber software development list > Subject: Re: [jdev] Gateway between jabber client and the web > > > On 7/28/06, Charles A. Landemaine <[EMAIL PROTECTED]> wrote: > >> I have a phpLive chat client on my web site and I'd like to use my > >> Jabber client to chat with the visitors of my web site who use the > >> web interface phpLive. How could I establish communication between > >> the web chat application and the jabber client? > >> Thanks, > > If phpLive does not support XMPP natively then you will need > to write some code that translates between its format and > XMPP, probably by using a PHP library such as one of these: > > http://cjphp.netflint.net/ > > http://code.blitzaffe.com/pages/phpclasses/files/jabber_client_52-11 > > So your code will act as a client or component that connects > to your XMPP server. This will enable you to communicate > between the web clients and the jabber clients. > > Or you could substitute a web client that supports XMPP > (e.g., JWChat) for phpLive but other people on this list or > the JAdmin list probably know more about that than I do. > > See also JEP-0124. > > Have fun! > > Peter > > -- > Peter Saint-Andre > Jabber Software Foundation > http://www.jabber.org/people/stpeter.shtml > >
