| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fixup | Jeremy Lainé | 2010-03-08 | 1 | -12/+17 | |
| | | ||||||
| * | categorise log messages as debug or warning | Jeremy Lainé | 2010-03-08 | 1 | -29/+32 | |
| | | ||||||
| * | rework QXmppLogger yet again | Jeremy Lainé | 2010-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | rework QXmppLogger again | Jeremy Lainé | 2010-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | refactor logging | Jeremy Lainé | 2010-03-08 | 1 | -0/+5 | |
| | | ||||||
| * | remove deprecated functions calls of QXmppRosterIq | Manjeet Dahiya | 2010-03-04 | 1 | -4/+4 | |
| | | ||||||
| * | remove deprecated functions calls of QXmppLogger | Manjeet Dahiya | 2010-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | copyright year | Manjeet Dahiya | 2010-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | make it possible to override handling of XML elements | Jeremy Lainé | 2010-03-04 | 1 | -1/+5 | |
| | | ||||||
| * | remove deprecated functions calls of QXmppBind | Manjeet Dahiya | 2010-03-04 | 1 | -2/+2 | |
| | | ||||||
| * | remove deprecated functions calls of QXmppConfiguration | Manjeet Dahiya | 2010-03-04 | 1 | -23/+23 | |
| | | ||||||
| * | integrate support for XEP-0092: Software Version | Jeremy Lainé | 2010-03-04 | 1 | -47/+75 | |
| | | ||||||
| * | internal API cleanup : rename QXmppIbbIqs to QXmppIbbIq for consistency | Jeremy Lainé | 2010-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | error parsing is handled at IQ level | Jeremy Lainé | 2010-03-04 | 1 | -4/+0 | |
| | | ||||||
| * | cleanup QXmppIq accessors | Jeremy Lainé | 2010-03-04 | 1 | -2/+2 | |
| | | ||||||
| * | start cleaning up accessor names | Jeremy Lainé | 2010-03-04 | 1 | -8/+8 | |
| | | ||||||
| * | make sure the random number generator is seeded, otherwise all our qrand() ↵ | Jeremy Lainé | 2010-02-26 | 1 | -0/+3 | |
| | | | | | and NOT random! | |||||
| * | don't reply with an error to error IQs, leads to infinite loops | Jeremy Lainé | 2010-02-25 | 1 | -2/+4 | |
| | | ||||||
| * | add basic support for SOCKS5 bytestreams | Jeremy Lainé | 2010-02-25 | 1 | -0/+14 | |
| | | ||||||
| * | replace QXmppIbbTransfer* by QXmppTransferManager | Jeremy Lainé | 2010-02-24 | 1 | -52/+64 | |
| | | ||||||
| * | rename QXmppDataIq to QXmppIbbDataIq | Jeremy Lainé | 2010-02-24 | 1 | -3/+2 | |
| | | ||||||
| * | resetting m_authStep to 0 after in connect and disconnect. | Manjeet Dahiya | 2010-02-23 | 1 | -0/+4 | |
| | | ||||||
| * | Fix | Manjeet Dahiya | 2010-02-23 | 1 | -67/+117 | |
| | | | | | | | | | | | | | | | Issue 46:Error in SASLDigestMD5 with jabber.org Issue 39: MD5 Authentication does not work against servers which return '=' in their nonce The SASL auth using the MD5 mechanism specifies the key value pairs, such as nonce, qop, algorithm. The format is: key = "value". The parsing in the qxmpp therefore splits on the '=' character to process the key/values. This fails when any one of the field values contains a '='. The parsing should take what is in the value delimiters '"' literally. Please find attached a patch to fix the parsing. Three additional related minor changes have been made: 1) base64 encode the client generated nonce. This is because the random nonce generator can encode a null (0) char, which is messy and can break things server side 2) Enforce the steps of the challenge/response authentication rather then relying on content of the payload 3) Disconnect if the client gives a SASL auth failure Thanks mr.o.wickham for providing the patch. | |||||
| * | clear roster when the XMPP stream gets disconnected | Jeremy Lainé | 2010-02-22 | 1 | -0/+6 | |
| | | ||||||
| * | allow multiple extensions for XMPP stanzas | Jeremy Lainé | 2010-02-19 | 1 | -28/+1 | |
| | | ||||||
| * | parse generic IQs | Jeremy Lainé | 2010-02-18 | 1 | -0/+2 | |
| | | ||||||
| * | before disconnecting from server, flush the socket otherwise we never send ↵ | Jeremy Lainé | 2010-02-18 | 1 | -0/+1 | |
| | | | | | the end of stream | |||||
| * | move parsing of XMPP messages to QXmppMessage | Jeremy Lainé | 2010-02-18 | 1 | -53/+4 | |
| | | ||||||
| * | make it possible to attach an extension element to messages and presences | Jeremy Lainé | 2010-02-12 | 1 | -0/+9 | |
| | | ||||||
| * | add a configuration item to decide whether to ignore SSL errors (issue #42) | Jeremy Lainé | 2010-02-11 | 1 | -1/+3 | |
| | | ||||||
| * | integrate support for XEP-0030 : Service Discovery | Jeremy Lainé | 2010-02-11 | 1 | -0/+8 | |
| | | ||||||
| * | integrate XEP-0136 into QXmppStream | Jeremy Lainé | 2010-02-03 | 1 | -1/+42 | |
| | | ||||||
| * | reply to server -> client XMPP Ping (XEP-1099) | Jeremy Lainé | 2010-02-01 | 1 | -0/+10 | |
| | | ||||||
| * | report XMPP stream errors (issue #40) | Jeremy Lainé | 2010-02-01 | 1 | -0/+13 | |
| | | ||||||
| * | This is the rest of XEP-009. This needs some cleanup and testing still. I ↵ | Ian Geiser | 2009-11-11 | 1 | -0/+12 | |
| | | | | | 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 | 1 | -0/+8 | |
| | | | | | remote methods is next. | |||||
| * | documentation and rosterReceived() SIGNAL implementation | Manjeet Dahiya | 2009-11-07 | 1 | -1/+9 | |
| | | ||||||
| * | Issue 15: Implement XEP-0047 | Manjeet Dahiya | 2009-10-27 | 1 | -3/+52 | |
| | | ||||||
| * | Fix for | Manjeet Dahiya | 2009-10-26 | 1 | -931/+931 | |
| | | | | | | | | | 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 12: Proxy support | Manjeet Dahiya | 2009-10-24 | 1 | -1/+2 | |
| | | | | | Adding functions in QXmppConfiguration to specify QNetworkProxy. | |||||
| * | Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanism | Manjeet Dahiya | 2009-10-23 | 1 | -1/+126 | |
| | | | | | Also setting SASLDigestMD5 as a default SASLAuth mechanism. | |||||
| * | Fix for Issue 17: Authentication and stream security configuration options | Manjeet Dahiya | 2009-10-21 | 1 | -7/+56 | |
| | | ||||||
| * | fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵ | Manjeet Dahiya | 2009-10-20 | 1 | -1/+1 | |
| | | | | | | | -warnings and other warnings | |||||
| * | Using QXmlStreamWriter for directly writing to the socket. This will avoid ↵ | Manjeet Dahiya | 2009-10-20 | 1 | -14/+38 | |
| | | | | | | | | | 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 | 1 | -0/+12 | |
| | | ||||||
| * | XEP-0078: Non-SASL Authentication Implementation | Manjeet Dahiya | 2009-10-18 | 1 | -42/+100 | |
| | | ||||||
| * | 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 | |||||
| * | bug fixes | Manjeet Dahiya | 2009-09-12 | 1 | -0/+3 | |
| | | ||||||
| * | Fix for Issue 4:Cannot repackage message when receiving partial message. | Manjeet Dahiya | 2009-09-09 | 1 | -7/+23 | |
| | | | | | vCard cleanups | |||||
| * | XEP-0054: vcard-temp implementation and other code cleanups | Manjeet Dahiya | 2009-09-07 | 1 | -37/+90 | |
| | | ||||||
