Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-30 | Implement basic handler for failed SASL auth | xengineering | |
Writing to the log is still better than doing nothing ... | |||
2023-06-30 | Add SASL success handler | xengineering | |
2023-06-30 | Add session pointer to routing infrastructure | xengineering | |
It is nearly useless to route a XML element to an appropriate handler function if the latter has no idea how to send responses to the server or the GUI. Passing a pointer to the session solves this issue. | |||
2023-06-30 | Add dummy handler for stream features elements | xengineering | |
This is the first step to handle stream features correctly with the new routing infrastructure. | |||
2023-06-30 | Add xmpp/router.go | xengineering | |
This implements a routing function for XML elements received by an XML stream. |