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
Describe the bug
When attempting to re-configure a pubsub node, converse.js downloads the current configuration, merges the new configuration into the existing one, then re-submits the configuration.
When downloading and parsing the existing configuration, the parser removes the pubsub# prefix from the field names. This prefix does not get re-added when submitting the new configuration resulting in the new configuration being ignored by the server.