> 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
smime.p7s
Description: S/MIME Cryptographic Signature
