index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
improve code documentation
Jeremy Lainé
2010-07-18
9
-12
/
+29
|
*
improve code documentation
Jeremy Lainé
2010-07-18
5
-35
/
+87
|
*
improve code documentation
Jeremy Lainé
2010-07-18
19
-48
/
+127
|
*
improve code documentation for QXmppCodec
Jeremy Lainé
2010-07-18
1
-2
/
+15
|
*
add intial support for Jingle RTP Sessions
Jeremy Lainé
2010-07-18
5
-0
/
+1037
|
*
rework QXmppStun API to make it more socket-like
Jeremy Lainé
2010-07-18
2
-10
/
+10
|
*
fix a warning, remove old comment
Jeremy Lainé
2010-07-18
1
-2
/
+1
|
*
remove bitrate calculation
Jeremy Lainé
2010-07-18
2
-21
/
+0
|
*
overhaul STUN / ICE
Jeremy Lainé
2010-07-16
2
-130
/
+334
|
*
make it possible to test whether a jingle candidate is null
Jeremy Lainé
2010-07-16
2
-0
/
+7
|
*
fix warnings
Jeremy Lainé
2010-07-16
1
-0
/
+5
|
*
add G711a, G711u and SPEEX codecs
Jeremy Lainé
2010-07-16
3
-0
/
+464
|
*
add support for STUN / ICE-UDP sockets
Jeremy Lainé
2010-07-16
3
-0
/
+773
|
*
add some code documentation
Jeremy Lainé
2010-07-16
1
-0
/
+10
|
*
add tests for Jingle IQs
Jeremy Lainé
2010-07-16
2
-0
/
+107
|
*
add support for parsing Jingle IQs
Jeremy Lainé
2010-07-16
5
-0
/
+916
|
*
set initial presence extensions for XEP-0115
Jeremy Lainé
2010-07-15
1
-0
/
+4
|
*
get rid of QXmppInformationRequestResult
Jeremy Lainé
2010-07-15
3
-46
/
+0
|
*
add XEP-0115 : Entity Capabilities to QXmppStream
Jeremy Lainé
2010-07-15
2
-3
/
+61
|
*
add support for generating XEP-0115 verification strings
Jeremy Lainé
2010-07-15
2
-1
/
+63
|
*
add some namespace definitions
Jeremy Lainé
2010-07-15
2
-0
/
+4
|
*
add tests for HMAC-MD5
Jeremy Lainé
2010-07-13
2
-3
/
+30
|
*
add namespace declarations for Jingle
Jeremy Lainé
2010-07-13
2
-0
/
+11
|
*
add crc32 and hmac-sha1 calculation routines
Jeremy Lainé
2010-07-13
2
-3
/
+119
|
*
use QFlags for safe access to supported transfer methods
Jeremy Lainé
2010-07-12
2
-7
/
+10
|
*
add accessor to test whether a client is connected
Jeremy Lainé
2010-07-08
2
-0
/
+9
|
*
update MUC iqs for new QXmppIq API
Jeremy Lainé
2010-07-08
2
-10
/
+8
|
*
make QXmppIq::getTypeStr and QXmppIq::setTypeFromStr private
Jeremy Lainé
2010-07-08
1
-1
/
+1
|
*
use parseElementFromChild in all IQ classes
Jeremy Lainé
2010-07-08
18
-85
/
+61
|
*
add QXmppIq::parseElementFromChild() to make it symetrical to parsing
Jeremy Lainé
2010-07-08
2
-2
/
+7
|
*
improve QXmppElement serialisation
Jeremy Lainé
2010-07-08
1
-2
/
+6
|
|
|
|
|
|
* don't call writeCharacterData if a node has no value (allows for collapsed elements) * write "xmlns" attribute first
*
avoid un-necessary emissions of iqReceived()
Jeremy Lainé
2010-06-29
1
-19
/
+2
|
*
cleanup & test more IQ handling
Jeremy Lainé
2010-06-29
10
-70
/
+120
|
*
add unit tests for QXmpp parsing (not compiled for now)
Jeremy Lainé
2010-06-29
2
-0
/
+201
|
*
add support for XEP-0203: Delayed Delivery
Jeremy Lainé
2010-06-29
4
-9
/
+44
|
*
don't write milliseconds when they are zero
Jeremy Lainé
2010-06-29
1
-1
/
+5
|
*
restore original from/to order in serialization
Jeremy Lainé
2010-06-29
1
-1
/
+1
|
*
don't add "show" and "status" to presence if empty
Jeremy Lainé
2010-06-29
1
-2
/
+5
|
*
add support for XEP-0091: Legacy Delayed Delivery
Jeremy Lainé
2010-06-29
2
-8
/
+59
|
*
move subscription auto-accept to QXmppRoster
Jeremy Lainé
2010-06-29
3
-40
/
+20
|
*
more logging cleanup
Jeremy Lainé
2010-06-23
3
-4
/
+11
|
*
remove gratuitous header inclusion
Jeremy Lainé
2010-06-23
1
-1
/
+1
|
*
tidy up QXmppStream logging so that we can set a null logger
Jeremy Lainé
2010-06-23
6
-21
/
+38
|
*
* rename getArchiveManager to archiveManager
Jeremy Lainé
2010-06-23
2
-4
/
+4
|
|
|
|
|
* rename getTransferManager to transferManager
*
initial integration of QXmppMucManager
Jeremy Lainé
2010-06-23
2
-1
/
+18
|
*
add initial version of QXmppMucManager
Jeremy Lainé
2010-06-23
3
-0
/
+243
|
*
when we receive a roster "set" iq (push), store updated entries
Jeremy Lainé
2010-06-22
1
-0
/
+9
|
*
QXmppReconnectionManager should not alter the client's initial presence
Jeremy Lainé
2010-06-10
1
-1
/
+1
|
*
fix detection of Muc iqs
Jeremy Lainé
2010-06-07
1
-4
/
+4
|
*
fix parsing of QXmppMucAdminIq
Jeremy Lainé
2010-06-07
1
-4
/
+4
|
[prev]
[next]