Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Remove element_buffer | xengineering | |
The new RX concept will not need such an element buffer and uses the xml.Decoder.DecodeElement() function instead. | |||
2023-06-29 | Add FIXME to element buffer specification | xengineering | |
The behaviour is ok for now but should be improved in the future to make it more robust. | |||
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. |