From bae0292531177990035cde43a0c8e933ea782a85 Mon Sep 17 00:00:00 2001 From: Bossiel Thioriguel Date: Wed, 18 Mar 2015 21:48:00 +0000 Subject: [PATCH] Add hack for https://bugzilla.mozilla.org/show_bug.cgi?id=1072384 git-svn-id: http://sipml5.googlecode.com/svn/trunk@230 63d8a0da-676c-2731-e3aa-b417aa27da68 --- SIPml-api.js | 2 +- call.htm | 2 +- index.html | 8 ++++---- release.sh | 2 +- release/SIPml-api.js | 4 ++-- release/call.htm | 2 +- release/index.html | 8 ++++---- src/tinyMEDIA/src/tmedia_api.js | 2 +- src/tinyMEDIA/src/tmedia_session_jsep.js | 11 +++++++++++ src/tinySAK/src/tsk_api.js | 2 +- src/tinySDP/src/tsdp_api.js | 2 +- src/tinySIP/src/tsip_api.js | 2 +- 12 files changed, 29 insertions(+), 18 deletions(-) diff --git a/SIPml-api.js b/SIPml-api.js index 89df029..644f01e 100644 --- a/SIPml-api.js +++ b/SIPml-api.js @@ -12,7 +12,7 @@ var tag_hdr = document.getElementsByTagName('head')[0]; ['SIPml.js', 'src/tinySIP/src/tsip_api.js'].forEach(function (file) { var tag_script = document.createElement('script'); tag_script.setAttribute('type', 'text/javascript'); - tag_script.setAttribute('src', file + "?svn=229"); + tag_script.setAttribute('src', file + "?svn=230"); tag_hdr.appendChild(tag_script); }); if (window.console) { diff --git a/call.htm b/call.htm index 3122da9..424daf5 100644 --- a/call.htm +++ b/call.htm @@ -18,7 +18,7 @@ DEBUG VERSION: 'SIPml-api.js' RELEASE VERSION: 'release/SIPml-api.js' --> - + diff --git a/index.html b/index.html index 1c861ee..96abd1d 100644 --- a/index.html +++ b/index.html @@ -53,9 +53,9 @@ Doubango Telecom @@ -71,7 +71,7 @@

World's first HTML5 SIP client

This is the world's first open source (BSD license) HTML5 SIP client entirely written in javascript for integration in social networks (FaceBook, Twitter, Google+), online games, e-commerce websites, email signatures... No extension, plugin or gateway is needed. The media stack rely on WebRTC.
The client can be used to connect to any SIP or IMS network from your preferred browser to make and receive audio/video calls and instant messages.

-

Enjoy our live demo »

+

Enjoy our live demo »

@@ -81,7 +81,7 @@

World's first HTML5 SIP client

Javascript SIP/SDP stack

The SIP and SDP stacks (~1 Mo) are entirely written in javascript and the network transport uses WebSockets as per draft-ibc-sipcore-sip-websocket. - The live demo doesn't require any installation and can be used to connect to any SIP server using UDP, TCP or TLS transports. + The live demo doesn't require any installation and can be used to connect to any SIP server using UDP, TCP or TLS transports.

Short but not exhaustive list of supported features: