Difference between revisions of "XMPP URIs"

Jump to navigation Jump to search
145 bytes added ,  20:44, 19 August 2018
→‎Linux: Describe how to add support in an application.
(→‎Linux: Describe how to add support in an application.)
(One intermediate revision by one other user not shown)
Line 41: Line 41:
= Operating systems =
= Operating systems =
== Linux ==
== Linux ==
To follow.
Each client which supports xmpp: URIs should ship a .desktop file in /usr/share/applications containing this line:
MimeType=x-scheme-handler/xmpp;


== Mac OS X ==
== Mac OS X ==
Line 49: Line 50:


== Windows ==
== Windows ==
Paste the following in Notepad and save to a file with an ".reg" extension.  Then double-click on it and answer yes to the prompt to import the settings into your registry.  Be sure to enter the path to your XMPP-URI capable Jabber client.  See the [http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp Registering an Application to a URL Protocol] article in [http://msdn.microsoft.com MSDN] for more details.
Paste the following in Notepad and save to a file with an ".reg" extension.  Then double-click on it and answer yes to the prompt to import the settings into your registry.  Be sure to enter the path to your XMPP-URI capable Jabber/XMPP client.  See the [http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp Registering an Application to a URL Protocol] article in [http://msdn.microsoft.com MSDN] for more details.
<pre>
<pre>
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00
Line 62: Line 63:
</pre>
</pre>


= Jabber Clients =
= Jabber/XMPP Clients =
List clients supporting XMPP URIs here.
List clients supporting XMPP URIs here.


Line 211: Line 212:
</pre>
</pre>


That's all you technically need to do. It can also make things prettier though if you add the Jabber icon next to all such links. To do this, locate the .css file for the skin you are using (e.g. skins/monobook/main.css) and append the following code:
That's all you technically need to do. It can also make things prettier though if you add the XMPP icon next to all such links. To do this, locate the .css file for the skin you are using (e.g. skins/monobook/main.css) and append the following code:
<pre>
<pre>
#bodyContent a[href ^="xmpp:"],
#bodyContent a[href ^="xmpp:"],
58

edits

Navigation menu