aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typoJeremy Lainé2010-02-191-1/+1
|
* in jidToBareJid and jidToResource, check the presence of '/'Jeremy Lainé2010-02-191-2/+8
|
* make QXmppElement API more like Qt's QDomElementJeremy Lainé2010-02-192-22/+34
|
* make QXmppElement API closer to QDomElementJeremy Lainé2010-02-192-36/+117
|
* report support for XEP-0085Jeremy Lainé2010-02-181-0/+4
|
* add support for XEP-0085 : Chat State NotificationsJeremy Lainé2010-02-184-1/+58
|
* parse generic IQsJeremy Lainé2010-02-181-0/+2
|
* before disconnecting from server, flush the socket otherwise we never send ↵Jeremy Lainé2010-02-181-0/+1
| | | | the end of stream
* move parsing of XMPP messages to QXmppMessageJeremy Lainé2010-02-184-54/+30
|
* move stanza error parsing to QXmppStanzaJeremy Lainé2010-02-182-0/+33
|
* make it possible to send presence's with extensionsJeremy Lainé2010-02-181-0/+1
|
* use QXmppElementList for QXmppDiscoveryIqJeremy Lainé2010-02-182-5/+5
|
* use QXmppElementList and introduce QXmppIq::parse()Jeremy Lainé2010-02-182-5/+21
|
* introduce QXmppElementListJeremy Lainé2010-02-182-5/+38
|
* add some namespace declarations for multi-user chatsJeremy Lainé2010-02-182-0/+12
|
* fix typoJeremy Lainé2010-02-151-1/+1
|
* revert changes to discovery query itemsJeremy Lainé2010-02-152-12/+35
|
* rework generic Iq items accessJeremy Lainé2010-02-152-27/+8
|
* 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.