User registration over BOSH with SCRAM support

Hi,

While registering over BOSH, it seems the server is still using default mechanism instead of SCRAM as expected.
Also, registration over Web Admin is working file using SCRAM.

Is there as configuration change that I need to make to support SCRAM with http-bind? Or is SCRAM with http-bind not supported yet?

Thanks.

I configure this

I configure this option:

auth_password_format: scram

Then I attempt to register an account using Gajim configured to use BOSH. Then in the passwd Mnesia table, I see the account password is stored scrammed:

[{passwd,{<<"qweqwe">>,<<"localhost">>},
         {scram,<<"W2fOdLEp+lUhZfuShrcBpPKJ0Mk=">>,
                <<"hklQ0/Xe7KcfKdU7t8nSYglkLb0=">>,
                <<"0vhoEl+X/dxxxZnMR9J0kw==">>,4096}},
Syndicate content