| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-06-05 00:48:35 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-06-05 00:48:35 UTC |
| parent | 5550910f5c9cd251eea447bba4e381cec873fc74 |
| borogove/Stanza.hx | +1 | -1 |
diff --git a/borogove/Stanza.hx b/borogove/Stanza.hx index 5e6b2d7..280a49d 100644 --- a/borogove/Stanza.hx +++ b/borogove/Stanza.hx @@ -89,7 +89,7 @@ class Stanza { #if cpp return (serialized = borogove.streams.XmppStropheStream.serializeStanza(this)); - #elseif false + #elseif js final el = borogove.streams.XmppJsStream.convertFromStanza(this); return (serialized = el.toString()); #else