This Question is Answered

2 "helpful" answers available (5 pts)
6 Replies Last post: Jul 6, 2008 11:36 PM by grimsy  
javaone9 Bronze 37 posts since
Jul 2, 2008
Currently Being Moderated

Jul 5, 2008 7:49 PM

Spark hyperlink command code

 

For MSN:

 

 

When clicking this link, someone will be able to start a text chat with you:

 

 

<a href="msnim:chat?contact=netpassport@emailaddress.com ">Click to chat!</a>

 

 

Does Spark has the similar hyperlink command code that will open a Spark to chat when clicking the link?

 

 

If not, could someone share how to implement it? We need  this on the website.

 

 

Thanks,

 

 

Dave

 

 

M. Romero Bronze 6 posts since
Jun 26, 2008
Currently Being Moderated
Jul 6, 2008 8:56 AM in response to: javaone9
Re: Spark hyperlink command code

This might be a little bit overkill for what you are looking for, but have you tried Fastpath and the Fastpath Webchat?

grimsy Bronze 50 posts since
May 25, 2006
Currently Being Moderated
Jul 6, 2008 6:15 PM in response to: javaone9
Re: Spark hyperlink command code

href="xmpp:name@jabber.server"

or for MUC

href="xmpp:muc@conference.jabber.server?join"

 

This is assuming that Spark is the default program to open an XMPP URI

winsrev KeyContributor 259 posts since
Jan 28, 2007
Currently Being Moderated
Jul 6, 2008 7:12 PM in response to: grimsy
Re: Spark hyperlink command code

Yeah, Spark does respond to the xmpp protocol links.

winsrev KeyContributor 259 posts since
Jan 28, 2007
Currently Being Moderated
Jul 6, 2008 10:08 PM in response to: javaone9
Re: Spark hyperlink command code

I guess it comes down to the last client you installed that supported xmpp that sets that global protocol in Windows.

grimsy Bronze 50 posts since
May 25, 2006
Currently Being Moderated
Jul 6, 2008 11:36 PM in response to: javaone9
Re: Spark hyperlink command code

more info on jabber uri's (and uri's in general) here: http://wiki.jabber.org/index.php/XMPP_URIs

More Like This

  • Retrieving data ...