aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.cpp
Commit message (Collapse)AuthorAgeFilesLines
* get rid of QXmppInformationRequestResultJeremy Lainé2010-07-151-32/+0
|
* parse contents of Discovery iqs instead of returning raw QXmppElement'sJeremy Lainé2010-03-171-17/+9
|
* QXmppInformationRequestResult should inherit QXmppDiscoveryIqJeremy Lainé2010-03-101-55/+34
|
* add the missing XEP-0054: vcard-temp discovery supportManjeet Dahiya2010-03-091-0/+5
|
* report support of XEP-0092Jeremy Lainé2010-03-041-0/+5
|
* report support for SOCKS5 bytestreamsJeremy Lainé2010-02-251-0/+4
|
* replace QXmppIbbTransfer* by QXmppTransferManagerJeremy Lainé2010-02-241-0/+8
|
* report support for XEP-0085Jeremy Lainé2010-02-181-0/+4
|
* Add XEP-0199:XMPP Ping supportManjeet Dahiya2010-02-011-0/+8
| | | | http://xmpp.org/extensions/xep-0199.html#disco
* Added start of XEP-009. This is only the inteface, being able to invoke ↵Ian Geiser2009-11-081-0/+7
| | | | remote methods is next.
* Fix for Manjeet Dahiya2009-10-261-20/+20
| | | | | | | | 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-15/+11
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* Issue 16: Implement XEP-0030 Manjeet Dahiya2009-10-181-0/+24