aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Update self nick only if the nick change is successful.0xd34df00d2013-03-121-6/+12
|
* Disable Facebook / Google / Facebook specific mechanisms if we do notJeremy Lainé2013-03-091-0/+6
| | | | | | | have the corresponding credentials. Google recently changed their XMPP servers, and X-OAUTH2 is now listed before PLAIN. QXmpp was failing to connect to their servers.
* cosmetic: re-order methods alphabeticallyJeremy Lainé2013-02-052-11/+11
|
* Add QXmppClient::insertExtension()Oskari Timperi2013-02-052-2/+13
| | | | | Now users who need greater control from the library can insert their own managers to the beginning of the extensions list and catch every stanza.
* Remove managers from QXmppClientPrivate, use the extensions list insteadOskari Timperi2013-02-051-22/+6
|
* convert QMetaType::construct to QMetaType::create for qt >= 5Matt Broadstone2012-11-161-0/+5
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-2/+2
|
* 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
| | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one.
* 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
| | | | 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-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
|