aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* improve code documentationJeremy Lainé2010-07-189-12/+29
|
* improve code documentationJeremy Lainé2010-07-185-35/+87
|
* improve code documentationJeremy Lainé2010-07-1819-48/+127
|
* improve code documentation for QXmppCodecJeremy Lainé2010-07-181-2/+15
|
* add intial support for Jingle RTP SessionsJeremy Lainé2010-07-185-0/+1037
|
* rework QXmppStun API to make it more socket-likeJeremy Lainé2010-07-182-10/+10
|
* fix a warning, remove old commentJeremy Lainé2010-07-181-2/+1
|
* remove bitrate calculationJeremy Lainé2010-07-182-21/+0
|
* overhaul STUN / ICEJeremy Lainé2010-07-162-130/+334
|
* make it possible to test whether a jingle candidate is nullJeremy Lainé2010-07-162-0/+7
|
* fix warningsJeremy Lainé2010-07-161-0/+5
|
* add G711a, G711u and SPEEX codecsJeremy Lainé2010-07-163-0/+464
|
* add support for STUN / ICE-UDP socketsJeremy Lainé2010-07-163-0/+773
|
* add some code documentationJeremy Lainé2010-07-161-0/+10
|
* add tests for Jingle IQsJeremy Lainé2010-07-162-0/+107
|
* add support for parsing Jingle IQsJeremy Lainé2010-07-165-0/+916
|
* set initial presence extensions for XEP-0115Jeremy Lainé2010-07-151-0/+4
|
* get rid of QXmppInformationRequestResultJeremy Lainé2010-07-153-46/+0
|
* add XEP-0115 : Entity Capabilities to QXmppStreamJeremy Lainé2010-07-152-3/+61
|
* add support for generating XEP-0115 verification stringsJeremy Lainé2010-07-152-1/+63
|
* add some namespace definitionsJeremy Lainé2010-07-152-0/+4
|
* add tests for HMAC-MD5Jeremy Lainé2010-07-132-3/+30
|
* add namespace declarations for JingleJeremy Lainé2010-07-132-0/+11
|
* add crc32 and hmac-sha1 calculation routinesJeremy Lainé2010-07-132-3/+119
|
* use QFlags for safe access to supported transfer methodsJeremy Lainé2010-07-122-7/+10
|
* add accessor to test whether a client is connectedJeremy Lainé2010-07-082-0/+9
|
* update MUC iqs for new QXmppIq APIJeremy Lainé2010-07-082-10/+8
|
* make QXmppIq::getTypeStr and QXmppIq::setTypeFromStr privateJeremy Lainé2010-07-081-1/+1
|
* use parseElementFromChild in all IQ classesJeremy Lainé2010-07-0818-85/+61
|
* add QXmppIq::parseElementFromChild() to make it symetrical to parsingJeremy Lainé2010-07-082-2/+7
|
* improve QXmppElement serialisationJeremy Lainé2010-07-081-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-291-19/+2
|
* cleanup & test more IQ handlingJeremy Lainé2010-06-2910-70/+120
|
* add unit tests for QXmpp parsing (not compiled for now)Jeremy Lainé2010-06-292-0/+201
|
* add support for XEP-0203: Delayed DeliveryJeremy Lainé2010-06-294-9/+44
|
* don't write milliseconds when they are zeroJeremy Lainé2010-06-291-1/+5
|
* restore original from/to order in serializationJeremy Lainé2010-06-291-1/+1
|
* don't add "show" and "status" to presence if emptyJeremy Lainé2010-06-291-2/+5
|
* add support for XEP-0091: Legacy Delayed DeliveryJeremy Lainé2010-06-292-8/+59
|
* move subscription auto-accept to QXmppRosterJeremy Lainé2010-06-293-40/+20
|
* more logging cleanupJeremy Lainé2010-06-233-4/+11
|
* remove gratuitous header inclusionJeremy Lainé2010-06-231-1/+1
|
* tidy up QXmppStream logging so that we can set a null loggerJeremy Lainé2010-06-236-21/+38
|
* * rename getArchiveManager to archiveManagerJeremy Lainé2010-06-232-4/+4
| | | | | * rename getTransferManager to transferManager
* initial integration of QXmppMucManagerJeremy Lainé2010-06-232-1/+18
|
* add initial version of QXmppMucManagerJeremy Lainé2010-06-233-0/+243
|
* when we receive a roster "set" iq (push), store updated entriesJeremy Lainé2010-06-221-0/+9
|
* QXmppReconnectionManager should not alter the client's initial presenceJeremy Lainé2010-06-101-1/+1
|
* fix detection of Muc iqsJeremy Lainé2010-06-071-4/+4
|
* fix parsing of QXmppMucAdminIqJeremy Lainé2010-06-071-4/+4
|