* added example

git-svn-id: svn://netflint.net/xmpphp@4 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy 2008-03-31 18:05:03 +00:00
parent ef4166064a
commit 94055211be
1 changed files with 8 additions and 0 deletions

8
example.php Normal file
View File

@ -0,0 +1,8 @@
<?php
include "cjp.php";
$client = new XMPP('talk.google.com', 5222, 'username', 'password', 'ChicXMPP', 'gmail.com');
$client->connect();
$client->process();
?>