aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppElement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-240/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve QXmppElement serialisationJeremy Lainé2010-07-081-2/+6
| | | | | | * don't call writeCharacterData if a node has no value (allows for collapsed elements) * write "xmlns" attribute first
* make QXmppElement API more like Qt's QDomElementJeremy Lainé2010-02-191-21/+33
|
* make QXmppElement API closer to QDomElementJeremy Lainé2010-02-191-30/+107
|
* introduce QXmppElementListJeremy Lainé2010-02-181-2/+25
|
* make it possible to get/set QXmppElement valueJeremy Lainé2010-02-151-4/+18
|
* make it possible to attach an extension element to messages and presencesJeremy Lainé2010-02-121-0/+6
|
* * make it possible to test QXmppElement for nullityJeremy Lainé2010-02-121-0/+9
| | | | | * when parsing a QXmppElement, pick up the namespace
* add support for nest QXmppElementsJeremy Lainé2010-02-121-0/+24
|
* rework service discovery to use a generic QXmppElementJeremy Lainé2010-02-121-0/+71