summaryrefslogtreecommitdiff
path: root/xmpp/router.go
AgeCommit message (Collapse)Author
2023-06-30Add session pointer to routing infrastructurexengineering
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-30Add dummy handler for stream features elementsxengineering
This is the first step to handle stream features correctly with the new routing infrastructure.
2023-06-30Add xmpp/router.goxengineering
This implements a routing function for XML elements received by an XML stream.