Le Phuoc Canh wrote:
It seem that you want to develop a webchat :), today there is a lot library
about Jabber protocol, but all in JAVA language, if you want you can use
library of jivesoftware to develop. I use Wildfire for IM server, and Claros
for webchat in servlet. You can try it for develop Jabber connection manage.
Best Regard.

-----Original Message-----
From: chetan rane [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 10:07 PM
To: php-general@lists.php.net
Subject: [PHP] Jabber conection manager

HI all

i want to develop a Jabber connection manage its role will be

1. accept HTTp request from the Client
2. establish connection with a jabber server using TCp 3. and later start
the instant mechanism between them

has any one worked on this please let me know how to do it


--
Have A plesant Day
Chetan. D. Rane
Location: Pune , India
Contact: +91-9890792762
otherID: [EMAIL PROTECTED]
             [EMAIL PROTECTED]


I've used http://cjphp.netflint.net/ for a project at work before. It was a great simple way to just interface with a jabber server. I didn't need to do anything fancy at the time though. You could probably use that source as a base if you wanted. It's GPL.


--
Ray Hauge
Primate Applications

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to