aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify rosterJeremy Lainé2012-09-134-100/+42
|
* refactor vCard updateJeremy Lainé2012-09-131-14/+13
|
* replace deprecated functionsJeremy Lainé2012-09-131-2/+2
|
* stop using obsolete signalJeremy Lainé2012-09-121-1/+1
|
* stop using deprecated methodsJeremy Lainé2012-09-1210-49/+49
|
* minimum maintenance to get guiclient to compileJeremy Lainé2012-09-124-13/+5
|
* Use room jid instead of user jid in invitations.0xd34df00d2012-09-121-1/+1
| | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one.
* fixJeremy Lainé2012-09-121-2/+0
|
* fixJeremy Lainé2012-09-121-1/+1
|
* document QXMPP_AUTOTEST_INTERNALJeremy Lainé2012-09-121-0/+1
|
* don't test stream initiation if QXMPP_AUTOTEST_INTERNAL is falseJeremy Lainé2012-09-122-2/+4
|
* make QXmppStreamInitiationIq private APIJeremy Lainé2012-09-124-7/+20
|
* test stream initiation IQ serialisation / parsingJeremy Lainé2012-09-126-50/+57
|
* add/test QXmppTransferFileInfo parsing/serialisationJeremy Lainé2012-09-124-0/+85
|
* QXmppTransferManager: use actual data forms instead of manually parsing themJeremy Lainé2012-09-123-99/+64
|
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-126-22/+102
|
* prune dead codeJeremy Lainé2012-09-121-6/+0
|
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-126-10/+101
|
* add stream initiation testsJeremy Lainé2012-09-114-0/+90
|
* feed changelogJeremy Lainé2012-09-111-0/+5
|
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-09-112-2/+25
|\
| * Merge branch 'master' of https://code.google.com/p/qxmpp0xd34df00d2012-09-102-19/+0
| |\
| * | Added description field to file transfers.0xd34df00d2012-09-102-2/+25
| | |
* | | [server] remove some not-so-interesting countersJeremy Lainé2012-09-113-7/+0
| |/ |/|
* | remove QXmppServerExtension::statistics()Jeremy Lainé2012-09-102-19/+0
|/
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-107-37/+38
|
* add countersJeremy Lainé2012-09-104-2/+39
|
* add some countersJeremy Lainé2012-09-103-0/+8
|
* more plumbing for stat countersJeremy Lainé2012-09-105-12/+48
|
* [server] lay groundwork for client auth statisticsJeremy Lainé2012-09-102-1/+11
|
* bump version to 0.7.3Jeremy Lainé2012-09-074-4/+4
|
* Fix QXmppMucRoom::name(), only consider discovery IQs from the room.Jeremy Lainé2012-09-062-9/+16
|
* bump version to 0.7.2Jeremy Lainé2012-09-064-4/+4
|
* point to qt-project.org instead of nokia.comJeremy Lainé2012-09-061-1/+1
|
* fix typo: X-OAUTH2 was added in 0.7.2Jeremy Lainé2012-09-061-1/+1
|
* clarify discovery IQ handlingJeremy Lainé2012-09-061-23/+31
|
* feed changelogJeremy Lainé2012-09-061-0/+1
|
* add links to RFCs in HTML documentationJeremy Lainé2012-09-061-0/+4
|
* fix typo: RFC 3921, not 5921Jeremy Lainé2012-09-062-2/+2
|
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ↵Jeremy Lainé2012-09-063-0/+11
| | | | by RFC 3920.
* protect against the case where the user has removed the disco managerJeremy Lainé2012-09-051-3/+5
|
* Add QXmppMucRoom::name() to get the room's human-readable name.Jeremy Lainé2012-09-053-2/+48
|
* clarify JID formatsJeremy Lainé2012-09-051-1/+3
|
* QXmppMucRoom::ban() should only accept bare JIDsJeremy Lainé2012-09-051-14/+5
|
* Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID.Jeremy Lainé2012-09-053-3/+17
|
* Add QXmppMucRoom::ban() slot to ban users.Jeremy Lainé2012-09-053-0/+37
|
* Add support for X-OAUTH2 authentication for Google Talk.Jeremy Lainé2012-09-058-3/+91
|
* add tests for X-MESSENGER-OAUTH2 auth methodJeremy Lainé2012-09-052-1/+21
|
* If building with Qt 5, use Qt's QDnsLookup instead of our backport.Jeremy Lainé2012-09-044-7/+18
|
* Added info about previous commit to CHANGELOG.0xd34df00d2012-09-041-0/+6
|