Hey All,
We are attempting to get Stlinks to work so we can put it on our website for customers to IM with our people and I am having a problem getting it to work and was hoping someone tell me if I'm going in the right direction. I have the java console open and this is what is showing up when I open the test web page:
run timeout set to 10
21/8/2007, 9:17:42 The stlinks js version is Sametime7.5.1
21/8/2007, 9:17:45 ====> 1002
Does this mean that there isn't a connection made to the Sametime server? The webpage reside on a different server from Sametime. this is what my code looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sametime Test</title>
<link rel="STYLESHEET" href="http://<Sametime Server>/sametime/stlinks/stlinks.css"
type="text/css">
<script src="http://<Sametime Server>/sametime/stlinks/stlinks.js"></script>
<script>setSTLinksURL("http://<Sametime Server>/sametime/stlinks");</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div align="left"><!-- BEGIN Sametime -->
<script>writeSTLinksApplet ("hankej", "Password", "false");
</script>
<script>writeSametimeLink("Joe")</script>
The documentation I have talks about Sametime 2.5. Does anyone know if there's some updated documentation?
I am using tunneling and followed this document just to verify that I have all the setting correct:
http://www-1.ibm.com/support/docview.wss?uid=swg21090222
Thanks