aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a "reason" argument to QXmppRosterManager's subscription methods.Jeremy Lainé2012-07-212-8/+12
* use QXmppClient::setStatusTextJeremy Lainé2012-07-212-5/+2
* add support for XEP-0071: XHTML-IM (fixes issue: #143)Jeremy Lainé2012-07-211-0/+1
* hide QXmppCodecJeremy Lainé2012-07-201-1/+0
* make SASL code fully privateJeremy Lainé2012-07-201-2/+1
* reworkJeremy Lainé2012-07-201-1/+4
* remove gratuitous toLatin1()Jeremy Lainé2012-07-201-1/+1
* use QXmppSaslFailureJeremy Lainé2012-07-201-2/+5
* parse SASL authJeremy Lainé2012-07-201-6/+2
* make QXmppSaslClient a QXmppLoggableJeremy Lainé2012-07-201-1/+1
* SASL: move definition of available mechanisms to QXmppSaslClientJeremy Lainé2012-07-201-1/+1
* SASL: don't hardcode service typeJeremy Lainé2012-07-201-1/+2
* move SASL specifics out of QXmppOutgoingClientJeremy Lainé2012-07-192-132/+44
* remove confusing QXmppPresence::Status::OfflineJeremy Lainé2012-07-182-2/+0
* Make SASL mechanisms string based.Jeremy Lainé2012-07-183-37/+61
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-182-49/+44
* use centrally-defined ns_privateJeremy Lainé2012-07-181-4/+3
* Remove deprecated QXmppClient::discoveryIqReceived() signal.Jeremy Lainé2012-07-182-19/+1
* update copyright yearJeremy Lainé2012-07-1837-37/+37
* only emit QXmppVersionManager::versionReceived() for resultsJeremy Lainé2012-07-181-3/+4