Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 716367f

Browse files
author
Michael Weibel
committedSep 1, 2011
fix README.md: need to call ->auth() before connecting..
1 parent 02d7da3 commit 716367f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Usage
2222
*/
2323
$xmppPrebind = new XmppPrebind('your-jabber-host.tld', 'http://your-jabber-host/http-bind/', 'Your XMPP Clients resource name', false, false);
2424
$xmppPrebind->connect($username, $password);
25+
$xmppPrebind->auth();
2526
$sessionInfo = $xmppPrebind->getSessionInfo(); // array containing sid, rid and jid
2627
```
2728

0 commit comments

Comments
 (0)