[jdev] Gateway between jabber client and the web

Peter Saint-Andre stpeter at jabber.org
Tue Aug 1 15:10:26 CDT 2006


> On 7/28/06, Charles A. Landemaine <landemaine at gmail.com> 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 7358 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://www.jabber.org/jdev/attachments/20060801/377eb0a7/attachment-0002.bin>


More information about the JDev mailing list