superUntitled
superUntitled

Reputation: 22527

href for "Jabber / Google Chat" account

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

Answers (2)

ThiefMaster
ThiefMaster

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

DarkWingDuck
DarkWingDuck

Reputation: 2128

According to RFC, Jabber link should be xmpp:[email protected]

Upvotes: 5

Related Questions