aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
Commit message (Collapse)AuthorAgeFilesLines
* integrate support for XEP-0030 : Service DiscoveryJeremy Lainé2010-02-111-0/+3
|
* integrate XEP-0136 into QXmppStreamJeremy Lainé2010-02-031-0/+10
|
* report XMPP stream errors (issue #40)Jeremy Lainé2010-02-011-1/+2
|
* This is the rest of XEP-009. This needs some cleanup and testing still. I ↵Ian Geiser2009-11-111-2/+2
| | | | am not happy with the implementation, but I am happy with the interface on QXmppClient.
* Added start of XEP-009. This is only the inteface, being able to invoke ↵Ian Geiser2009-11-081-0/+5
| | | | remote methods is next.
* documentation and rosterReceived() SIGNAL implementationManjeet Dahiya2009-11-071-0/+1
|
* Fix for Manjeet Dahiya2009-10-261-141/+141
| | | | | | | | 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
* Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanismManjeet Dahiya2009-10-231-0/+2
| | | | Also setting SASLDigestMD5 as a default SASLAuth mechanism.
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-201-0/+2
| | | | | | | | string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-0/+3
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-091-1/+3
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-0/+7
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-2/+16
| | | | Fix Issue 3: QXmppClient::connected signal
* addManjeet Dahiya2009-06-141-0/+111