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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump version to 0.7.3
Jeremy Lainé
2012-09-07
1
-1
/
+1
*
Fix QXmppMucRoom::name(), only consider discovery IQs from the room.
Jeremy Lainé
2012-09-06
1
-9
/
+11
*
bump version to 0.7.2
Jeremy Lainé
2012-09-06
1
-1
/
+1
*
clarify discovery IQ handling
Jeremy Lainé
2012-09-06
1
-23
/
+31
*
fix typo: RFC 3921, not 5921
Jeremy Lainé
2012-09-06
2
-2
/
+2
*
With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...
Jeremy Lainé
2012-09-06
2
-0
/
+10
*
protect against the case where the user has removed the disco manager
Jeremy Lainé
2012-09-05
1
-3
/
+5
*
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
5
-2
/
+68
*
If building with Qt 5, use Qt's QDnsLookup instead of our backport.
Jeremy Lainé
2012-09-04
3
-7
/
+17
*
Handle Error disco replies in DiscoveryManager as well.
0xd34df00d
2012-09-04
1
-2
/
+5
*
bump version to 0.7.1
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
fix QXmppVCardPhone export
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
fix documentation warnings
Jeremy Lainé
2012-09-03
2
-0
/
+8
*
bump version to 0.7.0
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
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
*
fix compiler warning
Jeremy Lainé
2012-09-03
1
-0
/
+1
*
exclude "addresses" from presence extensions
Jeremy Lainé
2012-09-03
1
-0
/
+3
*
add extended addresses to QXmppMessage and QXmppPresence
Jeremy Lainé
2012-09-03
4
-13
/
+10
*
revert previous commit
Jeremy Lainé
2012-09-03
3
-6
/
+15
*
add support for extended addresses
Jeremy Lainé
2012-09-03
3
-15
/
+6
*
use private data members directly
Jeremy Lainé
2012-09-03
1
-6
/
+6
*
make QXmppStanza::toXmlElementFromChild protected
Jeremy Lainé
2012-09-03
1
-1
/
+1
*
add "extendedAddresses" to QXmppStanza
Jeremy Lainé
2012-09-03
2
-0
/
+51
*
improve docs
Jeremy Lainé
2012-09-03
1
-5
/
+4
*
make QXmppExtendedAddress::toXml const
Jeremy Lainé
2012-09-03
2
-2
/
+2
*
add QXmppExtendedAddress
Jeremy Lainé
2012-09-03
2
-2
/
+171
*
Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.
Jeremy Lainé
2012-09-03
5
-1
/
+65
*
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
8
-15
/
+24
*
add support for vCard "DESC" element
Jeremy Lainé
2012-09-02
2
-0
/
+21
*
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
|
/
*
remove trailing whitespace
Jeremy Lainé
2012-08-15
2
-3
/
+3
*
Make it possible to have several addresses in vCards.
Jeremy Lainé
2012-08-03
2
-0
/
+108
*
add stub for addresses
Jeremy Lainé
2012-08-03
2
-3
/
+134
*
add support for phone numbers to vCards
Jeremy Lainé
2012-08-03
2
-4
/
+199
*
hide QXmppVCardIq internals
Jeremy Lainé
2012-08-03
2
-68
/
+102
[next]