summaryrefslogtreecommitdiff
path: root/xmpp/element_buffer.go
AgeCommit message (Collapse)Author
2023-06-29Add FIXME to element buffer specificationxengineering
The behaviour is ok for now but should be improved in the future to make it more robust.
2023-06-28xmpp: Implement basic elementBufferxengineering
This is needed to buffer XML elements of a stream until they are complete and can be given to an element handler.