candy-chat / xmpp-prebind-php

PHP class for creating a session on server side to an XMPP server
MIT License
63 stars 43 forks source link

getElementsByTagName() error #7

Closed rubsilva closed 9 years ago

rubsilva commented 10 years ago

Hello

I'm trying to get the prebind working but it's giving the following error:

Fatal error: Call to a member function getElementsByTagName() on a non-object in /var/www/converse/XmppPrebind.php on line 128

I am hoping that someone can help me figuring out what is the problem. Thank you

knixeur commented 9 years ago

@rubsilva probably there was an error when connecting, my pull request #9 that was just merged will throw an exception when that happens instead of giving that fatal error.