matrix-org / matrix-bifrost

General purpose bridging with a variety of backends including libpurple and xmpp.js
Apache License 2.0
164 stars 31 forks source link

Fix multiple attributes in a HTML tag causing messages to fail #170

Closed Half-Shot closed 4 years ago

Half-Shot commented 4 years ago

There was a bit of logic in the bridge that would cause attributes for a tag to include a comma between them, which isn't valid XML.