* added example
git-svn-id: svn://netflint.net/xmpphp@4 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
parent
ef4166064a
commit
94055211be
8
example.php
Normal file
8
example.php
Normal 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();
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user