Spark weblink

We are in the process of deploying openfire and spark within our organization; together with the launch of our new intranet. I am using the presence plugin to display a user’s logged in status within the user directory and other components of our intranet, however I was wondering if there is a way to have a link that opens a message window to the specified user. I.E. if a user is logged in as “user” and it shows them as online, I would like to have it be a link that when clicked will open a new message window within spark to that user (how AIM and some other messaging applications handle it).

Thanks in advance!

  • Elliott

This is the standard xmpp clients should support:

http://www.xmpp.org/extensions/xep-0147.html

As far as i understand, the simple exmple would be: xmpp:username@servername?message

Spark’s issues related to URI:

SPARK-177

SPARK-740

SPARK-615

SPARK-911

SPARK-872

SPARK-787