Steps to reproduce: util.stanza.stanza("invalid\0stanza") Expect: error Actual: no error in Prosody, rejected by whoever tries to parse the resulting stanza
Fixed in https://hg.prosody.im/0.11/rev/9d1e21c23784
Steps to reproduce: util.stanza.stanza("invalid\0stanza") Expect: error Actual: no error in Prosody, rejected by whoever tries to parse the resulting stanza
Fixed in https://hg.prosody.im/0.11/rev/9d1e21c23784
Changes