aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* move IPv6 specifics inside QXmppSocksServerJeremy Lainé2012-09-181-19/+4
* enable IPv6 file transfersJeremy Lainé2012-09-171-29/+25
* bring QXmppTransferManager back to 3 argumentsJeremy Lainé2012-09-172-3/+3
* Allow StreamHost::host to contain a host nameJeremy Lainé2012-09-171-9/+9
* Use room jid instead of user jid in invitations.0xd34df00d2012-09-121-1/+1
* fixJeremy Lainé2012-09-121-1/+1
* test stream initiation IQ serialisation / parsingJeremy Lainé2012-09-122-32/+13
* add/test QXmppTransferFileInfo parsing/serialisationJeremy Lainé2012-09-122-0/+31
* QXmppTransferManager: use actual data forms instead of manually parsing themJeremy Lainé2012-09-121-98/+38
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-121-19/+7
* prune dead codeJeremy Lainé2012-09-121-6/+0
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-121-10/+5
* Added description field to file transfers.0xd34df00d2012-09-102-2/+25
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-101-4/+4
* add countersJeremy Lainé2012-09-101-0/+4
* more plumbing for stat countersJeremy Lainé2012-09-101-0/+4
* Fix QXmppMucRoom::name(), only consider discovery IQs from the room.Jeremy Lainé2012-09-061-9/+11
* clarify discovery IQ handlingJeremy Lainé2012-09-061-23/+31
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...Jeremy Lainé2012-09-061-0/+5
* 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-052-1/+46
* 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-052-2/+14
* Add QXmppMucRoom::ban() slot to ban users.Jeremy Lainé2012-09-052-0/+36
* Add support for X-OAUTH2 authentication for Google Talk.Jeremy Lainé2012-09-053-1/+29
* If building with Qt 5, use Qt's QDnsLookup instead of our backport.Jeremy Lainé2012-09-041-0/+4
* Handle Error disco replies in DiscoveryManager as well.0xd34df00d2012-09-041-2/+5
* don't send initial presence or request roster if not authenticatedJeremy Lainé2012-09-032-2/+4
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-034-0/+21
* handle XMPP connections without a sessionJeremy Lainé2012-09-031-4/+24
* don't send non-SASL auth if disabledJeremy Lainé2012-09-031-2/+3
* make it possible to disable non-SASL authenticationJeremy Lainé2012-09-033-18/+26
* remove deprecated QXmppConfiguration::sASLAuthMechanismJeremy Lainé2012-09-032-50/+0
* Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.Jeremy Lainé2012-09-033-0/+27
* handle port in see-other-hostJeremy Lainé2012-09-031-1/+4
* Add support for see-other-host server change.Jeremy Lainé2012-09-021-2/+22
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-022-0/+11
* whitespace fixJeremy Lainé2012-08-301-1/+1
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-08-302-10/+0
|\
| * Remove deprecated QXmppRosterManager::rosterChanged()Jeremy Lainé2012-08-292-10/+0
* | Make sure QXmppDiscoveryManager only emits resultsJeremy Lainé2012-08-301-5/+9
|/
* revert to use the domain for SASL authJeremy Lainé2012-08-031-6/+2
* fix typoJeremy Lainé2012-08-021-1/+1
* Make it possible to set the client's extended information form (XEP-0128).Jeremy Lainé2012-08-022-0/+27
* keep track of the host we connect toJeremy Lainé2012-08-022-28/+35
* doc fixesJeremy Lainé2012-07-211-1/+2
* remove QXmppRosterManager::removeRosterEntry()Jeremy Lainé2012-07-212-13/+0
* doc fixesJeremy Lainé2012-07-211-0/+4
* doc fixesJeremy Lainé2012-07-2114-122/+150