Difference between revisions of "XMPP URIs"

Jump to navigation Jump to search
87 bytes added ,  02:00, 24 December 2020
no edit summary
(→‎Linux: Describe how to add support in an application.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
An XMPP URI is a [http://en.wikipedia.org/wiki/Uniform_Resource_Identifier Uniform Resource Identifier] that makes a Jabber ID "clickable" in web browsers and such. Unfortunately, support for XMPP URIs is not (yet!) common in popular software applications, so you need to set it up manually. This page describes how...
An XMPP URI is a [http://en.wikipedia.org/wiki/Uniform_Resource_Identifier Uniform Resource Identifier] that makes a Jabber ID (or XMPP Account) "clickable" in web browsers and such. Unfortunately, support for XMPP URIs is not (yet!) common in popular software applications, so you need to set it up manually. This page describes how...


= Formal Definition =
= Formal Definition =
For those interested in a formal definition of XMPP URIs, read RFC 5122, [http://xmpp.org/extensions/xep-0147.html XEP-0147] and the [http://xmpp.org/registrar/querytypes.html querytypes registry].
For those interested in a formal definition of XMPP URIs, read RFC 5122 (previously RFC 4622), [http://xmpp.org/extensions/xep-0147.html XEP-0147] and the [http://xmpp.org/registrar/querytypes.html querytypes registry].


= Web browsers =
= Web browsers =
Line 50: 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/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.
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 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 63: Line 63:
</pre>
</pre>


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


Line 75: Line 75:
[http://Coccinella.im/ Coccinella] supports many of them but not all, see coccinella/components/ParseURI.tcl
[http://Coccinella.im/ Coccinella] supports many of them but not all, see coccinella/components/ParseURI.tcl
And the Mac desktop bindings may be flaky.
And the Mac desktop bindings may be flaky.
== Kaidan ==
[https://kaidan.im Kaidan] supports XMPP URIs.


== Miranda IM ==
== Miranda IM ==
17

edits

Navigation menu