aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix audio state transitions for QXmppCallJeremy Lainé2011-05-031-14/+27
|
* be tolerant about MUC messages without "groupchat" typeJeremy Lainé2011-05-021-2/+1
|
* make it possible to specify MUC leave message (fixes: #90)Jeremy Lainé2011-05-022-2/+8
|
* improve code docJeremy Lainé2011-05-022-5/+5
|
* silence compiler warningJeremy Lainé2011-05-021-0/+1
|
* fix doc typoJeremy Lainé2011-05-021-1/+1
|
* add explicit support for MUC presence extension (fixes: #91)Jeremy Lainé2011-05-022-1/+74
|
* rename QXmppMucAdminIq::Item to QXmppMucItemJeremy Lainé2011-05-024-159/+226
|
* * add QXmppRosterManager::itemAdded() and itemChanged()Jeremy Lainé2011-04-292-6/+28
| | | | | * deprecate QXmppRosterManager::rosterChanged()
* make QXmppRosterManager emit itemRemoved(jid) when an item is removed ↵Jeremy Lainé2011-04-292-5/+15
| | | | (thanks Georg, fixes: #94)
* minor doc fixJeremy Lainé2011-04-291-0/+1
|
* handle nickname changesJeremy Lainé2011-04-292-26/+20
|
* * add error handling to QXmppMucRoomJeremy Lainé2011-04-292-17/+91
| | | | | * reflect client presence in room
* improve code documentationJeremy Lainé2011-04-282-9/+17
|
* overhaul multi-user chat API by introducing a QXmppMucRoom classJeremy Lainé2011-04-282-177/+478
|
* * simplify QXmppCall statesJeremy Lainé2011-04-232-79/+68
| | | | | | * improve call termination * add a signal to notify user of audio channel state changes
* * when closing an ICE connection, disable active pairJeremy Lainé2011-04-231-0/+4
| | | | | * when already ICE is already connecting/connected, make connectToHost() a no-op
* * add a QXmppPacket class to avoid repeating RTP parsing codeJeremy Lainé2011-04-234-171/+439
| | | | | * improve RTP video support
* use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookupsJeremy Lainé2011-04-231-22/+26
|
* document how to enable theora supportJeremy Lainé2011-04-151-1/+5
|
* fix compiler warningsJeremy Lainé2011-04-151-2/+1
|
* overhaul RTP / jingle stack to allow video supportJeremy Lainé2011-04-156-525/+1131
|
* make jingle payload types capable of carying paramtersJeremy Lainé2011-04-152-0/+31
|
* start laying groundwork for video codecsJeremy Lainé2011-04-152-0/+506
|
* override QXmppRtpChannel::close()Jeremy Lainé2011-04-122-0/+10
|
* make password checking full asynchronousJeremy Lainé2011-04-075-127/+420
|
* fix dns_qry.h related symbian build issueJeremy Lainé2011-04-071-1/+1
|
* fix compiler warningJeremy Lainé2011-03-291-3/+3
|
* improve QXmppPasswordChecker return codesJeremy Lainé2011-03-292-15/+31
|
* refactor SASL authentication to allow server-side password checkers which ↵Jeremy Lainé2011-03-295-56/+58
| | | | natively support MD5
* simplify TURN allocation connect/disconnectJeremy Lainé2011-03-252-34/+35
|
* use actual STUN transactions for TURN operations (handles retries on lost ↵Jeremy Lainé2011-03-232-97/+263
| | | | packets)
* hide QXmppServer internalsJeremy Lainé2011-03-232-205/+196
|
* implement ICE candidate pair priority handling to prefer direct connections ↵Jeremy Lainé2011-03-232-28/+57
| | | | over relayed ones
* QXmppCallManager : add support for TURN, cleanup call terminationJeremy Lainé2011-03-222-26/+85
|
* QXmppIceConnection : integrate support for using TURN relayingJeremy Lainé2011-03-222-27/+234
|
* QXmppPresence: remove deprecated gettersJeremy Lainé2011-03-212-47/+0
|
* QXmppMessage: remove deprecated gettersJeremy Lainé2011-03-212-34/+0
|
* QXmppIq: remove deprecated getterJeremy Lainé2011-03-212-11/+0
|
* QXmppStanza: remove deprecated gettersJeremy Lainé2011-03-212-62/+0
|
* silence compiler warningJeremy Lainé2011-03-171-0/+1
|
* load SSL certificates & key only once, to reduce load when clients connectJeremy Lainé2011-03-162-26/+39
|
* catch socket errors for outgoing S2S connections, otherwise they never get ↵Jeremy Lainé2011-03-162-0/+13
| | | | terminated
* start preparing TURN support for ICE-UDP transportJeremy Lainé2011-03-122-51/+789
|
* make it possible to pass QXmppLogger::MessageType between threadsJeremy Lainé2011-03-121-1/+4
|
* bump versionManjeet Dahiya2011-03-051-1/+1
|
* multiple fixes for QXmppRtpChannel to get smooth sound on WindowsJeremy Lainé2011-02-212-22/+62
|
* lib installation on 64 bit machineManjeet Dahiya2011-02-081-1/+1
|
* bump versionManjeet Dahiya2011-02-051-1/+1
|
* remove unnecessary includeManjeet Dahiya2011-02-051-1/+0
|