Sametime status macro

Note
This macro has been superceeded by the IM Presence Plugin.

Sametime status and chat access via STLinks

  • Provides current Sametime status
  • Applet lets a click start a anonymous chat with user
  • Add the code below as a user macro called sametime on the admin console.
    • Modify with your server information
  • Have your Sametime administrator
    • Ensure that STLinks toolkit is installed on your Sametime server
    • Configure Sametime for anonymous access
## Sametime user status
## Usage: {sametime:user}
## STLinks toolkit must be installed on your Sametime server and administrator must configure Sametime for anonymous access
## Doesn't work in Firefox, ok under IE
## Reference is Instant Messaging and Web Conferencing Links Toolkit - Developer's Guide and Reference
## Applet lets a click start a anonymous chat with user
## Modify server to point to your sametime server

#set ($user   = $param1)
#set ($server = "<your_sametime_server>")
#set ($path   = "http://$server/sametime/stlinks")
#set ($lang   = "en")

<link rel=stylesheet href="$path/stlinks.css" type="text/css">
<script src="$path/stlinks.js"> </script>
<script> setSTLinksURL("$path","$lang"); </script>

## Use anonymous access
<script> writeSTLinksApplet ("", "", ""); </script>

<script> writeSametimeLink("$user", "$user", true) </script>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.