summaryrefslogtreecommitdiff
path: root/xmpp/sasl.go
AgeCommit message (Collapse)Author
2023-07-04Apply go fmtxengineering
2023-07-04Remove unused codexengineering
2023-07-04Re-implement resource binding and presencexengineering
This was removed for refactoring.
2023-07-04Remove runStreamPair()xengineering
This will not be used in the new RX concept.
2023-07-03Move xml.Encoder to session structxengineering
The encoderDecoder sub-struct of the session struct should be removed in little steps. This is the first one.
2023-07-03Switch to EncodeElement() for SASL authxengineering
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