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
Presumably, this happens with any XEP that "extends" <message />.
Now, what would be really nifty is having Cadence display the debug info (with a config switch to turn off output when not debugging) but I doubt that would ever be used by literally anyone but me.
A more reasonable fix: If a message contains neither a <body /> element not a <html><body /></html> element, don't display anything.
The text was updated successfully, but these errors were encountered:
I am currently getting ligrev to beam event logs over XMPP (see this issue). Example stanza below:
Output received:
Presumably, this happens with any XEP that "extends"
<message />
.Now, what would be really nifty is having Cadence display the debug info (with a config switch to turn off output when not debugging) but I doubt that would ever be used by literally anyone but me.
A more reasonable fix: If a message contains neither a
<body />
element not a<html><body /></html>
element, don't display anything.The text was updated successfully, but these errors were encountered: