Reputation: 22527
I am looking for a way to code a link to open an instant messaging program. I have found the ways to open aim and yahoo chat, but not Jabber. Any ideas?
AIM: <a href='aim:goim?screenname=foo'>foo</a>
Yahoo Chat: <a href='ymsgr:chat?foo'>foo</a>
Upvotes: 4
Views: 7262
Reputation: 318488
Use xmpp:[email protected]?message
- obviously you have to replace the address.
See http://xmpp.org/extensions/xep-0032.html for details.
Upvotes: 7
Reputation: 2128
According to RFC, Jabber link should be xmpp:[email protected]
Upvotes: 5