2.2.2.5.11 Data Model for persistentChatConfiguration provisionGroup
-
provisionGroup (name=’persistentChatConfiguration’)
-
| |-- propertyEntryList | |-- property | | |- name
The following XSD schema fragment defines the requirements to which a persistentChatConfiguration provisionGroup element XML document SHOULD conform.<137>
-
<?xml version="1.0" encoding="utf-16"?> <xs:schema xmlns:tns="http://schemas.microsoft.com/2006/09/sip/provisiongrouplist-notification" targetNamespace="http://schemas.microsoft.com/2006/09/sip/provisiongrouplist-notification" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="propertyEntryType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="name" type="xs:string" use="required" /> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="propertyEntryListType"> <xs:sequence> <xs:element name="property" type="tns:propertyEntryType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:element name="propertyEntryList" type="tns:propertyEntryListType" /> </xs:schema>
-
DefaultPersistentChatPoolUri: Specifies the default persistent chat pool URI for the client to connect to.
-
EnablePersistentChat: Specifies whether persistent chat is enabled for the client. The value MUST be "true" or "false".
-
PersistentChatPoolUris: Specifies the URIs of all the persistent chat pools that the client can connect to, separated by a single whitespace.
-
PersistentChatWebManagerUriInt: Specifies the internally accessible URI that serves the chat room management Web application.<138> This URI SHOULD be used by the client to connect to the Web application when signed on from inside the network.
-
PersistentChatWebManagerUriExt: Specifies the externally accessible URI that serves the chat room management Web application.<139>. This URI SHOULD be used by the client to connect to the Web application when signed on from outside the network.
For a detailed example, see section 4.2.2.