summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/source/CHANGELOG
blob: d1574d881da6ef38ddfe4f5c522bbfad64470401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Libjingle

0.5.1 - Nov 2, 2010
  - Added support for call encryption.
  - Added addtional XEP-166 and XEP-167 features:
    - Call redirection
    - Candidates in session-accept or session-initiate
  - Added support for bandwidth control.
  - Added features in examples/call:
    - bandwidth control on initiate or accept
    - turn on/off SSL
    - control signaling protocol
    - send chat message

0.5.0 - Sep 16, 2010
  - Implemented Jingle protocols XEP-166 and XEP-167.
  - Backward compatible with Google Talk Call Signaling protocol implemented
    in previous versions.
  - Builds on Windows, Linux, and Mac OS X with swtoolkit.
  - Removed GipsLiteMediaEngine.
  - Added video support.
  - Added FileMediaEngine to support both voice and video via RTP dump.
  - Many bug fixes.

0.4.0 - Feb 01, 2007
  - Updated protocol.
  - Added relay server support.
  - Added proxy detection support.
  - Many other assorted changes.

0.3.0 - Mar 16 2006
  - New GipsLiteMediaEngine included to make calls using the GIPS
    VoiceEngine Lite media componentry on Windows.

0.2.0 - Jan 27 2006
  - Windows build fixes with Visual Studio Express project files.
  - Pseudo-TCP support provides TCP-like reliability over a P2PSocket
  - TunnelSessionClient establishes sessions for reliably sending data
    using Pseudo-TCP.
  - A new pcp example application transfers files from one user to
    another using TunnelSessionClient.
  - TLS login support for both example applications.

0.1.0 - Dec 15 2005
  - Initial release.