From 7146360ce7b74275697a083328f4e26877dec25e Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Sun, 21 Sep 2025 00:56:52 +0300 Subject: [PATCH 1/4] user-details.js: add web link to xmpp.link --- src/shared/modals/templates/user-details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/modals/templates/user-details.js b/src/shared/modals/templates/user-details.js index 1972bdc563..2ef1dbe89f 100644 --- a/src/shared/modals/templates/user-details.js +++ b/src/shared/modals/templates/user-details.js @@ -233,7 +233,7 @@ export function tplUserDetailsModal(el) { : ''}
- +
${contact From 722eb07fe749ac74992db799d46952e3134526bd Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Sun, 21 Sep 2025 01:03:09 +0300 Subject: [PATCH 2/4] profile_modal.js: add web link to xmpp.link --- src/plugins/profile/templates/profile_modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/profile/templates/profile_modal.js b/src/plugins/profile/templates/profile_modal.js index fc84842722..d5e95c509c 100644 --- a/src/plugins/profile/templates/profile_modal.js +++ b/src/plugins/profile/templates/profile_modal.js @@ -145,7 +145,7 @@ export default (el) => {
-
${o.jid}
+
${o.jid} web
From ea1d58135bb706dc609090dca8bb1dfb157b5780 Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Sun, 21 Sep 2025 01:19:50 +0300 Subject: [PATCH 3/4] muc-details.js: add web link to xmpp.link --- src/plugins/muc-views/modals/templates/muc-details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/muc-views/modals/templates/muc-details.js b/src/plugins/muc-views/modals/templates/muc-details.js index ae51506d24..ddb68aead9 100644 --- a/src/plugins/muc-views/modals/templates/muc-details.js +++ b/src/plugins/muc-views/modals/templates/muc-details.js @@ -66,7 +66,7 @@ export default (model) => { height="72" width="72">

${i18n_name}: ${model.get('name')}

-

${i18n_address}:

+

${i18n_address}: web


${i18n_desc}:

${ (model.get('subject')) ? subject(model) : '' } From 0c9562f0c9d6f66bb34c76b10838e289483ec847 Mon Sep 17 00:00:00 2001 From: Yurt Page Date: Sun, 21 Sep 2025 01:22:00 +0300 Subject: [PATCH 4/4] CHANGES.md: add web link share --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 049a4ef768..c322f0953c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Next release - #3830: The message textarea blocks undo of the pasted text +- #3852: Share XMPP address with web link on https://xmpp.link ## 12.0.0 (2025-08-28)