xmpphp/example.php

9 lines
164 B
PHP
Raw Normal View History

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