-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,141 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>JavaScript XMPP Chat</name> | ||
<summary>Facebook-like chat</summary> | ||
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description> | ||
<version>3.1.0</version> | ||
<version>3.1.1</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Klaus Herberth</author> | ||
<author>Tobia De Koninck</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>JavaScript XMPP Chat</name> | ||
<summary>Facebook-like chat</summary> | ||
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description> | ||
<version>3.1.0</version> | ||
<version>3.1.1</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Klaus Herberth</author> | ||
<author>Tobia De Koninck</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.1.0 - 2017-02-14 | ||
* ojsxc v3.1.1 - 2017-02-14 | ||
* | ||
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.1.0 | ||
* @version 3.1.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.1.0 - 2017-02-14 | ||
* ojsxc v3.1.1 - 2017-02-14 | ||
* | ||
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.1.0 | ||
* @version 3.1.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* ojsxc v3.1.0 - 2017-02-14 | ||
* ojsxc v3.1.1 - 2017-02-14 | ||
* | ||
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.1.0 | ||
* @version 3.1.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/*! | ||
* jsxc v3.1.0 - 2017-02-14 | ||
* jsxc v3.1.1 - 2017-02-14 | ||
* | ||
* Copyright (c) 2017 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see http://www.jsxc.org/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 3.1.0 | ||
* @version 3.1.1 | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -25,7 +25,7 @@ var jsxc = null, RTC = null, RTCPeerconnection = null; | |
*/ | ||
jsxc = { | ||
/** Version of jsxc */ | ||
version: '3.1.0', | ||
version: '3.1.1', | ||
|
||
/** True if i'm the master */ | ||
master: false, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.