aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix signal connectionsJeremy Lainé2011-05-031-3/+6
* update calls exampleJeremy Lainé2011-05-032-36/+45
* fix audio state transitions for QXmppCallJeremy Lainé2011-05-031-14/+27
* make sure we add the UserEnvironment capability for symbianJeremy Lainé2011-05-021-0/+5
* be tolerant about MUC messages without "groupchat" typeJeremy Lainé2011-05-021-2/+1
* feed changelogJeremy Lainé2011-05-021-1/+2
* make it possible to specify MUC leave message (fixes: #90)Jeremy Lainé2011-05-022-2/+8
* add unit tests for MUC presence extensionsJeremy Lainé2011-05-022-0/+31
* 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
* make QXmppRosterManager emit itemRemoved(jid) when an item is removed (thanks...Jeremy Lainé2011-04-292-5/+15
* 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
* 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
* * when closing an ICE connection, disable active pairJeremy Lainé2011-04-231-0/+4
* add tests for RTP parsing / serializationJeremy Lainé2011-04-232-0/+60
* * add a QXmppPacket class to avoid repeating RTP parsing codeJeremy Lainé2011-04-234-171/+439
* use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookupsJeremy Lainé2011-04-231-22/+26
* don't use system tray icon when not availableManjeet Dahiya2011-04-162-3/+13
* document how to enable theora supportJeremy Lainé2011-04-151-1/+5
* fix compiler warningsJeremy Lainé2011-04-151-2/+1
* link against QtMobility's multimedia packageJeremy Lainé2011-04-152-2/+3
* add tests for theora codecJeremy Lainé2011-04-152-2/+67
* 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
* Disable compilation of GuiClientManjeet Dahiya2011-04-131-2/+2
* override QXmppRtpChannel::close()Jeremy Lainé2011-04-122-0/+10
* make password checking full asynchronousJeremy Lainé2011-04-077-142/+432
* fix dns_qry.h related symbian build issueJeremy Lainé2011-04-072-1/+2
* check incorrect password failsJeremy Lainé2011-03-291-1/+8
* fix compiler warningJeremy Lainé2011-03-291-3/+3
* improve QXmppPasswordChecker return codesJeremy Lainé2011-03-294-21/+37
* refactor SASL authentication to allow server-side password checkers which nat...Jeremy Lainé2011-03-297-76/+64
* test QXmppClient/QXmppServer connectionJeremy Lainé2011-03-292-0/+103
* simplify TURN allocation connect/disconnectJeremy Lainé2011-03-252-34/+35
* use actual STUN transactions for TURN operations (handles retries on lost pac...Jeremy Lainé2011-03-232-97/+263
* hide QXmppServer internalsJeremy Lainé2011-03-232-205/+196
* implement ICE candidate pair priority handling to prefer direct connections o...Jeremy Lainé2011-03-233-29/+60
* 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-213-47/+1
* QXmppMessage: remove deprecated gettersJeremy Lainé2011-03-213-37/+4