I am looking for a way to encode a link to open an instant messenger. I found ways to open yahoo target and chat, but not Jabber. Any ideas?
AIM: <a href='aim:goim?screenname=foo'>foo</a> Yahoo Chat: <a href='ymsgr:chat?foo'>foo</a>
According to the RFC, the Jabber link must be xmpp: my@jid.tld
Use xmpp:alice@example.com?message- obviously, you need to replace the address.
xmpp:alice@example.com?message
See http://xmpp.org/extensions/xep-0032.html for more details .
Source: https://habr.com/ru/post/1775316/More articles:.NET Graphics - creating an ellipse with a transparent background - c #Why does the compiler allow you to "write" a const variable here? - c ++ASP.NET MVC - Show 404 general views without a controller - asp.net-mvcPython module import error "ImportError: no module named mrjob.job" - pythonC ++ adds debugging code that runs only when debugging - c ++Does SLIME have a hotkey for commenting a block of Lisp code in slime-mode? - commentsJust can't get Entity Framework to pull what I want - c #Development Methodology for Immature Teams - agilereduce equivalent in jQuery? - jqueryProblem with Computing Workflow - f #All Articles