index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix signal connections
Jeremy Lainé
2011-05-03
1
-3
/
+6
*
update calls example
Jeremy Lainé
2011-05-03
2
-36
/
+45
*
fix audio state transitions for QXmppCall
Jeremy Lainé
2011-05-03
1
-14
/
+27
*
make sure we add the UserEnvironment capability for symbian
Jeremy Lainé
2011-05-02
1
-0
/
+5
*
be tolerant about MUC messages without "groupchat" type
Jeremy Lainé
2011-05-02
1
-2
/
+1
*
feed changelog
Jeremy Lainé
2011-05-02
1
-1
/
+2
*
make it possible to specify MUC leave message (fixes: #90)
Jeremy Lainé
2011-05-02
2
-2
/
+8
*
add unit tests for MUC presence extensions
Jeremy Lainé
2011-05-02
2
-0
/
+31
*
improve code doc
Jeremy Lainé
2011-05-02
2
-5
/
+5
*
silence compiler warning
Jeremy Lainé
2011-05-02
1
-0
/
+1
*
fix doc typo
Jeremy Lainé
2011-05-02
1
-1
/
+1
*
add explicit support for MUC presence extension (fixes: #91)
Jeremy Lainé
2011-05-02
2
-1
/
+74
*
rename QXmppMucAdminIq::Item to QXmppMucItem
Jeremy Lainé
2011-05-02
4
-159
/
+226
*
* add QXmppRosterManager::itemAdded() and itemChanged()
Jeremy Lainé
2011-04-29
2
-6
/
+28
*
make QXmppRosterManager emit itemRemoved(jid) when an item is removed (thanks...
Jeremy Lainé
2011-04-29
2
-5
/
+15
*
minor doc fix
Jeremy Lainé
2011-04-29
1
-0
/
+1
*
handle nickname changes
Jeremy Lainé
2011-04-29
2
-26
/
+20
*
* add error handling to QXmppMucRoom
Jeremy Lainé
2011-04-29
2
-17
/
+91
*
improve code documentation
Jeremy Lainé
2011-04-28
2
-9
/
+17
*
overhaul multi-user chat API by introducing a QXmppMucRoom class
Jeremy Lainé
2011-04-28
2
-177
/
+478
*
* simplify QXmppCall states
Jeremy Lainé
2011-04-23
2
-79
/
+68
*
* when closing an ICE connection, disable active pair
Jeremy Lainé
2011-04-23
1
-0
/
+4
*
add tests for RTP parsing / serialization
Jeremy Lainé
2011-04-23
2
-0
/
+60
*
* add a QXmppPacket class to avoid repeating RTP parsing code
Jeremy Lainé
2011-04-23
4
-171
/
+439
*
use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookups
Jeremy Lainé
2011-04-23
1
-22
/
+26
*
don't use system tray icon when not available
Manjeet Dahiya
2011-04-16
2
-3
/
+13
*
document how to enable theora support
Jeremy Lainé
2011-04-15
1
-1
/
+5
*
fix compiler warnings
Jeremy Lainé
2011-04-15
1
-2
/
+1
*
link against QtMobility's multimedia package
Jeremy Lainé
2011-04-15
2
-2
/
+3
*
add tests for theora codec
Jeremy Lainé
2011-04-15
2
-2
/
+67
*
overhaul RTP / jingle stack to allow video support
Jeremy Lainé
2011-04-15
6
-525
/
+1131
*
make jingle payload types capable of carying paramters
Jeremy Lainé
2011-04-15
2
-0
/
+31
*
start laying groundwork for video codecs
Jeremy Lainé
2011-04-15
2
-0
/
+506
*
Disable compilation of GuiClient
Manjeet Dahiya
2011-04-13
1
-2
/
+2
*
override QXmppRtpChannel::close()
Jeremy Lainé
2011-04-12
2
-0
/
+10
*
make password checking full asynchronous
Jeremy Lainé
2011-04-07
7
-142
/
+432
*
fix dns_qry.h related symbian build issue
Jeremy Lainé
2011-04-07
2
-1
/
+2
*
check incorrect password fails
Jeremy Lainé
2011-03-29
1
-1
/
+8
*
fix compiler warning
Jeremy Lainé
2011-03-29
1
-3
/
+3
*
improve QXmppPasswordChecker return codes
Jeremy Lainé
2011-03-29
4
-21
/
+37
*
refactor SASL authentication to allow server-side password checkers which nat...
Jeremy Lainé
2011-03-29
7
-76
/
+64
*
test QXmppClient/QXmppServer connection
Jeremy Lainé
2011-03-29
2
-0
/
+103
*
simplify TURN allocation connect/disconnect
Jeremy Lainé
2011-03-25
2
-34
/
+35
*
use actual STUN transactions for TURN operations (handles retries on lost pac...
Jeremy Lainé
2011-03-23
2
-97
/
+263
*
hide QXmppServer internals
Jeremy Lainé
2011-03-23
2
-205
/
+196
*
implement ICE candidate pair priority handling to prefer direct connections o...
Jeremy Lainé
2011-03-23
3
-29
/
+60
*
QXmppCallManager : add support for TURN, cleanup call termination
Jeremy Lainé
2011-03-22
2
-26
/
+85
*
QXmppIceConnection : integrate support for using TURN relaying
Jeremy Lainé
2011-03-22
2
-27
/
+234
*
QXmppPresence: remove deprecated getters
Jeremy Lainé
2011-03-21
3
-47
/
+1
*
QXmppMessage: remove deprecated getters
Jeremy Lainé
2011-03-21
3
-37
/
+4
[next]