× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Answer to question 2




Setting the Sametime 8.0 and higher Desktop Connect client's preferences










Technote (FAQ)




Question
How to set preferences for Sametime 8.0 and higher Connect clients.


Answer
There are several ways to set preferences within the Sametime® 8.0 and
higher Connect clients. Which method(s) you choose to implement will
depend on your business needs and requirements. The following are listed
in the order in which they take precedence.




Method 1: Set preferences using Sametime Policies

Sametime Policies can be used to set and force a subset of available
client-side preferences. Policies are accessed using the Sametime
administration client (i.e. the "Administer the Server" link). Any
preferences set using this method are:

1. Forced upon the end-users such that they cannot modify the setting, AND
2. Take highest precedence over any other method used to set client-side
preferences.

For more information on Sametime Policies, see the following document in
the Sametime Information Center: Policy Settings Table





Method 2: Set preferences manually using Sametime Connect client

End-users can manually set their client-side preferences from within the
Preferences panel of the Sametime Connect client. Any preferences set
using this method can be overwritten by Sametime Policies but take higher
precedence over Method 3, as described below.

Preferences set manually by an end-user from within the client's
Preferences panel are stored in the end-user's profile directory (either
within an XML document or a *.pref file).




Method 3: Set preferences using plugin_customization.ini

The plugin_customization.ini configuration file provides the ability to
customize the default settings for client-side preferences. This method
does not FORCE the settings to stick; it simply sets the default setting.

Administrators can use this to deploy clients to have consistent behavior
such that all end-users have a similar experience with the product. The
preferences set using this method will be overwritten by Methods 1 and 2.

Note: Preferences set using this method cannot be locked down.



The remainder of this document describes how to utilize Method 3 to set
default values for the majority of the available client-side preferences.





Instructions

To make the changes manually to a single client:
1. Backup the [Sametime Client Program
Directory]\plugin_customization.ini.

2. Modify the plugin_customization.ini by appending the appropriate flag.
(See below table for examples)

3. Save and close the configuration file.

4. Restart the client.

To utilize plugin_customization.ini for all users, reference technote
#1261055 . This technote provides a sample plug-in that demonstrates how
an administrator can provision all clients automatically.




