| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | do not include "thread" and "subject" elements in messages if empty | Jeremy Lainé | 2010-02-11 | 1 | -2/+4 | |
| | | ||||||
| * | integrate support for XEP-0030 : Service Discovery | Jeremy Lainé | 2010-02-11 | 4 | -0/+20 | |
| | | ||||||
| * | add support for XEP-0030 : Service Discovery | Jeremy Lainé | 2010-02-11 | 5 | -0/+200 | |
| | | ||||||
| * | add example for XEP-0136: Message Archiving | Jeremy Lainé | 2010-02-04 | 5 | -1/+183 | |
| | | ||||||
| * | add ArchiveIq.[h,cpp] to source.pro | Jeremy Lainé | 2010-02-04 | 1 | -0/+2 | |
| | | ||||||
| * | integrate XEP-0136 into QXmppClient | Jeremy Lainé | 2010-02-03 | 2 | -0/+11 | |
| | | ||||||
| * | integrate XEP-0136 into QXmppStream | Jeremy Lainé | 2010-02-03 | 3 | -1/+54 | |
| | | ||||||
| * | add initial XEP-0136 IQs and manager | Jeremy Lainé | 2010-02-03 | 4 | -0/+501 | |
| | | ||||||
| * | documentation | Manjeet Dahiya | 2010-02-01 | 1 | -2/+4 | |
| | | ||||||
| * | Add XEP-0199:XMPP Ping support | Manjeet Dahiya | 2010-02-01 | 1 | -0/+8 | |
| | | | | | http://xmpp.org/extensions/xep-0199.html#disco | |||||
| * | reply to server -> client XMPP Ping (XEP-1099) | Jeremy Lainé | 2010-02-01 | 2 | -1/+12 | |
| | | ||||||
| * | add QXmppPingIq class for XEP-0199 pings | Jeremy Lainé | 2010-02-01 | 5 | -0/+90 | |
| | | ||||||
| * | fix typo in call to getNickName() | Jeremy Lainé | 2010-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | add nickname when serializing vCard | Jeremy Lainé | 2010-02-01 | 1 | -0/+2 | |
| | | ||||||
| * | report XMPP stream errors (issue #40) | Jeremy Lainé | 2010-02-01 | 4 | -2/+33 | |
| | | ||||||
| * | add support for vCard nickname (issue #38) | Jeremy Lainé | 2010-02-01 | 2 | -0/+16 | |
| | | ||||||
| * | change include of <xmlrpc.h> to "xmlrpc.h" (issue #36) | Jeremy Lainé | 2010-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | include QImage in QXmppUtils (issue #35) | Jeremy Lainé | 2010-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Split interfaces correctly | Ian Geiser | 2009-11-12 | 1 | -1/+2 | |
| | | ||||||
| * | This is the rest of XEP-009. This needs some cleanup and testing still. I ↵ | Ian Geiser | 2009-11-11 | 13 | -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 Geiser | 2009-11-08 | 23 | -7/+1423 | |
| | | | | | remote methods is next. | |||||
| * | Added better examples for in band byte transfers | Ian Geiser | 2009-11-08 | 11 | -8/+179 | |
| | | ||||||
| * | fixed renamed projects | Ian Geiser | 2009-11-08 | 2 | -2/+2 | |
| | | ||||||
| * | Added an example of how to use the in band transfer. | Ian Geiser | 2009-11-08 | 5 | -0/+196 | |
| | | ||||||
| * | new example | Manjeet Dahiya | 2009-11-08 | 1 | -1/+2 | |
| | | ||||||
| * | roster example | Manjeet Dahiya | 2009-11-08 | 5 | -0/+178 | |
| | | ||||||
| * | documentation update | Manjeet Dahiya | 2009-11-08 | 1 | -0/+5 | |
| | | ||||||
| * | documentation and rosterReceived() SIGNAL implementation | Manjeet Dahiya | 2009-11-07 | 4 | -15/+220 | |
| | | ||||||
| * | Issue 29: allow ConnectToServer to accept a JID instead than a separate user ↵ | Manjeet Dahiya | 2009-11-06 | 2 | -1/+41 | |
| | | | | | and domain | |||||
| * | Fix for Issue 27: misc spelling fixes | Manjeet Dahiya | 2009-10-27 | 2 | -4/+4 | |
| | | | | | Contributor: Marco Molteni | |||||
| * | Issue 15: Implement XEP-0047 | Manjeet Dahiya | 2009-10-27 | 18 | -23/+921 | |
| | | ||||||
| * | Fix for | Manjeet Dahiya | 2009-10-26 | 53 | -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 Dahiya | 2009-10-24 | 2 | -2/+2 | |
| | | | | | | to QXmppConfiguration::getNetworkProxy() const; | |||||
| * | Fix for Issue 12: Proxy support | Manjeet Dahiya | 2009-10-24 | 3 | -1/+31 | |
| | | | | | Adding functions in QXmppConfiguration to specify QNetworkProxy. | |||||
| * | Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanism | Manjeet Dahiya | 2009-10-23 | 4 | -3/+131 | |
| | | | | | Also setting SASLDigestMD5 as a default SASLAuth mechanism. | |||||
| * | Fix for Issue 17: Authentication and stream security configuration options | Manjeet Dahiya | 2009-10-21 | 3 | -9/+146 | |
| | | ||||||
| * | fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵ | Manjeet Dahiya | 2009-10-20 | 8 | -9/+12 | |
| | | | | | | | -warnings and other warnings | |||||
| * | Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵ | Manjeet Dahiya | 2009-10-20 | 25 | -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 Dahiya | 2009-10-18 | 6 | -2/+57 | |
| | | ||||||
| * | XEP-0078: Non-SASL Authentication Implementation | Manjeet Dahiya | 2009-10-18 | 10 | -46/+261 | |
| | | ||||||
| * | Fix for Issue 9: When result iq is received, client is sending an error iq ↵ | Manjeet Dahiya | 2009-09-22 | 1 | -9/+12 | |
| | | | | | that feature is not implemented | |||||
| * | setReconnectionManager bug and documentation update | Manjeet Dahiya | 2009-09-20 | 2 | -5/+27 | |
| | | ||||||
| * | documentation | Manjeet Dahiya | 2009-09-17 | 2 | -19/+184 | |
| | | ||||||
| * | bug fixes | Manjeet Dahiya | 2009-09-14 | 3 | -2/+17 | |
| | | ||||||
| * | default value for constructor | Manjeet Dahiya | 2009-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | image hash should be null for empty image | Manjeet Dahiya | 2009-09-12 | 1 | -1/+5 | |
| | | ||||||
| * | bug fixes | Manjeet Dahiya | 2009-09-12 | 4 | -4/+7 | |
| | | ||||||
| * | Fix for Issue 4:Cannot repackage message when receiving partial message. | Manjeet Dahiya | 2009-09-09 | 8 | -20/+40 | |
| | | | | | vCard cleanups | |||||
| * | XEP-0054: vcard-temp implementation and other code cleanups | Manjeet Dahiya | 2009-09-07 | 26 | -99/+575 | |
| | | ||||||
| * | add ns_vcard const | Manjeet Dahiya | 2009-09-07 | 2 | -0/+2 | |
| | | ||||||
