See Release Notes
Long Term Support Release
XMPPHP: The PHP XMPP Library Copyright (C) 2008 Nathanael C. Fritz This file is part of SleekXMPP.
Author: | Nathanael C. Fritz |
Author: | Stephan Wentz |
Author: | Michael Garvin |
Copyright: | 2008 Nathanael C. Fritz |
File Size: | 114 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/jabber/XMPP/XMPP.php |
XMPPHP_XMPPOld:: (5 methods):
__construct()
startXML()
authenticate()
authFieldsHandler()
oldAuthResultHandler()
Class: XMPPHP_XMPPOld - X-Ref
__construct($host, $port, $user, $password, $resource, $server = null, $printlog = false, $loglevel = null) X-Ref |
startXML($parser, $name, $attr) X-Ref |
Override XMLStream's startXML param: parser $parser param: string $name param: array $attr |
authenticate() X-Ref |
Send Authenticate Info Request |
authFieldsHandler($xml) X-Ref |
Retrieve auth fields and send auth attempt param: XMLObj $xml |
oldAuthResultHandler($xml) X-Ref |
Determine authenticated or failure param: XMLObj $xml |