summaryrefslogtreecommitdiff
path: root/xmpp/sasl.go
AgeCommit message (Collapse)Author
2023-06-30Implement basic handler for failed SASL authxengineering
Writing to the log is still better than doing nothing ...
2023-06-30Rework and apply stream nesting on SASL successxengineering
If SASL authentication is successful a new stream has to be opened by the client. This is implemented with this commit.
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
This is part of the refactoring. Details of the old implementation should be looked up by older commits.
2023-05-22Act on SASL server responsexengineering
2023-05-22Introduce new xmpp/sasl.goxengineering