esl / escalus

An XMPP client library in Erlang for conveniently testing XMPP servers
Apache License 2.0
130 stars 76 forks source link

Use the extended SCRAM helper library #235

Closed NelsonVides closed 3 years ago

NelsonVides commented 3 years ago

This simply pretends to use the extended SCRAM library that I've implemented in https://github.com/esl/fast_scram/pull/3, in escalus. It makes the code quite a bit more regular for the client. It's a draft PR, as the scram code is yet not reviewed and merged, and this PR has nothing more than a WIP commit. This PR will (hopefully) be finished as the main repo is finished.

Neustradamus commented 3 years ago

@NelsonVides: Always in progress?