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
Some XMPP clients embed images in XHTML like this:
<message type="groupchat" to="[REDACTED]@codingteam.org.ru/[REDACTED]" from="[email protected]/O01eg" id="a1092a" xml:lang="ru" xmlns="jabber:client"> <body>Получено 35448 байт изображения.</body> <html xmlns="http://jabber.org/protocol/xhtml-im"> <body xmlns="http://www.w3.org/1999/xhtml"> <br /> <img alt="img" src="data:image/jpeg;base64,[BASE64 DATA EXPUNGED]" /> </body> </html> </message>
We should either find a way to redirect XHTML as-is or at least to extract the image data from it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some XMPP clients embed images in XHTML like this:
We should either find a way to redirect XHTML as-is or at least to extract the image data from it.
The text was updated successfully, but these errors were encountered: