strophe / libstrophe

A simple, lightweight C library for writing XMPP clients
http://strophe.im/libstrophe
Other
401 stars 163 forks source link

SCRAM plus variants #228

Closed sjaeckel closed 8 months ago

sjaeckel commented 11 months ago

Add support for SASL methods SCRAM-SHA1-PLUS and SCRAM-SHA256-PLUS.

Fixes #133

Neustradamus commented 8 months ago

@sjaeckel: I have only seen your PR today!

Good job! :)

Only one remark, can you add "tls-server-end-point" support too?

It is needed for security and for example here (In more RFCs):

There is a talk about it on Standards ML:

Thanks in advance.