Skip to content

Commit

Permalink
Updates #2586: Add support for XEP-0402 Bookmarks
Browse files Browse the repository at this point in the history
Update to latest Strophe.js
  • Loading branch information
jcbrand committed Dec 13, 2024
1 parent c091b76 commit 8c8648d
Show file tree
Hide file tree
Showing 21 changed files with 1,616 additions and 540 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- #1174: Show MUC avatars in the rooms list
- #1195: Add actions to quote and copy messages
- #1349: XEP-0392 Consistent Color Generation
- #2586: Add support for XEP-0402 Bookmarks
- #2716: Fix issue with chat display when opening via URL
- #2980: Allow setting an avatar for MUCs
- #3033: Add the `muc_grouped_by_domain` option to display MUCs on the same domain in collapsible groups
Expand Down
6 changes: 6 additions & 0 deletions conversejs.doap
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@
<xmpp:since>8.0.0</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0402.html"/>
<xmpp:since>4.0.2</xmpp:since>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/>
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = function(config) {
{ pattern: "src/shared/tests/mock.js", type: 'module' },

{ pattern: "src/headless/plugins/bookmarks/tests/bookmarks.js", type: 'module' },
{ pattern: "src/headless/plugins/bookmarks/tests/deprecated.js", type: 'module' },
{ pattern: "src/headless/plugins/caps/tests/caps.js", type: 'module' },
{ pattern: "src/headless/plugins/chat/tests/api.js", type: 'module' },
{ pattern: "src/headless/plugins/disco/tests/disco.js", type: 'module' },
Expand All @@ -46,6 +47,7 @@ module.exports = function(config) {
{ pattern: "src/plugins/adhoc-views/tests/adhoc.js", type: 'module' },
{ pattern: "src/plugins/bookmark-views/tests/bookmarks-list.js", type: 'module' },
{ pattern: "src/plugins/bookmark-views/tests/bookmarks.js", type: 'module' },
{ pattern: "src/plugins/bookmark-views/tests/deprecated.js", type: 'module' },
{ pattern: "src/plugins/chatview/tests/actions.js", type: 'module' },
{ pattern: "src/plugins/chatview/tests/chatbox.js", type: 'module' },
{ pattern: "src/plugins/chatview/tests/corrections.js", type: 'module' },
Expand Down
Loading

0 comments on commit 8c8648d

Please sign in to comment.