aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppIq.h
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-76/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-4/+3
|
* improve code documentationJeremy Lainé2010-07-181-4/+11
|
* make QXmppIq::getTypeStr and QXmppIq::setTypeFromStr privateJeremy Lainé2010-07-081-1/+1
|
* add QXmppIq::parseElementFromChild() to make it symetrical to parsingJeremy Lainé2010-07-081-1/+3
|
* cleanup & test more IQ handlingJeremy Lainé2010-06-291-1/+0
|
* regroup common stanza parsing inside QXmppStanza::parse()Jeremy Lainé2010-03-041-3/+3
|
* cleanup QXmppIq accessorsJeremy Lainé2010-03-041-3/+8
|
* use QXmppStanza::getExtensions/setExtensions instead of ↵Jeremy Lainé2010-02-221-4/+0
| | | | QXmppIq::getItems/setItems
* use QXmppElementList and introduce QXmppIq::parse()Jeremy Lainé2010-02-181-3/+4
|
* rework generic Iq items accessJeremy Lainé2010-02-151-7/+3
|
* add generic access to Iq query elementsJeremy Lainé2010-02-151-0/+8
|
* Fix for Manjeet Dahiya2009-10-261-58/+63
| | | | | | | | 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-2/+3
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* addManjeet Dahiya2009-06-141-0/+57