summaryrefslogtreecommitdiff
path: root/xmpp/stream_pair.go
AgeCommit message (Collapse)Author
2023-06-28xmpp: Implement syncStreams()xengineering
This should ensure that the incoming and outgoing XML streams are in sync.
2023-06-28xmpp: Move Stream logic to stream_pair.goxengineering
The new source file should contain the complete stream logic.