Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Apply go fmt | xengineering | |
2023-07-04 | Remove unused code | xengineering | |
2023-07-04 | Re-implement resource binding and presence | xengineering | |
This was removed for refactoring. | |||
2023-07-04 | Remove runStreamPair() | xengineering | |
This will not be used in the new RX concept. | |||
2023-07-03 | Move xml.Encoder to session struct | xengineering | |
The encoderDecoder sub-struct of the session struct should be removed in little steps. This is the first one. | |||
2023-07-03 | Switch to EncodeElement() for SASL auth | xengineering | |
2023-06-30 | Implement basic handler for failed SASL auth | xengineering | |
Writing to the log is still better than doing nothing ... | |||
2023-06-30 | Rework and apply stream nesting on SASL success | xengineering | |
If SASL authentication is successful a new stream has to be opened by the client. This is implemented with this commit. | |||
2023-06-30 | Add SASL success handler | xengineering | |
2023-06-30 | Fix debug message | xengineering | |
2023-06-30 | Move SASL mechanism detection to xmpp/sasl.go | xengineering | |
2023-06-28 | Apply go fmt | xengineering | |
2023-06-27 | xmpp: Re-introduce SASL authentication | xengineering | |
2023-06-27 | xmpp: Remove unused code | xengineering | |
This is part of the refactoring. Details of the old implementation should be looked up by older commits. | |||
2023-05-22 | Act on SASL server response | xengineering | |
2023-05-22 | Introduce new xmpp/sasl.go | xengineering | |