Accessibility Preferences
Plugin: com.ibm.collaboration.realtime.accessibility
Flag
Sets To:
Description
useAcc
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to optimize chat transcript for screen readers
(will replace the transcript with a different format)
optimizeAlerts
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to optimize alert settings for screen readers
(will turn off bring to front, flash window, turn on sounds)
useLessVerbose
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to set less verbose messages for screen readers
(less verbose will not read status change events and typing events in the
chat window)
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.accessibility/useAcc=true
Community Preferences
Plugin: com.ibm.collaboration.realtime.community
Flag
Set To:
Description
host
Type: String
Specifies the initial community host value. Must be set prior to client
launch.
port
Type: Integer
Default is 1533
Specifies the initial community port value. Must be set prior to client
launch.
keepAlive
Type: Boolean
Default is true
Specifies the initial keep alive value. Must be set prior to client
launch.
keepAliveInterval
Type: Integer
Default is 60
Specifies the initial keep alive inteval value for the default community.
Must be set prior to client launch.
name
Type: String
Specifies the initial name for the default community. Must be set prior to
client launch.
savePassword
Type: Boolean
Value: true or false
Default is false
Specifies the initial savePassword value for the default community. Must
be set prior to client launch.
connectionType
Type: String
Value= Valid values include direct, tls-direct, http-direct, socks4-proxy,
socks5-proxy, http-proxy, https-proxy, reverse-proxy
Specifies the initial connectionType value for the default community. Must
be set prior to client launch.
proxyHost
Type: String
Specifies the initial proxy host value for the default community. Must be
set prior to client launch.
proxyPort
Type: Integer
Specifies the initial proxy port value for the default community. Must be
set prior to client launch.
proxyResolvesLocally
Type: Boolean
Value: true or false
Specifies the initial proxyResolvesLocally value for the default
community. Must be set prior to client launch.
loginByToken
Type=Boolean
Value: true or false
Specifies the initial loginByToken value for the default community. Part
of login extensibility (see Sametime 801 SDK). Must be set prior to client
launch.
useAuthServer
Type: Boolean
Value: true or false
Specifies the initial useAuthServer value for the default community. Part
of login extensibility (see Sametime 801 SDK). Must be set prior to client
launch.
authServerUrl
Type: String
Specifies the initial authentication server URL value for the default
community. Part of login extensibility (see Sametime 801 SDK). Must be set
prior to client launch.
defaultAuthType
Type: String
Specifies the authentication type for the default community. Part of login
extensibility (see Sametime 801 SDK). Must be set prior to client launch.
tokenLoginOnly
Type: Boolean
Value: true or false
Specifies the whether or not to force login by token for the default
community. Part of login extensibility (see Sametime 801 SDK). Must be set
prior to client launch.
kioskMode
Type: Boolean
Value: true or false
Sets whether or not the client will function in kiosk mode.
logoutWhenIdle
Type: Boolean
Value: true or false
logoutWhenIdle sets the initial value of whether or not the client logs
out when idle. This pref will only take effect for new Sametime users with
no previous workspace. For any existing user, this pref will be overriden
to "false" when the autostatus settings are retrieved from the server
since the pref did not exist prior to release 8.0.1.
logoutWhenIdleOverride
Type: Boolean
Value: true or false
logoutWhenIdleOverride provides a mechanism for an admin to override the
user's logoutWhenIdle setting. If set to true, then the client will always
logout when idle, and the user will not be able to change the value in the
UI.
logoutWhenLocked
Type: Boolean
Value: true or false
logoutWhenLocked sets the initial value of whether or not the client logs
out when locked. This pref will take effect for new Sametime users with no
previous workspace. For any existing user, this pref will be overriden to
"false" when the autostatus settings are retrieved from the server since
the pref did not exist prior to release 8.0.1.
logoutWhenLockedOverride
Type: Boolean
Value: true or false
logoutWhenLockedOverride provides a mechanism for an admin to override the
user's logoutWhenLocked setting. If set to true, then the client will
always logout when locked, and the user will not be able to change the
value in the UI.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.community/host=sametimeserver.acme.com
Chat History Preferences
Plugin: com.ibm.collaboration.realtime.chat.logging.impl
Flag
Sets To:
Description
logging.default
0 = Automatically save chats
1 = Do not automatically save chats
2 = Prompt me to save chats
Default chat logging action
logging.service
service.notes = Lotus Notes logging
service.outlook = MS Outlook logging
service.file = File system logging
Type of chat logging service
root.location
A valid path on the computer to a specified directory
Default Location for automatically saved chats
save.file.location
A valid path on the computer to a specified directory
Default location for manually saved chats
days.storage.max
This setting will be overwritten by the value set on the server policy. A
positive number.
Delete saved transcripts after this number of days.
delete.old
Type: Boolean
Value: true or false
true = delete , false = Do not delete
Delete saved transcript

Note: This setting will be overwritten by a Sametime policy if enabled
days.context
Type: Boolean
Value: true or false
true = Display's transcript, false = Do not display
Display the saved transcript between two users for the current day in the
chat window
logging.enabled
Type: Boolean
Value: true or false
true = Suppress request
false = Don't suppress
Suppress first time launch prompt that requests user to enable/disable
chat logging
display.context.
background
Type: Boolean
Value: true or false
true = Display's background , false = Do not display
Display background highlighting when displaying saved transcripts in chats
Example entries in plugin_customization.ini:

com.ibm.collaboration.realtime.chat.logging.impl/logging.default=0
com.ibm.collaboration.realtime.chat.logging.impl
/logging.service=service.file
com.ibm.collaboration.realtime.chat.logging.impl/days.context=true



ChatWindow Preferences
Plugin: com.ibm.collaboration.realtime.chatwindow
Flag
Sets To:
Description
usemyfont
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to override chat partner's font settings with my
own
showuserinfo
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the business card in the chatwindow.
showemoticons
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to display emoticons in the chat transcript
showstatusupdates
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to display status updates for my chat partner in
the transcript.
showuserleft
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to display a message when my chat partner closes
their chat window.
showtimestamp
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show timestamps in the chat transcript area.
timeformat
Type: Int
Value: 12 or 24
Default Value: 12
Specifies the default time format to use (12 or 24 hour clock).
useTabs
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to use a single tabbed window for all chats.
horizontalTabs
Type: Boolean
Value: true or false
Default Value: false
(vertical)
Specifies whether to use horizontal or vertical tabs

