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 QXmppSrvInfo
Jeremy Lainé
2012-01-31
4
-727
/
+0
*
switch from QXmppSrvInfo to QDnsLookup
Jeremy Lainé
2012-01-31
4
-29
/
+42
*
add a backport of Qt5's QDnsLookup class
Jeremy Lainé
2012-01-31
8
-0
/
+2120
*
add a property to access managed rooms
Jeremy Lainé
2012-01-23
2
-0
/
+15
*
make some methods slots
Jeremy Lainé
2012-01-23
1
-3
/
+4
*
get rid of unused QXmppStream::sendElement
Jeremy Lainé
2011-09-29
2
-17
/
+0
*
add QXmppRosterManager::renameItem to rename a roster item
Jeremy Lainé
2011-09-29
2
-0
/
+23
*
- don't open/close log file for each message, instead provide a "reopen" slot
Jeremy Lainé
2011-09-29
2
-20
/
+67
*
fix build on Android, it does not seem to have libresolv
Jeremy Lainé
2011-09-29
1
-6
/
+7
*
make QXmppClient's connectToServer(jid, password) and disconnectFromServer slots
Jeremy Lainé
2011-09-29
1
-3
/
+3
*
make QXmppClient::connectToServer use QXmppConfiguration::setJid
Jeremy Lainé
2011-09-29
1
-2
/
+1
*
add notifier signal for QXmppMucRoom::participants property
Jeremy Lainé
2011-09-29
2
-3
/
+12
*
Set default keep-alive timeout to 20 seconds, enables detection of broken con...
Jeremy Lainé
2011-09-29
1
-1
/
+5
*
Improve XEP-0136 support to enable archive deletion.
Jeremy Lainé
2011-09-29
4
-24
/
+131
*
fix typos
Jeremy Lainé
2011-09-26
1
-2
/
+2
*
bump version to 0.3.91
Jeremy Lainé
2011-09-26
1
-1
/
+1
*
remove deprecated QXmppVCard.h header
Jeremy Lainé
2011-09-26
4
-60
/
+0
*
get rid of deprecated accessors in QXmppConfiguration
Jeremy Lainé
2011-09-26
2
-118
/
+0
*
keep track of which SASL mechanism was actually selected
Jeremy Lainé
2011-09-26
1
-13
/
+17
*
get rid of facebook App Secret, it's not used
Jeremy Lainé
2011-09-26
2
-20
/
+0
*
add support for X-FACEBOOK-PLATFORM authentication
Jeremy Lainé
2011-09-26
2
-9
/
+49
*
recognise X-FACEBOOK-PLATFORM in stream features
Jeremy Lainé
2011-09-26
1
-0
/
+5
*
add configuration options for X-FACEBOOK-PLATFORM authentication
Jeremy Lainé
2011-09-26
2
-3
/
+69
*
remove trailing whitespace
Jeremy Lainé
2011-09-21
26
-65
/
+65
*
add support for XEP-0224: Attention (Fixes issue #109)
Jeremy Lainé
2011-09-20
5
-3
/
+40
*
fix typo
Jeremy Lainé
2011-09-20
1
-1
/
+1
*
remove manual XEP formatting, let doxyfilter handle it
Jeremy Lainé
2011-09-20
2
-2
/
+2
*
hide QXmppRosterManager internals
Jeremy Lainé
2011-09-20
2
-110
/
+127
*
make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)
Jeremy Lainé
2011-09-20
1
-2
/
+1
*
prune some threading test code
Jeremy Lainé
2011-09-13
1
-1
/
+0
*
* hide some QXmppServer internals
Jeremy Lainé
2011-09-13
23
-435
/
+636
*
trailing whitespace cleanup
Jeremy Lainé
2011-09-07
1
-9
/
+8
*
get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / s...
Jeremy Lainé
2011-09-07
2
-121
/
+40
*
mark some methods as const() (see issue #114)
Jeremy Lainé
2011-09-07
6
-10
/
+10
*
Fix pkgconfig paths (fixes issue #113)
Jeremy Lainé
2011-09-07
1
-4
/
+6
*
fix compiler warnings
Jeremy Lainé
2011-09-07
2
-8
/
+18
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
10
-28
/
+62
*
Apply fix for issue #116
Jeremy Lainé
2011-09-06
1
-0
/
+1
*
Improve QXmppServer packet routing performance.
Jeremy Lainé
2011-09-06
7
-96
/
+137
*
assert signal connections
Jeremy Lainé
2011-07-26
1
-4
/
+12
*
add support for vp8 video codec
Jeremy Lainé
2011-07-26
7
-76
/
+494
*
QXmppTransferManager: assert all connections
Jeremy Lainé
2011-07-26
2
-74
/
+122
*
fix
Jeremy Lainé
2011-07-07
1
-2
/
+2
*
normalize Qt signal / slot signatures
Jeremy Lainé
2011-07-07
6
-24
/
+24
*
make logger accessible as a property
Jeremy Lainé
2011-06-14
2
-30
/
+44
*
add documentation for State enum
Jeremy Lainé
2011-06-13
1
-3
/
+4
*
make QXmppClient state accessible via "state" property
Jeremy Lainé
2011-06-13
6
-48
/
+85
*
don't touch CA certificates unless asked to
Jeremy Lainé
2011-06-12
1
-1
/
+4
*
fix for Issue 105: Initial presence is set before the roster request
Manjeet Dahiya
2011-06-12
1
-2
/
+2
*
removed old deprecated code
Manjeet Dahiya
2011-06-12
2
-43
/
+0
[next]