-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I modified examples/basic/basic.php like the following:
$boshUrl = 'http://localhost/xmpp-httpbind'; // BOSH url
$domain = 'localhost'; // XMPP host
$xmppBosh = new XmppBosh($domain, $boshUrl, '', false, false);
$node = 'devin'; // Without @example.com
$password = 'like';
$xmppBosh->connect($node, $password);
the output looks like this:
string 'http://localhost/xmpp-httpbind' (length=30)
string '
can u tell me what's wrong with the above code?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels