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
*
remove QXmppSocksServer::isListening()
Jeremy Lainé
2012-09-18
2
-6
/
+0
*
move IPv6 specifics inside QXmppSocksServer
Jeremy Lainé
2012-09-18
3
-29
/
+21
*
re-enable IPv6 on Mac OS
Jeremy Lainé
2012-09-17
1
-6
/
+0
*
enable IPv6 file transfers
Jeremy Lainé
2012-09-17
1
-29
/
+25
*
bring QXmppTransferManager back to 3 arguments
Jeremy Lainé
2012-09-17
2
-3
/
+3
*
Allow StreamHost::host to contain a host name
Jeremy Lainé
2012-09-17
5
-21
/
+21
*
improve QXmppServer::listenFor(Clients|Servers) debugging
Jeremy Lainé
2012-09-17
1
-2
/
+2
*
Enable multiple calls to QXmppServer::listenFor(Clients|Servers)
Jeremy Lainé
2012-09-17
1
-35
/
+83
*
fix typo
Jeremy Lainé
2012-09-14
1
-1
/
+1
*
cleanup includes / forward declarations
Jeremy Lainé
2012-09-14
10
-33
/
+3
*
Use room jid instead of user jid in invitations.
0xd34df00d
2012-09-12
1
-1
/
+1
*
fix
Jeremy Lainé
2012-09-12
1
-1
/
+1
*
make QXmppStreamInitiationIq private API
Jeremy Lainé
2012-09-12
3
-6
/
+19
*
test stream initiation IQ serialisation / parsing
Jeremy Lainé
2012-09-12
4
-50
/
+32
*
add/test QXmppTransferFileInfo parsing/serialisation
Jeremy Lainé
2012-09-12
2
-0
/
+31
*
QXmppTransferManager: use actual data forms instead of manually parsing them
Jeremy Lainé
2012-09-12
3
-99
/
+64
*
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Jeremy Lainé
2012-09-12
3
-20
/
+57
*
prune dead code
Jeremy Lainé
2012-09-12
1
-6
/
+0
*
explicitly parse XEP-0249: Direct MUC Invitations message attributes
Jeremy Lainé
2012-09-12
3
-10
/
+84
*
Merge branch 'master' of https://code.google.com/p/qxmpp
Jeremy Lainé
2012-09-11
2
-2
/
+25
|
\
|
*
Merge branch 'master' of https://code.google.com/p/qxmpp
0xd34df00d
2012-09-10
2
-19
/
+0
|
|
\
|
*
|
Added description field to file transfers.
0xd34df00d
2012-09-10
2
-2
/
+25
*
|
|
[server] remove some not-so-interesting counters
Jeremy Lainé
2012-09-11
3
-7
/
+0
|
|
/
|
/
|
*
|
remove QXmppServerExtension::statistics()
Jeremy Lainé
2012-09-10
2
-19
/
+0
|
/
*
replace "incrementCounter" by "updateCounter"
Jeremy Lainé
2012-09-10
7
-37
/
+38
*
add counters
Jeremy Lainé
2012-09-10
4
-2
/
+39
*
add some counters
Jeremy Lainé
2012-09-10
3
-0
/
+8
*
more plumbing for stat counters
Jeremy Lainé
2012-09-10
5
-12
/
+48
*
[server] lay groundwork for client auth statistics
Jeremy Lainé
2012-09-10
2
-1
/
+11
*
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
[next]