aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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