Note: Will not apply unless useTabs is true.
warnWhenAway
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to pop a warning message when I try to open a
chat window when a person is away.
warnWhenInMtg
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to pop a warning message when I try to open a
chat window when a person is in a meeting.
warnNewMessage
Arrived
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to pop a message dialog when I try to close the
window at the same time I am receiving a message.
esccloses
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not ESC closes the chat window.
entersend
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not Enter is used to send a message or Shift+Enter.

Note: Enter sends, Shift+Enter newline.
dontPopWhenMin
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not the chatwindow pops to the front when I manually
minimize the window.
(does not pop when I minimize)
showActionBar
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the top actions toolbar
showStatusBar
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the status message bar at the bottom.
showToolsBar
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the message tools bar above the typing
area.
warnNewMessage
ArrivedThreshhold
Type: Long
Default is 450
The number of milliseconds to wait for incoming messages before my window
is really closed.
useDefaultGO
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to use the system's default orientation for
typing or to manually set one.
sendAreaGO
Type: Integer
Only accepts two values:
67108864 (SWT.RIGHT_TO_LEFT) or
33554432 (SWT.LEFT_TO_RIGHT)
Specifies which orientation to use in the typing area if useDefaultGO is
false.

Default Value: Not applicable because useDefaultGO is true.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.chatwindow/showuserinfo=false
com.ibm.collaboration.realtime.chatwindow/timeformat=24
com.ibm.collaboration.realtime.chatwindow/entersend=false




