Skip to content

Commit

Permalink
fixes #49: Update to Converse 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed May 10, 2022
1 parent 75e9eb4 commit 51b3fa2
Show file tree
Hide file tree
Showing 340 changed files with 75,745 additions and 87,545 deletions.
17 changes: 17 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ <h1>
inVerse Plugin Changelog
</h1>

<p><b>9.1.1 Release 1</b> -- (tbd)</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-inverse-plugin/issues/49">#49: Update to Converse 9.1.1</a>, which includes these changes:
<ul>
<li>GIFs don't render inside unfurls and cause a TypeError</li>
<li>Improve how the <tt>muc_domain</tt> setting is populated via service discovery</li>
<li>Remove local (non-requesting) contacts not returned from a full roster response</li>
<li>Improve performance by looking up VCards via map instead of traversing an array</li>
<li>Fix infinite loop when receiving service discovery entities with a circular dependency</li>
<li><a href="https://github.com/conversejs/converse.js/issues/1130">#1130</a>: Display the room’s vCard-temp avatar</li>
<li><a href="https://github.com/conversejs/converse.js/issues/2746">#2746</a>: Always reply to all iqs, even those not understood</li>
<li><a href="https://github.com/conversejs/converse.js/issues/2794">#2794</a>: Some display problems with mobile view mode</li>
<li><a href="https://github.com/conversejs/converse.js/issues/2868">#2868</a>: Selected emoji is inserted into all open chat boxes</li>
</ul>
<p>Remove the very old and largely unused config option <tt>allow_muc</tt>. If you don't want MUC support, you can add <tt>'converse-muc'</tt> to the <tt>blacklisted_plugins</tt> setting.</p>
</li>
</ul>
<p><b>9.1.0 Release 1</b> -- April 6, 2022</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-inverse-plugin/issues/44">#44</a>: Replace usage of deprecated Openfire API.
Expand Down
32 changes: 16 additions & 16 deletions classes/dist/converse.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/dist/converse.css.map

Large diffs are not rendered by default.

151,890 changes: 65,419 additions & 86,471 deletions classes/dist/converse.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/dist/converse.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions classes/dist/converse.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classes/dist/converse.min.css.map

Large diffs are not rendered by default.

1,434 changes: 724 additions & 710 deletions classes/dist/converse.min.js

Large diffs are not rendered by default.

24 changes: 9 additions & 15 deletions classes/dist/converse.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/*!
* URI.js - Mutating URLs
*
* Version: 1.19.8
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
Expand All @@ -53,7 +53,7 @@
* URI.js - Mutating URLs
* IPv6 Support
*
* Version: 1.19.8
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
Expand All @@ -67,7 +67,7 @@
* URI.js - Mutating URLs
* Second Level Domain (SLD) Support
*
* Version: 1.19.8
* Version: 1.19.11
*
* Author: Rodney Rehm
* Web: http://medialize.github.io/URI.js/
Expand Down Expand Up @@ -169,12 +169,6 @@ SOFTWARE.
* @description Converse.js plugin which adds support for XEP-0198: Stream Management
*/

/**
* @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2)
* @description Implements the non-view logic for XEP-0045 Multi-User Chat
*/

/**
* @copyright The Converse.js contributors
* @license Mozilla Public License (MPLv2)
Expand All @@ -186,12 +180,6 @@ SOFTWARE.
* @license Mozilla Public License (MPLv2)
*/

/**
* @copyright The Converse.js developers
* @description XEP-0045 Multi-User Chat Views
* @license Mozilla Public License (MPLv2)
*/

/**
* @description
* Converse.js plugin which shows a list of currently open
Expand Down Expand Up @@ -284,6 +272,12 @@ SOFTWARE.
* @license Mozilla Public License (MPLv2)
*/

/**
* @module converse-emoji
* @copyright 2022, the Converse.js contributors
* @license Mozilla Public License (MPLv2)
*/

/**
* @module converse-fullscreen
* @license Mozilla Public License (MPLv2)
Expand Down
2 changes: 1 addition & 1 deletion classes/dist/converse.min.js.map

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/emojis.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/af-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/ar-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/bg-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/ca-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/cs-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion classes/dist/locales/da-LC_MESSAGES-converse-po.js

Large diffs are not rendered by default.

59 changes: 58 additions & 1 deletion classes/dist/locales/dayjs/af-js.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion classes/dist/locales/dayjs/af-js.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 60 additions & 1 deletion classes/dist/locales/dayjs/am-js.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51b3fa2

Please sign in to comment.