aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* do not include "thread" and "subject" elements in messages if emptyJeremy Lainé2010-02-111-2/+4
|
* integrate support for XEP-0030 : Service DiscoveryJeremy Lainé2010-02-114-0/+20
|
* add support for XEP-0030 : Service DiscoveryJeremy Lainé2010-02-115-0/+200
|
* add example for XEP-0136: Message ArchivingJeremy Lainé2010-02-045-1/+183
|
* add ArchiveIq.[h,cpp] to source.proJeremy Lainé2010-02-041-0/+2
|
* integrate XEP-0136 into QXmppClientJeremy Lainé2010-02-032-0/+11
|
* integrate XEP-0136 into QXmppStreamJeremy Lainé2010-02-033-1/+54
|
* add initial XEP-0136 IQs and managerJeremy Lainé2010-02-034-0/+501
|
* documentationManjeet Dahiya2010-02-011-2/+4
|
* Add XEP-0199:XMPP Ping supportManjeet Dahiya2010-02-011-0/+8
| | | | http://xmpp.org/extensions/xep-0199.html#disco
* reply to server -> client XMPP Ping (XEP-1099)Jeremy Lainé2010-02-012-1/+12
|
* add QXmppPingIq class for XEP-0199 pingsJeremy Lainé2010-02-015-0/+90
|
* fix typo in call to getNickName()Jeremy Lainé2010-02-011-1/+1
|
* add nickname when serializing vCardJeremy Lainé2010-02-011-0/+2
|
* report XMPP stream errors (issue #40)Jeremy Lainé2010-02-014-2/+33
|
* add support for vCard nickname (issue #38)Jeremy Lainé2010-02-012-0/+16
|
* change include of <xmlrpc.h> to "xmlrpc.h" (issue #36)Jeremy Lainé2010-02-011-1/+1
|
* include QImage in QXmppUtils (issue #35)Jeremy Lainé2010-02-011-0/+1
|
* Split interfaces correctlyIan Geiser2009-11-121-1/+2
|
* This is the rest of XEP-009. This needs some cleanup and testing still. I ↵Ian Geiser2009-11-1113-5/+334
| | | | 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-0823-7/+1423
| | | | remote methods is next.
* Added better examples for in band byte transfersIan Geiser2009-11-0811-8/+179
|
* fixed renamed projectsIan Geiser2009-11-082-2/+2
|
* Added an example of how to use the in band transfer.Ian Geiser2009-11-085-0/+196
|
* new exampleManjeet Dahiya2009-11-081-1/+2
|
* roster exampleManjeet Dahiya2009-11-085-0/+178
|
* documentation updateManjeet Dahiya2009-11-081-0/+5
|
* documentation and rosterReceived() SIGNAL implementationManjeet Dahiya2009-11-074-15/+220
|
* Issue 29: allow ConnectToServer to accept a JID instead than a separate user ↵Manjeet Dahiya2009-11-062-1/+41
| | | | and domain
* Fix for Issue 27: misc spelling fixesManjeet Dahiya2009-10-272-4/+4
| | | | Contributor: Marco Molteni
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-2718-23/+921
|
* Fix for Manjeet Dahiya2009-10-2653-5857/+5883
| | | | | | | | 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
* QXmppConfiguration::getNetworkProxy();Manjeet Dahiya2009-10-242-2/+2
| | | | | to QXmppConfiguration::getNetworkProxy() const;
* Fix for Issue 12: Proxy supportManjeet Dahiya2009-10-243-1/+31
| | | | Adding functions in QXmppConfiguration to specify QNetworkProxy.
* Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanismManjeet Dahiya2009-10-234-3/+131
| | | | Also setting SASLDigestMD5 as a default SASLAuth mechanism.
* Fix for Issue 17: Authentication and stream security configuration optionsManjeet Dahiya2009-10-213-9/+146
|
* fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵Manjeet Dahiya2009-10-208-9/+12
| | | | | | -warnings and other warnings
* Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵Manjeet Dahiya2009-10-2025-217/+190
| | | | | | | | 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-186-2/+57
|
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-1810-46/+261
|
* Fix for Issue 9: When result iq is received, client is sending an error iq ↵Manjeet Dahiya2009-09-221-9/+12
| | | | that feature is not implemented
* setReconnectionManager bug and documentation updateManjeet Dahiya2009-09-202-5/+27
|
* documentationManjeet Dahiya2009-09-172-19/+184
|
* bug fixesManjeet Dahiya2009-09-143-2/+17
|
* default value for constructorManjeet Dahiya2009-09-121-1/+1
|
* image hash should be null for empty imageManjeet Dahiya2009-09-121-1/+5
|
* bug fixesManjeet Dahiya2009-09-124-4/+7
|
* Fix for Issue 4:Cannot repackage message when receiving partial message.Manjeet Dahiya2009-09-098-20/+40
| | | | vCard cleanups
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-0726-99/+575
|
* add ns_vcard constManjeet Dahiya2009-09-072-0/+2
|