On-Premises Policies

DisableMFTForConversationTypes

Applies to Cisco Jabber for desktop clients.

When the Managed File Transfer option is available for the user, use DisableMFTForConversationTypes parameter to disable Managed File Transfer option for conversation types:

  • P2P—Managed file transfer is disabled for peer to peer conversations.

  • GroupChat—Managed file transfer is disabled for group chats.

  • PersistentChat—Managed file transfer is disabled for persistent chat rooms.

Use a semicolon to delimit multiple conversation types, for example P2P;GroupChat;PersistentChat.

Example: <DisableMFTForConversationTypes>P2P;PersistentChat</DisableMFTForConversationTypes>

Disallowed_File_Transfer_Types

Applies to all Cisco Jabber clients.

Restricts users from transferring specific file types. You must set the file extensions as the value, for example, .exe.

Use a semicolon to delimit multiple file extensions, for example, .exe;.msi;.rar;.zip.

Example: <Disallowed_File_Transfer_Types>.exe;.msi</Disallowed_File_Transfer_Types>

File_Transfer_Enabled

Applies to all Cisco Jabber clients.

Specifies if users can transfer files to each other using Cisco Jabber client.
  • true (default)—Users can transfer files to each other.

  • false—Users cannot transfer files to each other.

Example: <File_Transfer_Enabled>false</File_Transfer_Enabled>

PreferredFT

Applies to all the Cisco Jabber clients.
When Cisco Unified Communications Manager IM & Presence server provides both Managed File Transfer and Peer-to-Peer File Transfer, this parameter specifies the preferred method of transferring files in the Cisco Jabber client.
  • MFT—Files are transferred using the managed file transfer option.

  • P2P—Files are transferred using peer to peer file transfer.

If the parameter is not defined, the client checks Cisco Unified Communications Manager IM and Presence node, and when managed file transfer is available the client uses this option, otherwise it uses peer to peer file transfer.

Example: <PreferredFT>P2P</PreferredFT>

Screen_Capture_Enabled

Applies to Cisco Jabber for desktop clients.

Specifies if users can take screen captures.

  • true (default)—Users can take screen captures.

  • false—Users cannot take screen captures.

Example: <Screen_Capture_Enabled>false</Screen_Capture_Enabled>

ShowScreenCaptureButton

Applies to Cisco Jabber for Desktop Clients.
Specifies if the Screen capture button is enabled.
  • true (default)—Screen capture button is enabled.

  • false—Screen capture button is disabled.


Note

Disabling this parameter will hide the Screen capture button in Windows and disable it for Mac.

Example: <ShowScreenCaptureButton>false</ShowScreenCaptureButton>