RE: [PHP] PHP-Jabber

2006-05-03 Thread ray . hauge
- Original Message -------- > Subject: [PHP] PHP-Jabber > From: "Tony Aldrich" <[EMAIL PROTECTED]> > Date: Tue, May 02, 2006 9:48 pm > To: php-general@lists.php.net > > Hello, > Can somebody recommend clean php jabber library? I must send > notifications > to

Re: [PHP] PHP-Jabber

2006-05-03 Thread Jyry Kuukkanen
Hello On Wed, 3 May 2006, Tony Aldrich wrote: > Can somebody recommend clean php jabber library? I must send notifications > to some users. This lib weems to work: http://cjphp.netflint.net/ require("class.jabber.php"); $jabber = new Jabber; $jabber->server = "jabber.org"; $jabb

[PHP] PHP-Jabber

2006-05-02 Thread Tony Aldrich
Hello, Can somebody recommend clean php jabber library? I must send notifications to some users. Tony.