aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-150/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-4/+6
|
* add QXmppIq::parseElementFromChild() to make it symetrical to parsingJeremy Lainé2010-07-081-1/+4
|
* cleanup & test more IQ handlingJeremy Lainé2010-06-291-7/+0
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-4/+3
|
* cleanup QXmppIq accessorsJeremy Lainé2010-03-041-3/+10
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-4/+4
|
* rename QXmppStanza::getExtensions to QXmppStanza::extensionsJeremy Lainé2010-03-041-1/+1
|
* use QXmppStanza::getExtensions/setExtensions instead of ↵Jeremy Lainé2010-02-221-13/+6
| | | | QXmppIq::getItems/setItems
* use QXmppElementList and introduce QXmppIq::parse()Jeremy Lainé2010-02-181-2/+17
|
* rework generic Iq items accessJeremy Lainé2010-02-151-20/+5
|
* add generic access to Iq query elementsJeremy Lainé2010-02-151-1/+28
|
* Fix for Manjeet Dahiya2009-10-261-126/+126
| | | | | | | | Issue 23: QXmppBind compilation error on macosx starting from r23 Issue 26: examples fail to link on macosx and linux Issue 24: all text files should have the svn property eol-style set Contributed by: Marco Molteni
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-201-18/+13
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-1/+2
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* addManjeet Dahiya2009-06-141-0/+130