| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bring QXmppTransferManager back to 3 arguments | Jeremy Lainé | 2012-09-17 | 3 | -4/+5 | |
| | | ||||||
| * | declare proxy for transfer example | Jeremy Lainé | 2012-09-17 | 1 | -0/+1 | |
| | | ||||||
| * | embed file to send | Jeremy Lainé | 2012-09-17 | 3 | -1/+8 | |
| | | ||||||
| * | Allow StreamHost::host to contain a host name | Jeremy Lainé | 2012-09-17 | 6 | -21/+23 | |
| | | ||||||
| * | improve QXmppServer::listenFor(Clients|Servers) debugging | Jeremy Lainé | 2012-09-17 | 1 | -2/+2 | |
| | | ||||||
| * | Enable multiple calls to QXmppServer::listenFor(Clients|Servers) | Jeremy Lainé | 2012-09-17 | 2 | -36/+87 | |
| | | | | | | Make it possible to call listenForClients and listenForServers multiple times to supported multiple IP address / ports. | |||||
| * | remove references to qxmpp.test1@gmail.com | Jeremy Lainé | 2012-09-14 | 4 | -4/+4 | |
| | | ||||||
| * | rework example | Jeremy Lainé | 2012-09-14 | 4 | -49/+21 | |
| | | ||||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -45/+15 | |
| | | ||||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -58/+39 | |
| | | ||||||
| * | fix example | Jeremy Lainé | 2012-09-14 | 4 | -58/+40 | |
| | | ||||||
| * | cleanup examples | Jeremy Lainé | 2012-09-14 | 9 | -96/+38 | |
| | | ||||||
| * | use credentials on qxmpp.org | Jeremy Lainé | 2012-09-14 | 2 | -5/+7 | |
| | | ||||||
| * | don't install html docs on android | Jeremy Lainé | 2012-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | fix typo | Jeremy Lainé | 2012-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | cleanup includes / forward declarations | Jeremy Lainé | 2012-09-14 | 10 | -33/+3 | |
| | | ||||||
| * | disable examples/tests/doc on android | Jeremy Lainé | 2012-09-14 | 1 | -4/+6 | |
| | | ||||||
| * | build a static lib on android by default | Jeremy Lainé | 2012-09-13 | 1 | -1/+5 | |
| | | ||||||
| * | set default avatar | Jeremy Lainé | 2012-09-13 | 2 | -3/+7 | |
| | | ||||||
| * | fix display of own vCard | Jeremy Lainé | 2012-09-13 | 3 | -5/+8 | |
| | | ||||||
| * | fix compiler warnings | Jeremy Lainé | 2012-09-13 | 8 | -15/+54 | |
| | | ||||||
| * | revert accidental commit | Jeremy Lainé | 2012-09-13 | 1 | -1/+0 | |
| | | ||||||
| * | feed changelog | Jeremy Lainé | 2012-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | don't show empty messages | Jeremy Lainé | 2012-09-13 | 1 | -3/+8 | |
| | | ||||||
| * | simplify rosterItemModel | Jeremy Lainé | 2012-09-13 | 2 | -23/+14 | |
| | | ||||||
| * | initialise icon | Jeremy Lainé | 2012-09-13 | 1 | -0/+1 | |
| | | ||||||
| * | simplify roster | Jeremy Lainé | 2012-09-13 | 4 | -100/+42 | |
| | | ||||||
| * | refactor vCard update | Jeremy Lainé | 2012-09-13 | 1 | -14/+13 | |
| | | ||||||
| * | replace deprecated functions | Jeremy Lainé | 2012-09-13 | 1 | -2/+2 | |
| | | ||||||
| * | stop using obsolete signal | Jeremy Lainé | 2012-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | stop using deprecated methods | Jeremy Lainé | 2012-09-12 | 10 | -49/+49 | |
| | | ||||||
| * | minimum maintenance to get guiclient to compile | Jeremy Lainé | 2012-09-12 | 4 | -13/+5 | |
| | | ||||||
| * | Use room jid instead of user jid in invitations. | 0xd34df00d | 2012-09-12 | 1 | -1/+1 | |
| | | | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one. | |||||
| * | fix | Jeremy Lainé | 2012-09-12 | 1 | -2/+0 | |
| | | ||||||
| * | fix | Jeremy Lainé | 2012-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | document QXMPP_AUTOTEST_INTERNAL | Jeremy Lainé | 2012-09-12 | 1 | -0/+1 | |
| | | ||||||
| * | don't test stream initiation if QXMPP_AUTOTEST_INTERNAL is false | Jeremy Lainé | 2012-09-12 | 2 | -2/+4 | |
| | | ||||||
| * | make QXmppStreamInitiationIq private API | Jeremy Lainé | 2012-09-12 | 4 | -7/+20 | |
| | | ||||||
| * | test stream initiation IQ serialisation / parsing | Jeremy Lainé | 2012-09-12 | 6 | -50/+57 | |
| | | ||||||
| * | add/test QXmppTransferFileInfo parsing/serialisation | Jeremy Lainé | 2012-09-12 | 4 | -0/+85 | |
| | | ||||||
| * | QXmppTransferManager: use actual data forms instead of manually parsing them | Jeremy Lainé | 2012-09-12 | 3 | -99/+64 | |
| | | ||||||
| * | Add XEP-0045: Multi-User Chat attributes to QXmppPresence. | Jeremy Lainé | 2012-09-12 | 6 | -22/+102 | |
| | | ||||||
| * | prune dead code | Jeremy Lainé | 2012-09-12 | 1 | -6/+0 | |
| | | ||||||
| * | explicitly parse XEP-0249: Direct MUC Invitations message attributes | Jeremy Lainé | 2012-09-12 | 6 | -10/+101 | |
| | | ||||||
| * | add stream initiation tests | Jeremy Lainé | 2012-09-11 | 4 | -0/+90 | |
| | | ||||||
| * | feed changelog | Jeremy Lainé | 2012-09-11 | 1 | -0/+5 | |
| | | ||||||
| * | Merge branch 'master' of https://code.google.com/p/qxmpp | Jeremy Lainé | 2012-09-11 | 2 | -2/+25 | |
| |\ | ||||||
| | * | Merge branch 'master' of https://code.google.com/p/qxmpp | 0xd34df00d | 2012-09-10 | 2 | -19/+0 | |
| | |\ | ||||||
| | * | | Added description field to file transfers. | 0xd34df00d | 2012-09-10 | 2 | -2/+25 | |
| | | | | ||||||
| * | | | [server] remove some not-so-interesting counters | Jeremy Lainé | 2012-09-11 | 3 | -7/+0 | |
| | |/ |/| | ||||||
