Converse forgot to add the wrapping query element, making the iq invalid[1]. Thanks to lovetox for reporting this bug! [1] https://pastebin.com/raw/T7h3FKHu
@@ -297,6 +297,7 @@
if (from !== null) {
iqresult.attrs({'to': from});
}
+ iqresult.c('query', attrs);
_.each(plugin._identities, (identity) => {
const attrs = {
'category': identity.category,