Contact List/IM Preferences
Plugin: com.ibm.collaboration.realtime.imhub
Flag
Sets To:
Description
hideWhenMinimized
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to hide the contact list window when
minimized.
showAddPartner
Success
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to open a confirmation dialog after a contact
has been added.
showAddGroup
Success
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to open a confirmation dialog after a group
has been added.
notifyWhenNetConn
Lost
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to alert the user when the network connection is
lost.
showCommunityIcon
Background
Type: Boolean
Value: true or false
Default Value: false
Specifies whether by default to show the community icon behind the
contacts.
statusImgBackground
Transparency
Type: Integer
Default Value: 60
Specifies the transparency of the community background image. 0 is very
prominent, 100 is completely transparent.
showHoverBizCard
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the business card when hovering over
contacts.
hideContactsWhen
Offline
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not to hide the contact list tree when offline.
buddyListConflict
Pref
Type: String
Value: merge or keepLocal or replaceLocal
Default Value: merge
Specifies the default behavior to follow in case of a remote/local
synchronization conflict. Options include "merge", "keepLocal", and
"replaceLocal".
sortGroups
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to alphabetically sort groups in the contact
list.
sortContacts
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to alphabetically sort contacts in the
contact list.
showActionToolBar
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to show the action toolbar in the contact
list window.
showStatusBar
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to show the status bar in the contact list
window.
showQuickFind
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to show quick find in the contact list
window.
flashAddedContacts
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to flash newly added contacts.
autoSyncDefaultCommunityBuddyList
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to synchronize the 7.5 XML buddylist with the
previous pre 7.5 contact list used by older clients.
showBuddyListConflictDialog
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to show the contact list conflict dialog when
synchronizing the remote contact list.
enableAutoReconnect
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to enable automatic reconnection to the Sametime
server in case the client is inadvertently disconnected.
autoReconnectAttemptInterval
Type: Long
Default Value: 20000
Specifies the interval in milliseconds at which the client will attempt to
reconnect.
autoReconnectAttempts
Type: Long
Default Value: -1
Specifies the number of attempts to reconnect. The value -1 means to never
stop trying.
verifyConnectionPrior
ToLogin
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to verify that a network connection is available
before logging in.
userInfoReplaces
DefaultDisplayName
Type: Boolean
Value: true or false
Default Value: false
Specifies whether or not the user's directory name retrieved for the
business card replaces the default display name shown in the contact list
and elsewhere.
lookupExpirationDays
Type: Integer
Default Value: 7
Specifies the number of days a users directory info is considered up to
date. A value of 0 means refresh a user's directory info for each client
session.
showStatusSuffix
Type: Boolean
Value: true or false
Default Value: true
Specifies whether or not to broadcast the Sametime version (e.g. "Sametime
7.5.1") at the end of a user's status message.
showOnlineOnly
Type: Boolean
Value: true or false
Default Value: true
Specifies whether by default to show only contacts in the Contact List who
are online.
False will also show offline contacts.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.imhub/hideWhenMinimized=false

com.ibm.collaboration.realtime.imhub/statusImgBackgroundTransparency=40

com.ibm.collaboration.realtime.imhub/buddyListConflictPref=replaceLocal



External Application Preferences
Plugin: com.ibm.collaboration.realtime.ui
Flag
Sets To:
Description
external.application.use.default.mail
Type: Boolean
Value: true or false
Default Value: true
Define whether or not to use the default mail application.
filteredPrefPagesOverride
Type: String
Comma delimited list of preference page IDs that are to be filtered out of
the UI
external.application.mail
Type: Text
Values: Hotmail, Lotus Notes, Microsoft Outlook, Outlook Express
Defines what application to use for mail integration
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.ui
/external.application.use.default.mail=false

com.ibm.collaboration.realtime.ui/external.application.mail=Lotus Notes
FileTransfer Preferences
Plugin: com.ibm.collaboration.realtime.filetransfer
Flag
Sets To:
Description
saveFileLocation

Type: String
Value: Full path to folder on the user's computer.
Specifies the path on the user's computer where files from File Transfers
will be saved.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.filetransfer
/saveFileLocation=c:\temp\filetransfer\


Geographic Location Preferences
Plugin: com.ibm.collaboration.realtime.location
Flag
Sets To:
Description
showProfWindow
Type: Boolean
Value: true or false
Default Value: false
Which means checkbox is not selected and user is prompted on login.
Do not show the alert for editing location settings at location change
again.
locationServerAddr
Type: String
Value: The server name. (ex: server.domain.com)
Specifies the default location server to receive/send suggested location
info. Only applicable if location server (OrgCollab server) is present.
locationServerPort
Type: Integer
Value: Example would be 80
Specifies the default port to use for the location server. Only applicable
if location server (OrgCollab server) is present.
Example entries in plugin_customization.ini:

com.ibm.collaboration.realtime.location/showProfWindow=true

com.ibm.collaboration.realtime.location
/locationServerAddr=server.domain.com
Login/Logout Preferences
com.ibm.collaboration.realtime.login
Flag
Sets To:
Description
alwaysLoggedIn
Type: Boolean
Value: true or false
AlwaysLoggedIn keeps ‘automatically log in’ and "Remember password"
disabled & checked and disables all "Log out" menu items.
disableExit
Type: Boolean
Value: true or false
DisableExit keeps the "Exit" menu items disabled.
disableHostName
Type: String
Value: true or false
Sets edit state of host name text field on login dialog
Example entries in plugin_customization.ini:

com.ibm.collaboration.realtime.login/alwaysLoggedIn=true

Meeting Preferences
com.ibm.collaboration.realtime.meetings
Flag
Sets To:
Description
hasMic
Type: Boolean
Value: true or false
Default: false
Whether the user's computer has a microphone
hasSpeakers
Type: Boolean
Value: true or false
Default: false
Whether the user's computer has speakers
hasCamera
Type: Boolean
Value: true or false
Default: false
Whether the user's computer has a camera
Example entries in plugin_customization.ini:

com.ibm.collaboration.realtime.meetings/hasMic=true

com.ibm.collaboration.realtime.meetings/hasSpeakers=true

com.ibm.collaboration.realtime.meetings/hasCamera=false



Notification Preferences
Plugin: com.ibm.collaboration.realtime.alertmanager
Flag
Sets To:
Description
pref_alertbubble
_window_corner
Type: String
Value: "NE", "NW", "SE", SW" (corresponding to northeast, northwest,
southeast, southwest).
This stores one of four possible values of which corner of the users'
screen the alert bubble will appear.
pref_alertbubble
_window_width
Type: Positive integer value
Stores the width in pixels of the alert bubble.
pref_alertbubble
_window_height
Type: Positive integer value
Stores the height in pixels of the alert bubble.
pref_alertbubble
_window_edge_padding
Type: Positive integer value
Stores the amount in pixels that the alert bubble's top and bottom edge
will be from the edge of the desktop.
pref_alertbubble_show
Type: String value
Value: less = show alert bubble, true = show standard OS window for an
alert
Whether to show the alert bubble or a standard OS window for an alert.
pref_alertbubble
_close_alerts
Type: Boolean value
Value: true = automatically close alert, false = do not automatically
close alert, user must close
Whether to automatically close an alert after it appears.
pref_alertbubble
_close_alerts_delay
Type: Positive integer
If alerts are set to automatically close, this is the delay amount in
seconds before the alert is closed.
pref_alertbubble
_show_highlight
Type: Boolean
Value: true = show highlight color, false = no highlight color
Whether or not the alert bubble will have a highlight color on the
sidebar.
pref_event_0
_playsound
Type: Boolean
Value: true or false
Whether One on One chat events play a sound.
pref_event_1
_playsound
Type: Boolean
Value: true or false
Whether Invitations to multi-party chat events play a sound.
pref_event_2
_playsound
Type: Boolean
Value: true or false
Whether Announcement events play a sound.
pref_event_3
_playsound
Type: Boolean
Value: true or false
Whether Invitations to instant meetings play a sound.
pref_event_4
_playsound
Type: Boolean
Value: true or false
Whether One-on-one phone conference events play a sound.
pref_event_5
_playsound
Type: Boolean
Value: true or false
Whether Invitations to multi-party phone conference events play a sound.
pref_event_6
_playsound
Type: Boolean
Value: true or false
Whether status alert events (Alert me When) play a sound
pref_event_7
_playsound
Type: Boolean
Value: true or false
Whether Location Awareness events play a sound
pref_event_0
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for One on One chat events, if playing
sounds is enabled for this event
pref_event_1
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for Invitations to multi-party chat events,
if playing sounds is enabled for this event
pref_event_2
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for Announcement events, if playing sounds
is enabled for this event
pref_event_3
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for Invitations to instant meeting events,
if playing sounds is enabled for this event
pref_event_4
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for One-on-one phone conference events, if
playing sounds is enabled for this event
pref_event_5
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file for Invitations to multi-party phone conference events, if
playing sounds is enabled for this event
pref_event_6
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for status alert events (Alert me When)
events, if playing sounds is enabled for this event
pref_event_7
_soundfile
Type: String
Value: A full path to a valid sound file of .WAV format
The sound file that will play for Location Awareness events, if playing
sounds is enabled for this event
pref_event_0
_option_1
Type: Boolean
Value: true or false
For One on One Chats, whether to Bring Chat Window to front
pref_event_0
_option_2
Type: Boolean
Value: true or false
For One on One Chats, whether to Flash the taskbar to indicate new window
pref_event_1_option_1
Type: Boolean
Value: true or false
Invitations to multi-party chats, whether to Bring Invitation Window to
front
pref_event_1_option_2
Type: Boolean
Value: true or false
Invitations to multi-party chats, whether to Flash the taskbar to indicate
new invitation
pref_event_3
_option_1
Type: Boolean
Value: true or false
For Invitations to instant meetings, whether to Bring Invitation Window to
front
pref_event_3
_option_2
Type: Boolean
Value: true or false
For Invitations to instant meetings, whether to Flash the taskbar to
indicate new invitation
pref_event_4
_option_1
Type: Boolean
Value: true or false
For One-on-one phone conferences, whether to Bring Invitation Window to
front
pref_event_4
_option_2
Type: Boolean
Value: true or false
For One-on-one phone conferences, whether to Flash the taskbar to indicate
new invitation
pref_event_4
_option_3
Type: Boolean
Value: true or false
For One-on-one phone conferences, whether to Ring the phone
pref_event_5
_option_1
Type: Boolean
Value: true or false
For One-on-one phone conferences, whether to Bring Invitation Window to
front
pref_event_5
_option_2
Type: Boolean
Value: true or false
For Invitations to multi-party phone conferences, whether to Flash the
taskbar to indicate new invitation
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.alertmanager
/pref_alertbubble_window_width=100

