| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | * deprecate QXmppRosterManager::rosterChanged() | ||||
| * | make QXmppRosterManager emit itemRemoved(jid) when an item is removed ↵ | Jeremy Lainé | 2011-04-29 | 2 | -5/+15 |
| | | | | | (thanks Georg, fixes: #94) | ||||
| * | 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 |
| | | | | | | * reflect client presence in room | ||||
| * | 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 |
| | | | | | | | * improve call termination * add a signal to notify user of audio channel state changes | ||||
| * | * when closing an ICE connection, disable active pair | Jeremy Lainé | 2011-04-23 | 1 | -0/+4 |
| | | | | | | * when already ICE is already connecting/connected, make connectToHost() a no-op | ||||
| * | * add a QXmppPacket class to avoid repeating RTP parsing code | Jeremy Lainé | 2011-04-23 | 4 | -171/+439 |
| | | | | | | * improve RTP video support | ||||
| * | use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookups | Jeremy Lainé | 2011-04-23 | 1 | -22/+26 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | override QXmppRtpChannel::close() | Jeremy Lainé | 2011-04-12 | 2 | -0/+10 |
| | | |||||
| * | make password checking full asynchronous | Jeremy Lainé | 2011-04-07 | 5 | -127/+420 |
| | | |||||
| * | fix dns_qry.h related symbian build issue | Jeremy Lainé | 2011-04-07 | 1 | -1/+1 |
| | | |||||
| * | fix compiler warning | Jeremy Lainé | 2011-03-29 | 1 | -3/+3 |
| | | |||||
| * | improve QXmppPasswordChecker return codes | Jeremy Lainé | 2011-03-29 | 2 | -15/+31 |
| | | |||||
| * | refactor SASL authentication to allow server-side password checkers which ↵ | Jeremy Lainé | 2011-03-29 | 5 | -56/+58 |
| | | | | | natively support MD5 | ||||
| * | simplify TURN allocation connect/disconnect | Jeremy Lainé | 2011-03-25 | 2 | -34/+35 |
| | | |||||
| * | use actual STUN transactions for TURN operations (handles retries on lost ↵ | Jeremy Lainé | 2011-03-23 | 2 | -97/+263 |
| | | | | | packets) | ||||
| * | hide QXmppServer internals | Jeremy Lainé | 2011-03-23 | 2 | -205/+196 |
| | | |||||
| * | implement ICE candidate pair priority handling to prefer direct connections ↵ | Jeremy Lainé | 2011-03-23 | 2 | -28/+57 |
| | | | | | over relayed ones | ||||
| * | 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 | 2 | -47/+0 |
| | | |||||
| * | QXmppMessage: remove deprecated getters | Jeremy Lainé | 2011-03-21 | 2 | -34/+0 |
| | | |||||
| * | QXmppIq: remove deprecated getter | Jeremy Lainé | 2011-03-21 | 2 | -11/+0 |
| | | |||||
| * | QXmppStanza: remove deprecated getters | Jeremy Lainé | 2011-03-21 | 2 | -62/+0 |
| | | |||||
| * | silence compiler warning | Jeremy Lainé | 2011-03-17 | 1 | -0/+1 |
| | | |||||
| * | load SSL certificates & key only once, to reduce load when clients connect | Jeremy Lainé | 2011-03-16 | 2 | -26/+39 |
| | | |||||
| * | catch socket errors for outgoing S2S connections, otherwise they never get ↵ | Jeremy Lainé | 2011-03-16 | 2 | -0/+13 |
| | | | | | terminated | ||||
| * | start preparing TURN support for ICE-UDP transport | Jeremy Lainé | 2011-03-12 | 2 | -51/+789 |
| | | |||||
| * | make it possible to pass QXmppLogger::MessageType between threads | Jeremy Lainé | 2011-03-12 | 1 | -1/+4 |
| | | |||||
| * | bump version | Manjeet Dahiya | 2011-03-05 | 1 | -1/+1 |
| | | |||||
| * | multiple fixes for QXmppRtpChannel to get smooth sound on Windows | Jeremy Lainé | 2011-02-21 | 2 | -22/+62 |
| | | |||||
| * | lib installation on 64 bit machine | Manjeet Dahiya | 2011-02-08 | 1 | -1/+1 |
| | | |||||
| * | bump version | Manjeet Dahiya | 2011-02-05 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary include | Manjeet Dahiya | 2011-02-05 | 1 | -1/+0 |
| | | |||||
| * | document default managers | Manjeet Dahiya | 2011-02-05 | 1 | -0/+7 |
| | | |||||
| * | updated doc | Manjeet Dahiya | 2011-02-05 | 1 | -0/+5 |
| | | |||||
| * | update doc | Manjeet Dahiya | 2011-02-05 | 1 | -1/+1 |
| | | |||||
| * | update doc | Manjeet Dahiya | 2011-02-05 | 1 | -0/+8 |
| | | |||||
| * | remove unnecessary forward declaration of QXmppTransferManager | Manjeet Dahiya | 2011-02-05 | 1 | -1/+0 |
| | | |||||
| * | completely remove QXmppTransferManager from default managers | Manjeet Dahiya | 2011-02-05 | 1 | -6/+0 |
| | | |||||
| * | remove transfer manager from the default managers | Manjeet Dahiya | 2011-02-05 | 2 | -15/+3 |
| | | |||||
