Adding Sametime awareness though the Sametime client
If you have an Sametime® 8.5.2 client or later and the Profiles application deployed, you can enable Sametime® awareness in HCL Connections.
Before you begin
When you enable Sametime® awareness in HCL Connections, a person's online status is indicated by a set of icons and an associated status message that is available from the person's profile and business card. Sametime® awareness tells you whether the person is available to chat, busy in a meeting, or away from their computer.
- Sametime® 8.5.2 or later stand-alone
client.Note: Alternatively, you can use Sametime® embedded in Notes® if the Notes® client version is Notes® 8.5 or later.
- When using Sametime® 8.5
or later the following limitations apply:
- Users defined in the Sametime® directory must have the same email address as the users defined in the Profiles directory.
- The Profiles application of HCL Connections must be deployed.
- IBM® Sametime® 8.5 or later standalone client
- Notes® 8.5.1 or later embedded client
Procedure
- Start the wsadmin client from the
following directory of the system where you installed the deployment
manager:
app_server_root\profiles\dm_profile_root\bin
Note: You must start the client from this directory or subsequent commands that you try to run will not execute properly. For more information, see the Starting the wsadmin client topic. - Edit the profiles-config.xml file
to indicate that you want to enable awareness. Start the wsadmin client.
Use the following commands to access and check out the Profiles configuration
files:
- From the temporary directory to which you checked out the configuration files, open the profiles-config.xml file in a text editor.
- Find the <sametimeAwareness> element,
and then set the enabled attribute equal to true, specify web addresses
for the href and ssl_href attributes,
and specify which input type should be used for identifying the person:
an email address or a user ID. For example:
<sametimeAwareness enabled="true" href="http://localhost:59449/stwebapi" ssl_href="http://localhost:59449/stwebapi" sametimeInputType="email" />
If HCL Connections is configured to hide email addresses, define the user ID as the input type by setting the sametimeInputType attribute equal to uid. For example:<sametimeAwareness enabled="true" href="http://localhost:59449/stwebapi" ssl_href="http://localhost:59449/stwebapi" sametimeInputType="uid" />
- If you have configured the product to send traffic over
SSL, edit the ssl_href attribute to specify the web address with the
HTTPS protocol. For example:
Do not make this change for releases earlier than Sametime® 8.5 or the Notes® 8.5.1 embedded client or awareness will stop working properly.<sametimeAwareness enabled="true" href="http://localhost:59449/stwebapi" ssl_href="https://localhost:59669/stwebapi" sametimeInputType="email" />
- Save and close the profiles-config.xml file.
- Check in the changed configuration files using the following
wsadmin client command:
ProfilesConfigService.checkInConfig()
- To exit the wsadmin client, type exit at the prompt.
- If you are using a Sametime® client
that is embedded in a version of Notes® later
than 8.0.2 (IFR1), you must configure Notes® to
display awareness information because it is disabled by default. To
do so, complete the following steps:
- Stop and restart the WebSphere® Application Server hosting the Profiles application.
- Start the stand-alone Sametime® client
or Notes® client in which Sametime® is embedded.
It is not recommended that you run more than one Sametime® client on a single machine at one time. If awareness does not seem to be enabled in HCL Connections, make sure you do not have an earlier version of the Sametime® client running on your machine. If you do, stop the clients and be sure to restart the Sametime® Connect 8.0.1 client or the Sametime® client embedded in Notes® 8.0.2 (IFR1) or later before restarting any other clients.
- Confirm that this procedure worked by accessing one of the HCL Connections applications, and then opening a person's business card. It may take a few seconds for the person's awareness information to display the first time.