com.ibm.collaboration.realtime.alertmanager/pref_event_0_playsound=true

com.ibm.collaboration.realtime.alertmanager
/pref_event_0_soundfile=c:\temp\file.wav



Privacy Preferences
Plugin: com.ibm.collaboration.realtime.imhub
Flag
Sets To:
Description
defaultSelectiveStatus
Type: Boolean
Value: true or false
Whether the selective status page is enabled or not by default.
defaultPrivacy
Type: Boolean
Value: true or false
Whether the classic privacy page is enable or not by default.
defaultPrivacyInclusive
Type: Boolean
Value: true or false
Whether the classic privacy is an inclusive list or not (ie only these
people can see me).
defaultPrivacyExclusive
Type: Boolean
Value: true or false
Whether the classic privacy is an exclusive list or not (ie everyone
except these people can see me).
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.imhub/defaultSelectiveStatus=true

com.ibm.collaboration.realtime.imhub/defaultPrivacyInclusive=true
Spellchecker Preferences
Plugin: com.ibm.collaboration.realtime.spellchecker
Flag
Sets To:
Description
checkSpelling
Type: Boolean
Value: true or false
Default: true
Specifies whether by default to check spelling as you type.
dictionaryLanguage
Type: String
Default: en-US
Specifies the default language to use for spell checking. Must have
corresponding dictionary installed.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.spellchecker/checkSpelling=false
Status Messages Preferences
Plugin: com.ibm.collaboration.realtime.imhub
Flag
Sets To:
Description
alwaysEditStatus
MsgActive
Type: Boolean
Value: true or false
Default: true
Specifies whether by default to always edit the status message when
changing status to available.
alwaysEditStatus
MsgAway
Type: Boolean
Value: true or false
Default: true
Specifies whether by default to always edit the status message when
changing status to away.
alwaysEditStatus
MsgInMtg
Type: Boolean
Value: true or false
Default: true
Specifies whether by default to always edit the status message when
changing status to in a meeting.
alwaysEditStatus
MsgDnd
Type: Boolean
Value: true or false
Default: true
Specifies whether by default to always edit the status message when
changing status to in a do not disturb.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.imhub/alwaysEditStatusMsgAway=false
Telephony Preferences
Plugin: com.ibm.collaboration.realtime.telephony.ui
Flag
Sets To:
Description
clientID_txt
Type: String
Value: Client ID
The client ID.
clientPasswd_txt
Type: String
Value: client password
The client password.
passcode_txt
Type: String
Value: call passcode
The call passcode.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.telephony.ui/clientID_txt=UserID
Voice Call/Chat Preferences
Plugin: com.ibm.collaboration.realtime.telephony.ui
Flag
Sets To:
Description
incomingCall
Type: boolean
Value: true or false
Play sound when receiving a call.
connectionEnded
Type: boolean
Value: true or false
Play sound when call ends.
pauseResume
Type: boolean
Value: true or false
Play sound when call is paused/resumed.
sec
Type: integer
Value: positive integer
Default: 30
Seconds before the call should time out.
muteSounds
Type: boolean
Value: true or false
Mute alert sounds during a call.
micBoostCheckBox
Type: boolean
Value: true or false
Disable microphone boost.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.telephony.ui/incomingCall=true
Exchange Preferences
Plugin: com.ibm.collaboration.realtime.exchange
Flag
Sets To:
Description
ExchangeServerUrl
Type: string
Value: The Exchange Server URL
The URL of the Exchange Server.
ExchangeDomain
Type: string
Value: The Exchange Server domain
The domain of the Exchange Server.
ExchangeUserName
Type: string
Value: The user name for Exchange
The user name for Exchange.
ExchangePassword
Type: string
Value: The password for Exchange
The password for Exchange
ExchangeTranscript
Folder
Type: string
Value: Valid path on the computer for the Exchange transcript folder
The transcript folder for Exchange.
ExchangeMessage
Store
Type: string
Value: Valid path on the computer for the Exchange message store
The Message Store for Exchange.
ExchangeStorageId
Type: string
Value: The storage Id for Exchange
The storage Id for Exchange.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.exchange
/ExchangeServerUrl=exchangeServer.domain.com




Business Card Preferences
Plugin: com.ibm.collaboration.realtime.people
Flag
Sets To:
Description
lookupExpirationDays
Type: Integer (Default is 7)
Specifies the number of days a users directory info is considered up to
date. A value of 0 means refresh a user's directory info for each client
session.
Example entry in plugin_customization.ini:

com.ibm.collaboration.realtime.chatwindow/showuserinfo=false






Walter Scanlan
Senior Software Engineer
Office: 507-286-6088
Cell: 507-990-4539


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.