* added payload option to messages

git-svn-id: svn://netflint.net/xmpphp@47 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy
2008-07-11 23:25:36 +00:00
parent d2b45506b5
commit 895021132c
3 changed files with 27 additions and 54 deletions

View File

@@ -55,7 +55,6 @@ require_once "XMPP.php";
*/
protected function startXML($parser, $name, $attr) {
if($this->xml_depth == 0 and $attr['version'] != '1.0') {
print_r($attr);
$this->session_id = $attr['ID'];
$this->authenticate();
}