Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-30 | Add xmpp/router.go | xengineering | |
This implements a routing function for XML elements received by an XML stream. | |||
2023-06-28 | xmpp: Implement basic elementBuffer | xengineering | |
This is needed to buffer XML elements of a stream until they are complete and can be given to an element handler. | |||
2023-06-28 | xmpp: Implement syncStreams() | xengineering | |
This should ensure that the incoming and outgoing XML streams are in sync. | |||
2023-06-28 | xmpp: Move Stream logic to stream_pair.go | xengineering | |
The new source file should contain the complete stream logic. |