aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* rework discovery Iq serializationJeremy Lainé2010-02-151-4/+0
|
* make use of QXmppIq::getQueryItems and ::setQueryItemsJeremy Lainé2010-02-152-31/+12
|
* add generic access to Iq query elementsJeremy Lainé2010-02-152-1/+36
|
* make it possible to get/set QXmppElement valueJeremy Lainé2010-02-152-4/+22
|
* make it possible to attach an extension element to messages and presencesJeremy Lainé2010-02-125-1/+31
|
* * make it possible to test QXmppElement for nullityJeremy Lainé2010-02-122-0/+10
| | | | | * when parsing a QXmppElement, pick up the namespace
* add support for nest QXmppElementsJeremy Lainé2010-02-122-1/+31
|
* fix parsing of discovery itemsJeremy Lainé2010-02-121-1/+1
|
* add missing QXmppArchiveIq.* files to source.proJeremy Lainé2010-02-121-0/+2
|
* rework service discovery to use a generic QXmppElementJeremy Lainé2010-02-125-67/+134
|
* documentation updatesManjeet Dahiya2010-02-122-14/+159
|
* documentation updatesManjeet Dahiya2010-02-121-3/+3
|
* add a configuration item to decide whether to ignore SSL errors (issue #42)Jeremy Lainé2010-02-113-1/+25
|
* 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 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-118-4/+166
| | | | 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-0815-3/+1186
| | | | remote methods is next.
* 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-2641-5060/+5086
| | | | | | | | 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
|