You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
lPRODnode1 is reporting *Failed sending item 707990 with error:
Fabiang\Xmpp\Stream\XMLStream::createAttributeNodes(): unterminated entity reference
whenever my xmpp message to send has an & in it. I can see it is being escaped correctly ($message ->toString() shows "&"
Any ideas why I get this error when I try and send the xmpp msg? (fyi this occurs when I send the & as an attribute to a custom xml element sent in the xmpp message. Note I am running XML::quote on it as you do in your Message object.
Tx
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am getting:
lPRODnode1 is reporting *Failed sending item 707990 with error:
Fabiang\Xmpp\Stream\XMLStream::createAttributeNodes(): unterminated entity reference
whenever my xmpp message to send has an & in it. I can see it is being escaped correctly ($message ->toString() shows "&"
Any ideas why I get this error when I try and send the xmpp msg? (fyi this occurs when I send the & as an attribute to a custom xml element sent in the xmpp message. Note I am running XML::quote on it as you do in your Message object.
Tx
The text was updated successfully, but these errors were encountered: