aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for vp8 video codecJeremy Lainé2011-07-267-76/+494
|
* QXmppTransferManager: assert all connectionsJeremy Lainé2011-07-262-74/+122
|
* fixJeremy Lainé2011-07-071-2/+2
|
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-076-24/+24
|
* make logger accessible as a propertyJeremy Lainé2011-06-142-30/+44
|
* add documentation for State enumJeremy Lainé2011-06-131-3/+4
|
* make QXmppClient state accessible via "state" propertyJeremy Lainé2011-06-136-48/+85
|
* don't touch CA certificates unless asked toJeremy Lainé2011-06-121-1/+4
|
* fix for Issue 105: Initial presence is set before the roster requestManjeet Dahiya2011-06-121-2/+2
|
* removed old deprecated codeManjeet Dahiya2011-06-122-43/+0
|
* removed old deprecated codeManjeet Dahiya2011-06-122-21/+0
|
* Fix for : Issue 106: QXmppClient can't override Qt's set of trusted SSL CAsManjeet Dahiya2011-06-123-1/+25
|
* improve QXmppCallManager scripting supportJeremy Lainé2011-06-052-1/+49
|
* add some signalsJeremy Lainé2011-06-052-14/+29
|
* add some image formatsJeremy Lainé2011-06-051-0/+3
|
* * remove deprecated enum valuesJeremy Lainé2011-06-051-7/+5
| | | | | * make QXmppLogger easier to script
* remove deprecated methods from QXmppClientJeremy Lainé2011-06-052-162/+0
|
* * add some properties to make MUC easier to scriptJeremy Lainé2011-06-052-4/+25
| | | | | * remove room participant just after emitting participantRemoved()
* add signals and slots for managing subscriptions (Closes: #92)Jeremy Lainé2011-05-182-50/+87
|
* do not install QXmppRoster.hJeremy Lainé2011-05-181-1/+0
|
* Remove deprecated QXmppRoster.h header.Jeremy Lainé2011-05-181-31/+0
|
* add some properties to QXmppTransferJob to make it easier to scriptJeremy Lainé2011-05-132-10/+74
|
* emit a signal when allowed MUC actions changeJeremy Lainé2011-05-042-17/+38
|
* make requestPermissions() generate a single permissionsReceived()Jeremy Lainé2011-05-031-9/+16
|
* 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
|