summaryrefslogtreecommitdiff
path: root/xmpp/router_test.go
AgeCommit message (Collapse)Author
2023-07-04Remove unit test for routerxengineering
The new router will be so trivial that it is not worth a unit test.
2023-06-30Apply go fmtxengineering
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 unit test for routing functionxengineering