ProxySG Content Policy Language Guide
90
im.chat_room.member=
Tests whether the chat room associated with the instant messaging transaction has a member
matching the specified criterion.
Syntax
im.chat_room.id[.case_sensitive]=buddy_id_string
m.chat_room.id.substring[.case_sensitive]=substring
im.chat_room.id.regex[.case_sensitive]=“expr
where:
string—An exact match of the complete instant messaging buddy ID.
substring . . . substringSpecifies a substring of the instant messaging buddy ID.
regex . . . expr”—Takes a regular expression.
Notes
By default the test is case-insensitive. Specifying.case_sensitive makes the test case-sensitive.
Layer and Transaction Notes
•Use in <Proxy> and <Exception> layers.
Applies to instant messaging transactions.
See Also
•Actions:
append(), im.alert( ), set( )
Conditions: im.buddy_id=, im.chat_room.conference=, im.chat_room.id=,
im.chat_room.invite_only=, im.chat_room.type=, im.chat_room.voice_enabled=,
im.file.extension=, im.file.name=, im.file.path=, im.file.size=, im.message.route=,
im.message.size=, im.message.text=, im.message.type=, im.method=, im.user_id=
•Properties: im.strip_attachments( )