Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

XML parsing error #51

Open
alxxxx opened this issue May 31, 2017 · 1 comment
Open

XML parsing error #51

alxxxx opened this issue May 31, 2017 · 1 comment

Comments

@alxxxx
Copy link

alxxxx commented May 31, 2017

Hi.
Recently, such errors have appeared.

Fabiang\Xmpp\Exception\XMLParserException: XML parsing error: "Invalid document end" at Line 2 at column 413 in vendor/fabiang/xmpp/src/Exception/XMLParserException.php:68
Stack trace:
#0 vendor/fabiang/xmpp/src/Stream/XMLStream.php(160): Fabiang\Xmpp\Exception\XMLParserException::create(Resource id #208)
#1 vendor/fabiang/xmpp/src/Connection/Socket.php(162): Fabiang\Xmpp\Stream\XMLStream->parse('</stream:stream...')
#2 vendor/fabiang/xmpp/src/Connection/Socket.php(193): Fabiang\Xmpp\Connection\Socket->send('</stream:stream...')
#3 vendor/fabiang/xmpp/src/Client.php(136): Fabiang\Xmpp\Connection\Socket->disconnect()
@eLFuvo
Copy link

eLFuvo commented Jun 24, 2017

This happens because you are trying disconnect from XMPP server multiple times.
It does not matter at which point you are trying to do it, but the XMPP client must check whether it is connected.

But now this feature is unavailable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants