summaryrefslogtreecommitdiff
path: root/xmpp/element_buffer.go
AgeCommit message (Collapse)Author
2023-07-04Remove element_bufferxengineering
The new RX concept will not need such an element buffer and uses the xml.Decoder.DecodeElement() function instead.
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.