Skip to content Skip to sidebar Skip to footer

Register Xmpp-account Using The Strophe.js-register-plugin

I try to register a xmpp-account using the strophe-register-plugin (https://github.com/metajack/strophejs-plugins/tree/master/register). It works fine with the connection manager f

Solution 1:

Solution 2:

in strophe.register.js go to line no 215 and make change as per below code.

/*if (register.length === 0) {
            that._changeConnectStatus(Strophe.Status.REGIFAIL, null);
            return;
        } else */this.enabled = true;

Try above one.

Post a Comment for "Register Xmpp-account Using The Strophe.js-register-plugin"