qxmpp icon indicating copy to clipboard operation
qxmpp copied to clipboard

Implement SASL 2

Open lnjX opened this issue 11 months ago • 0 comments

  • https://xmpp.org/extensions/xep-0388.html
  • #606

Implementation todos:

  • [x] parsing of Sasl2 packets
  • [x] minimal Sasl2Manager
  • [x] integration into OutgoingClient
  • [ ] send UserAgent and add options to QXmppConfiguration
  • [ ] interface for registering extensions for SASL 2 tasks?
  • [ ] Sasl2Manager unit test with
    • [ ] SCRAM auth
    • [ ] failure
    • [ ] <continue/> with required tasks

lnjX avatar Mar 15 '24 22:03 lnjX