matrix-org / matrix-bifrost

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

Invalid disco info #62

Open lovetox opened 5 years ago

lovetox commented 5 years ago

The bridge responds to a disco info on a MUC

<iq id='8aebbe36-7458-41c5-b319-1d2f6d0ee20a' to='jid/gajim.MKWZAYFL' type='error' from='#watercooler#half-shot.uk@bridge.xmpp.matrix.org'>
    <query xmlns='http://jabber.org/protocol/disco#info'>
        <error type='cancel' code='404'>
            <item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
        </error>
    </query>
</iq>

The <error> must be a child of the <iq>

Half-Shot commented 5 years ago

Gah. thanks

Mikaela commented 5 years ago

Was this fixed? At least Gajim has stopped saying %s and instead gives a new error.

ge0rg commented 4 years ago

Still exists on current deployment.

Correction: this still happens when inquiring a user JID, not a room JID.