setMaxIMSessions

Sets the maximum instant messaging sessions.

Syntax

setMaxIMSessions session_count
Parameter Description
session_count

Maximum instant messaging sessions in the Sametime® Gateway Server.

Set to -1 to allow unlimited sessions.

Set to 0 to allow no sessions.

Purpose

The setMaxIMSessions command sets the maximum instant messaging sessions for the Sametime Gateway Server. Note that maximum sessions set with this command override community-based settings.

Data type: Integer

Sample

This sample allows unlimited sessions in the Sametime Gateway Server:
set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
$AdminControl invoke $ons setMaxIMSessions -1