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:
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>