We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Could you look about this one :
[2024-04-12T11:30:18.129137+02:00] xmpp.DEBUG: Received buffer '<presence from='user/jabber_13405' to='test@domain.com' xml:lang='en'><priority>5</priority><x var='128' xmlns='http://webex.com/connect/customstatus'/><systemstatuschange xmlns='urn:xmpp:systemstatuschange'/><c hash='sha-1' node='http://protocols.cisco.com/jabber?v=14.1.4&p=win' ver='XekFR/TSudu/1muDk2LJS/aBBFg=' xmlns='http://jabber.org/protocol/caps'/></presence>' from 'tcp://xmpp.domain.com:5222' [] [] PHP Warning: Fabiang\Xmpp\Stream\XMLStream::createAttributeNodes(): unterminated entity reference p=win in /.../vendor/zorn-v/xmpp/src/Stream/XMLStream.php on line 283
I'm not shure, but value of a DOMAttr seems to need to be protected by htmlentities().
value
htmlentities()
Thanks
The text was updated successfully, but these errors were encountered:
Fixed in v1.0.1 c49e4d1
Sorry, something went wrong.
No branches or pull requests
Hi,
Could you look about this one :
I'm not shure, but
value
of a DOMAttr seems to need to be protected byhtmlentities()
.Thanks
The text was updated successfully, but these errors were encountered: