index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add QXmppMucRoom::name() to get the room's human-readable name.
Jeremy Lainé
2012-09-05
2
-1
/
+46
*
clarify JID formats
Jeremy Lainé
2012-09-05
1
-1
/
+3
*
QXmppMucRoom::ban() should only accept bare JIDs
Jeremy Lainé
2012-09-05
1
-14
/
+5
*
Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID.
Jeremy Lainé
2012-09-05
2
-2
/
+14
*
Add QXmppMucRoom::ban() slot to ban users.
Jeremy Lainé
2012-09-05
2
-0
/
+36
*
Add support for X-OAUTH2 authentication for Google Talk.
Jeremy Lainé
2012-09-05
3
-1
/
+29
*
If building with Qt 5, use Qt's QDnsLookup instead of our backport.
Jeremy Lainé
2012-09-04
1
-0
/
+4
*
Handle Error disco replies in DiscoveryManager as well.
0xd34df00d
2012-09-04
1
-2
/
+5
*
don't send initial presence or request roster if not authenticated
Jeremy Lainé
2012-09-03
2
-2
/
+4
*
add QXmppClient::isAuthenticated
Jeremy Lainé
2012-09-03
4
-0
/
+21
*
handle XMPP connections without a session
Jeremy Lainé
2012-09-03
1
-4
/
+24
*
don't send non-SASL auth if disabled
Jeremy Lainé
2012-09-03
1
-2
/
+3
*
make it possible to disable non-SASL authentication
Jeremy Lainé
2012-09-03
3
-18
/
+26
*
remove deprecated QXmppConfiguration::sASLAuthMechanism
Jeremy Lainé
2012-09-03
2
-50
/
+0
*
Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.
Jeremy Lainé
2012-09-03
3
-0
/
+27
*
handle port in see-other-host
Jeremy Lainé
2012-09-03
1
-1
/
+4
*
Add support for see-other-host server change.
Jeremy Lainé
2012-09-02
1
-2
/
+22
*
move socket disconnect handling out of QXmppStream
Jeremy Lainé
2012-09-02
2
-0
/
+11
*
whitespace fix
Jeremy Lainé
2012-08-30
1
-1
/
+1
*
Merge branch 'master' of https://code.google.com/p/qxmpp
Jeremy Lainé
2012-08-30
2
-10
/
+0
|
\
|
*
Remove deprecated QXmppRosterManager::rosterChanged()
Jeremy Lainé
2012-08-29
2
-10
/
+0
*
|
Make sure QXmppDiscoveryManager only emits results
Jeremy Lainé
2012-08-30
1
-5
/
+9
|
/
*
revert to use the domain for SASL auth
Jeremy Lainé
2012-08-03
1
-6
/
+2
*
fix typo
Jeremy Lainé
2012-08-02
1
-1
/
+1
*
Make it possible to set the client's extended information form (XEP-0128).
Jeremy Lainé
2012-08-02
2
-0
/
+27
*
keep track of the host we connect to
Jeremy Lainé
2012-08-02
2
-28
/
+35
*
doc fixes
Jeremy Lainé
2012-07-21
1
-1
/
+2
*
remove QXmppRosterManager::removeRosterEntry()
Jeremy Lainé
2012-07-21
2
-13
/
+0
*
doc fixes
Jeremy Lainé
2012-07-21
1
-0
/
+4
*
doc fixes
Jeremy Lainé
2012-07-21
14
-122
/
+150
*
Add a "reason" argument to QXmppRosterManager's subscription methods.
Jeremy Lainé
2012-07-21
2
-8
/
+12
*
use QXmppClient::setStatusText
Jeremy Lainé
2012-07-21
2
-5
/
+2
*
add support for XEP-0071: XHTML-IM (fixes issue: #143)
Jeremy Lainé
2012-07-21
1
-0
/
+1
*
hide QXmppCodec
Jeremy Lainé
2012-07-20
1
-1
/
+0
*
make SASL code fully private
Jeremy Lainé
2012-07-20
1
-2
/
+1
*
rework
Jeremy Lainé
2012-07-20
1
-1
/
+4
*
remove gratuitous toLatin1()
Jeremy Lainé
2012-07-20
1
-1
/
+1
*
use QXmppSaslFailure
Jeremy Lainé
2012-07-20
1
-2
/
+5
*
parse SASL auth
Jeremy Lainé
2012-07-20
1
-6
/
+2
*
make QXmppSaslClient a QXmppLoggable
Jeremy Lainé
2012-07-20
1
-1
/
+1
*
SASL: move definition of available mechanisms to QXmppSaslClient
Jeremy Lainé
2012-07-20
1
-1
/
+1
*
SASL: don't hardcode service type
Jeremy Lainé
2012-07-20
1
-1
/
+2
*
move SASL specifics out of QXmppOutgoingClient
Jeremy Lainé
2012-07-19
2
-132
/
+44
*
remove confusing QXmppPresence::Status::Offline
Jeremy Lainé
2012-07-18
2
-2
/
+0
*
Make SASL mechanisms string based.
Jeremy Lainé
2012-07-18
3
-37
/
+61
*
make QXmppStreamFeatures string-based to allow pluggable SASL
Jeremy Lainé
2012-07-18
2
-49
/
+44
*
use centrally-defined ns_private
Jeremy Lainé
2012-07-18
1
-4
/
+3
*
Remove deprecated QXmppClient::discoveryIqReceived() signal.
Jeremy Lainé
2012-07-18
2
-19
/
+1
*
update copyright year
Jeremy Lainé
2012-07-18
37
-37
/
+37
*
only emit QXmppVersionManager::versionReceived() for results
Jeremy Lainé
2012-07-18
1
-3
/
+4
[next]