Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
converse.js
Commits
9558d4e6
Commit
9558d4e6
authored
4 months ago
by
JC Brand
Browse files
Options
Download
Email Patches
Plain Diff
Release 10.1.8
parent
b0f3a12d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
23 deletions
+23
-23
CHANGES.md
CHANGES.md
+1
-1
COPYRIGHT
COPYRIGHT
+1
-1
Makefile
Makefile
+1
-1
docs/source/conf.py
docs/source/conf.py
+2
-2
docs/source/quickstart.rst
docs/source/quickstart.rst
+4
-4
jslicenses.html
jslicenses.html
+5
-5
manifest.json
manifest.json
+1
-1
mobile.html
mobile.html
+2
-2
package-lock.json
package-lock.json
+3
-3
package.json
package.json
+1
-1
src/headless/package.json
src/headless/package.json
+1
-1
src/headless/shared/constants.js
src/headless/shared/constants.js
+1
-1
No files found.
CHANGES.md
View file @
9558d4e6
# Changelog
## 10.1.8 (
Unreleased
)
## 10.1.8 (
2024-12-17
)
-
#3553 Cannot create a groupchat via the modal
-
Update to the latest Strophe version to fix a security vulnerability with the
...
...
This diff is collapsed.
Click to expand it.
COPYRIGHT
View file @
9558d4e6
...
...
@@ -2,7 +2,7 @@
*
* An XMPP chat client that runs in the browser.
*
* Version: 10.1.
7
* Version: 10.1.
8
*
* Copyright: JC Brand 2013-2018
* Except for 3rd party dependencies.
...
...
This diff is collapsed.
Click to expand it.
Makefile
View file @
9558d4e6
...
...
@@ -65,7 +65,7 @@ certs:
########################################################################
## Translation machinery
GETTEXT
=
$(XGETTEXT)
--from-code
=
UTF-8
--language
=
JavaScript
--keyword
=
__
--keyword
=
___
--keyword
=
i18n_
--force-po
--output
=
src/i18n/converse.pot
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
10.1.
7
dist/converse-no-dependencies.js
-c
GETTEXT
=
$(XGETTEXT)
--from-code
=
UTF-8
--language
=
JavaScript
--keyword
=
__
--keyword
=
___
--keyword
=
i18n_
--force-po
--output
=
src/i18n/converse.pot
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
10.1.
8
dist/converse-no-dependencies.js
-c
src/i18n/converse.pot
:
dist/converse-no-dependencies.js
$(GETTEXT)
2>&1
>
/dev/null
;
exit
$$
?
;
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
View file @
9558d4e6
...
...
@@ -48,9 +48,9 @@ copyright = u'2018, JC Brand'
# built documents.
#
# The short X.Y version.
version
=
'10.1.
7
'
version
=
'10.1.
8
'
# The full version, including alpha/beta/rc tags.
release
=
'10.1.
7
'
release
=
'10.1.
8
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
docs/source/quickstart.rst
View file @
9558d4e6
...
...
@@ -56,16 +56,16 @@ might break when a new backwards-incompatible version of Converse is released.
To load a specific version of Converse you can put the version in the URL:
* https://cdn.conversejs.org/10.1.
7
/dist/converse.min.js
* https://cdn.conversejs.org/10.1.
7
/dist/converse.min.css
* https://cdn.conversejs.org/10.1.
8
/dist/converse.min.js
* https://cdn.conversejs.org/10.1.
8
/dist/converse.min.css
You can include these two URLs inside the *<head>* element of your website
via the *script* and *link* tags:
.. code-block:: html
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.conversejs.org/10.1.
7
/dist/converse.min.css">
<script src="https://cdn.conversejs.org/10.1.
7
/dist/converse.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.conversejs.org/10.1.
8
/dist/converse.min.css">
<script src="https://cdn.conversejs.org/10.1.
8
/dist/converse.min.js" charset="utf-8"></script>
Option 2: Download the builds from Github
...
...
This diff is collapsed.
Click to expand it.
jslicenses.html
View file @
9558d4e6
...
...
@@ -11,17 +11,17 @@
<!-- These files are NOT needed when using converse.js in your own project. -->
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
7
/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
7
/css/website.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
8
/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
8
/css/website.min.css"
/>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=1"
style=
"border:0;"
alt=
""
/></p></noscript>
<script
type=
"text/javascript"
src=
"/src/website.js"
></script>
<script
type=
"text/javascript"
src=
"analytics.js"
></script>
<!-- *********************************************************************** -->
<
![
if
gte
IE
11]
>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
7
/css/converse.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
8
/css/converse.min.css"
/>
<script
src=
"https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"
></script>
<script
src=
"https://cdn.conversejs.org/10.1.
7
/dist/converse.min.js"
></script>
<script
src=
"https://cdn.conversejs.org/10.1.
8
/dist/converse.min.js"
></script>
<
![
endif
]
>
</head>
...
...
@@ -66,7 +66,7 @@
<table
id=
"jslicense-labels1"
style=
"width: 100%"
>
<tr>
<td>
<a
href=
"https://cdn.conversejs.org/10.1.
7
/dist/converse.min.js"
>
converse.min.js
</a>
<a
href=
"https://cdn.conversejs.org/10.1.
8
/dist/converse.min.js"
>
converse.min.js
</a>
</td>
<td>
<a
href=
"https://www.mozilla.org/en-US/MPL/2.0/"
>
MPL-2.0
</a>
...
...
This diff is collapsed.
Click to expand it.
manifest.json
View file @
9558d4e6
...
...
@@ -2,7 +2,7 @@
"short_name"
:
"Converse"
,
"name"
:
"Converse Chat"
,
"description"
:
"Messaging Freedom"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"categories"
:
[
"social"
],
"icons"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
mobile.html
View file @
9558d4e6
...
...
@@ -19,9 +19,9 @@
<script
type=
"text/javascript"
src=
"analytics.js"
></script>
<!-- *********************************************************************** -->
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
7
/dist/converse.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/10.1.
8
/dist/converse.min.css"
/>
<script
src=
"https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"
></script>
<script
src=
"https://cdn.conversejs.org/10.1.
7
/dist/converse.min.js"
></script>
<script
src=
"https://cdn.conversejs.org/10.1.
8
/dist/converse.min.js"
></script>
</head>
<body
id=
"page-top"
data-spy=
"scroll"
class=
"converse-website"
>
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
View file @
9558d4e6
{
"name"
:
"converse.js"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"converse.js"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"license"
:
"MPL-2.0"
,
"workspaces"
:
[
"src/headless"
...
...
@@ -11850,7 +11850,7 @@
},
"src/headless"
:
{
"name"
:
"@converse/headless"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"license"
:
"MPL-2.0"
,
"dependencies"
:
{
"@converse/openpromise"
:
"^0.0.1"
,
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
9558d4e6
{
"name"
:
"converse.js"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"description"
:
"Browser based XMPP chat client"
,
"browser"
:
"dist/converse.js"
,
"module"
:
"src/index.js"
,
...
...
This diff is collapsed.
Click to expand it.
src/headless/package.json
View file @
9558d4e6
{
"name"
:
"@converse/headless"
,
"version"
:
"10.1.
7
"
,
"version"
:
"10.1.
8
"
,
"description"
:
"Converse.js Headless build"
,
"author"
:
"JC Brand <jc@opkode.com>"
,
"contributors"
:
[
...
...
This diff is collapsed.
Click to expand it.
src/headless/shared/constants.js
View file @
9558d4e6
import
{
Strophe
}
from
'
strophe.js
'
;
export
const
BOSH_WAIT
=
59
;
export
const
VERSION_NAME
=
"
v10.1.
7
"
;
export
const
VERSION_NAME
=
"
v10.1.
8
"
;
export
const
STATUS_WEIGHTS
=
{
offline
:
6
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment