Hi,
My goal is to construct a web-based link that when clicked will do something specific in Spark.
Thus far, I’ve tried these as links to, respectively, add a new person to my roster and send a text message:
xmpp:user@domain.edu?roster;name=First%Last;group=Friends
xmpp:user@domain.edu?message;body=Here%27s%20a%20test%20message
I think I was able to determine what the proper syntax is:
http://www.xmpp.org/extensions/xep-0147.html#actions-message
but these URIs don’t work. It would seem that URI schemes are not supported by Spark. Am I getting this wrong, or is this a bug? If it is a bug, would a developer please add it to the feature request list?
thanks,
Paul