Need some info of connecting to XMPP server

hi all, i dun really know am i in the right threads. i have question on connecting to a xmpp server. Jive is java base. i need to use php to talk to a XMPP server. i know that PHP got some xml parser that can generate the xml code. can i use those functionality to sent the XMPP (base of xml) request to a XMPP server using php?

does anyone knows anylink that have some simple implementation of a XMPP server n client?

Thanks

Hi Chang

can i use those functionality to sent the XMPP (base of xml) request to a XMPP

server using php?

Sure.

does anyone knows anylink that have some simple

implementation of a XMPP server n client?

On the server side I would recommend using Jive Messenger. For a client, you might want to check out url=http://cjphp.netflint.net/Class.Jabber.PHP[/url]. I’'m not familiar with the client (or php for that matter) but I found it after a quick Google search.

Hope that helps,

Ryan