Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-09-16 12:56:10 +0300
committerwurstsalat <mailtrash@posteo.de>2023-09-16 12:56:10 +0300
commit95427025fb1aceba9b6c14a0b41d50672a7240e3 (patch)
tree13d4e75dbff34c4159d7a30ce89fcebf7b51f103 /win
parent262d346e46ccb87b2799b5a36066a25faa1ded38 (diff)
imprv: Windows appx: Add URI handler for xmpp: URIs
Diffstat (limited to 'win')
-rw-r--r--win/misc/appxmanifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/misc/appxmanifest.xml b/win/misc/appxmanifest.xml
index f31ce279a..4df7277f6 100644
--- a/win/misc/appxmanifest.xml
+++ b/win/misc/appxmanifest.xml
@@ -37,6 +37,11 @@
<desktop:Extension Category="windows.startupTask" Executable="bin\Gajim.exe" EntryPoint="Windows.FullTrustApplication">
<desktop:StartupTask TaskId="Gajim" Enabled="true" DisplayName="Gajim"/>
</desktop:Extension>
+ <uap:Extension Category="windows.protocol">
+ <uap:Protocol Name="xmpp">
+ <uap:DisplayName>XMPP URI Scheme</uap:DisplayName>
+ </uap:Protocol>
+ </uap:Extension>
</Extensions>
</Application>
</Applications>