94055211be
git-svn-id: svn://netflint.net/xmpphp@4 ef36c318-a008-4979-b6e8-6b496270793b
9 lines
164 B
PHP
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();
|
|
|
|
?>
|