xmpphp/example.php
fritzy 94055211be * added example
git-svn-id: svn://netflint.net/xmpphp@4 ef36c318-a008-4979-b6e8-6b496270793b
2008-03-31 18:05:03 +00:00

9 lines
164 B
PHP

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