| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | test QXmppDiscoveryIq | Jeremy Lainé | 2012-05-14 | 1 | -23/+22 |
| | | |||||
| * | fix doc warnings | Jeremy Lainé | 2012-05-10 | 3 | -4/+15 |
| | | |||||
| * | fix some documentation warnings | Jeremy Lainé | 2012-05-10 | 5 | -13/+46 |
| | | |||||
| * | fix some doc warnings | Jeremy Lainé | 2012-05-10 | 2 | -14/+30 |
| | | |||||
| * | add virtual destructors for codecs | Jeremy Lainé | 2012-05-10 | 2 | -0/+25 |
| | | |||||
| * | make QXmppStanza destructor virtual | Jeremy Lainé | 2012-05-10 | 1 | -1/+1 |
| | | |||||
| * | export QDnsLookup symbols | Jeremy Lainé | 2012-04-24 | 1 | -6/+8 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-04-24 | 1 | -1/+1 |
| | | |||||
| * | make QXmppElementList a typedef (thanks Matt) | Jeremy Lainé | 2012-04-23 | 2 | -24/+1 |
| | | |||||
| * | remove QXmppStanza::Error::isValid | Jeremy Lainé | 2012-04-20 | 2 | -8/+0 |
| | | |||||
| * | remove QXmppStanza::isErrorStanza | Jeremy Lainé | 2012-04-20 | 2 | -7/+0 |
| | | |||||
| * | fix | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | Remove QXmppPacket class. | Jeremy Lainé | 2012-04-20 | 5 | -93/+8 |
| | | |||||
| * | remove QXmppPacket from user-facing APIs | Jeremy Lainé | 2012-04-20 | 2 | -4/+4 |
| | | |||||
| * | don't expose getImageType | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 7 | -69/+77 |
| | | |||||
| * | hide an internal method | Jeremy Lainé | 2012-04-20 | 2 | -32/+0 |
| | | |||||
| * | rename XMLRPC to QXmppRpcMarshaller | Jeremy Lainé | 2012-04-20 | 2 | -12/+13 |
| | | |||||
| * | mark some functions as static | Jeremy Lainé | 2012-04-20 | 1 | -4/+4 |
| | | |||||
| * | add missing QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -1/+3 |
| | | |||||
