qxmpp icon indicating copy to clipboard operation
qxmpp copied to clipboard

Use QXmlStreamReader internally

Open lnjX opened this issue 9 months ago • 0 comments

  • StreamOpen: Impl fromXml() using QXmlStreamReader
  • XmppSocket: Parse whole stream through QXmlStreamReader

PR check list:

  • [ ] Document your code
  • [ ] Add \since QXmpp 1.X, QXMPP_EXPORT
  • [ ] Update doc/doap.xml
  • [ ] Add unit tests
  • [ ] Format the code: Run clang-format -i src/<edited-file(s)> tests/<edited-file(s)>

lnjX avatar Apr 28 '24 21:04 lnjX