summaryrefslogtreecommitdiff
path: root/xmpp/sasl.go
AgeCommit message (Expand)Author
2023-07-04Apply go fmtxengineering
2023-07-04Remove unused codexengineering
2023-07-04Re-implement resource binding and presencexengineering
2023-07-04Remove runStreamPair()xengineering
2023-07-03Move xml.Encoder to session structxengineering
2023-07-03Switch to EncodeElement() for SASL authxengineering
2023-06-30Implement basic handler for failed SASL authxengineering
2023-06-30Rework and apply stream nesting on SASL successxengineering
2023-06-30Add SASL success handlerxengineering
2023-06-30Fix debug messagexengineering
2023-06-30Move SASL mechanism detection to xmpp/sasl.goxengineering
2023-06-28Apply go fmtxengineering
2023-06-27xmpp: Re-introduce SASL authenticationxengineering
2023-06-27xmpp: Remove unused codexengineering
2023-05-22Act on SASL server responsexengineering
2023-05-22Introduce new xmpp/sasl.goxengineering