| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use QXmppSaslFailure | Jeremy Lainé | 2012-07-20 | 2 | -2/+49 |
| | | |||||
| * | rework | Jeremy Lainé | 2012-07-20 | 2 | -23/+52 |
| | | |||||
| * | parse SASL auth | Jeremy Lainé | 2012-07-20 | 2 | -0/+53 |
| | | |||||
| * | refactor SASL stanza handling | Jeremy Lainé | 2012-07-20 | 2 | -0/+60 |
| | | |||||
| * | fix | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | move towards server workflow | Jeremy Lainé | 2012-07-20 | 2 | -3/+4 |
| | | |||||
| * | work on server-side SASL | Jeremy Lainé | 2012-07-20 | 2 | -7/+63 |
| | | |||||
| * | first stab at factoring out server-side SASL | Jeremy Lainé | 2012-07-20 | 3 | -1/+225 |
| | | |||||
| * | make QXmppSaslClient a QXmppLoggable | Jeremy Lainé | 2012-07-20 | 3 | -32/+41 |
| | | |||||
| * | SASL: move definition of available mechanisms to QXmppSaslClient | Jeremy Lainé | 2012-07-20 | 2 | -0/+7 |
| | | |||||
| * | SASL: don't hardcode service type | Jeremy Lainé | 2012-07-20 | 2 | -11/+29 |
| | | |||||
| * | betterr quality of protection handling | Jeremy Lainé | 2012-07-20 | 1 | -10/+10 |
| | | |||||
| * | refactor Digest MD5 auth | Jeremy Lainé | 2012-07-19 | 1 | -12/+20 |
| | | |||||
| * | fix error in SASL | Jeremy Lainé | 2012-07-19 | 1 | -1/+1 |
| | | |||||
| * | move some classes to private header | Jeremy Lainé | 2012-07-19 | 3 | -46/+102 |
| | | |||||
| * | add QXmppSaslClient class + tests | Jeremy Lainé | 2012-07-19 | 2 | -0/+299 |
| | | |||||
| * | remove confusing QXmppPresence::Status::Offline | Jeremy Lainé | 2012-07-18 | 2 | -6/+1 |
| | | |||||
| * | restore support for obsolete "invisible" presence (fixes issue #111) | Jeremy Lainé | 2012-07-18 | 2 | -0/+5 |
| | | |||||
| * | make QXmppStreamFeatures string-based to allow pluggable SASL | Jeremy Lainé | 2012-07-18 | 2 | -54/+17 |
| | | |||||
| * | add QXmppRegisterIq as defined by XEP-0077: In-Band Registration | Jeremy Lainé | 2012-07-18 | 3 | -0/+216 |
| | | |||||
| * | don't write null form values | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | re-arrange namespace constants | Jeremy Lainé | 2012-07-18 | 2 | -64/+98 |
| | | |||||
| * | re-order and comment namespace definitions | Jeremy Lainé | 2012-07-18 | 2 | -28/+67 |
| | | |||||
| * | add support for XEP-0221: Data Forms Media Element | Jeremy Lainé | 2012-07-18 | 4 | -0/+163 |
| | | |||||
| * | Fix and test data form title/instructions XML serialization. | Jeremy Lainé | 2012-07-18 | 1 | -3/+2 |
| | | |||||
| * | bump version to 0.5.0 | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 72 | -72/+72 |
| | | |||||
| * | advertise XEP-0036: Message Archiving capability | Jeremy Lainé | 2012-07-17 | 3 | -2/+4 |
| | | |||||
| * | report XEP-0059 capability | Jeremy Lainé | 2012-07-17 | 3 | -2/+4 |
| | | |||||
| * | add result-set management to QXmppArchiveIq | Jeremy Lainé | 2012-07-17 | 2 | -8/+22 |
| | | |||||
| * | remove rsm reply from QXmppArchiveRetrieveIq, makes no sense | Jeremy Lainé | 2012-07-17 | 1 | -13/+0 |
| | | |||||
| * | documentation fixes | Jeremy Lainé | 2012-07-17 | 2 | -3/+3 |
| | | |||||
| * | doc fix | Jeremy Lainé | 2012-07-17 | 1 | -2/+2 |
| | | |||||
| * | fix QXmppRetrieveIq rsm parsing | Jeremy Lainé | 2012-07-17 | 1 | -2/+2 |
| | | |||||
| * | bump version to 0.4.94 | Jeremy Lainé | 2012-07-17 | 1 | -1/+1 |
| | | |||||
| * | QXmppArchiveRetrieveIq: replace "max" by result set management | Jeremy Lainé | 2012-07-17 | 2 | -23/+35 |
| | | |||||
| * | add some documentation to QXmppResultSetQuery/Reply | Jeremy Lainé | 2012-07-17 | 1 | -1/+44 |
| | | |||||
| * | whitespace cleanup | Jeremy Lainé | 2012-07-17 | 3 | -12/+7 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://code.google.com/p/qxmpp | Jeremy Lainé | 2012-07-16 | 1 | -2/+9 |
| |\ | |||||
| | * | Fix time computation in QXmppArchiveIq | Olivier Goffart | 2012-07-04 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In message archive, the secs attribute is the time ellapsed since the last message, not the time passed since the beginning of the collection. Quoting the XEP-0136 §4.6 The time in whole seconds of the message relative to the previous message in the collection (or, for the first message, relative to the start of the collection) SHOULD be specified with a 'secs' attribute. (This behaviour was changed in the revision 0.7 of the JEP-0136) Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.org> | ||||
| * | | Ability to use more complex result set management while getting the archive list | Olivier Goffart | 2012-07-16 | 2 | -20/+24 |
| | | | |||||
| * | | Introduce QXmppResultSetQuery/Reply to handle XEP-0059 | Olivier Goffart | 2012-07-16 | 5 | -29/+325 |
| |/ | |||||
| * | improve server debugging | Jeremy Lainé | 2012-06-07 | 1 | -1/+1 |
| | | |||||
| * | in the absence of QXMPP_STATIC, use shared library import | Jeremy Lainé | 2012-06-07 | 1 | -3/+3 |
| | | | | | | Since building a shared library is the default, handle the absence of QXMPP_STATIC as meaning QXMPP_SHARED. | ||||
| * | remove QXmppSocksClient::waitForReady | Jeremy Lainé | 2012-06-07 | 2 | -16/+0 |
| | | |||||
| * | bump version to 0.4.92 | Jeremy Lainé | 2012-06-07 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | hide QXmppDataForm internals | Jeremy Lainé | 2012-05-14 | 2 | -61/+137 |
| | | |||||
| * | implement/test XEP-0115 verification strings for dataforms (issue: #140) | Jeremy Lainé | 2012-05-14 | 1 | -0/+38 |
| | | |||||
