added a class prefix, refactored log-class, finished scopes for methods in xmlstream and xmpp

git-svn-id: svn://netflint.net/xmpphp@30 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
temp
2008-05-01 14:29:48 +00:00
parent 6dae72dd78
commit a0f0173d55
2 changed files with 2 additions and 4 deletions

View File

@@ -4,8 +4,7 @@
error_reporting(E_ALL & E_STRICT);
include("XMPPHP/XMPP.php");
//$conn = new XMPPHP_XMPP('talk.google.com', 5222, 'user', 'password', 'xmpphp', 'gmail.com', $printlog=true, $loglevel=Logging::LEVEL_INFO);
$conn = new XMPPHP_XMPP('jabber.wentz.it', 5222, 'dev', 'd3vd3v', 'xmpphp', 'jabber.wentz.it', $printlog=true, $loglevel=XMPPHP_Log::LEVEL_VERBOSE);
$conn = new XMPPHP_XMPP('talk.google.com', 5222, 'user', 'password', 'xmpphp', 'gmail.com', $printlog=true, $loglevel=Logging::LEVEL_INFO);
$conn->connect();
while(!$conn->isDisconnected()) {
$payloads = $conn->processUntil(array('message', 'presence', 'end_stream', 'session_start'));