Aggregation Proxy Configuring Presence

Configuring Presence and Presence Web Services 9-11

9.3.1 PresenceSupplierWebService

The PresenceSupplierWebService MBean described in Table 9–9 enables you to manage the presence data published to watchers. See Section 9.2.10, Aggregation Proxy for more information about aggregation proxy mbean configuration.

9.3.2 PresenceConsumerWebService

The PresenceConsumerWebService MBean described in Table 9–10 enables you to set the duration of watcher subscriptions. Table 9–9 Attributes of the PresenceSupplierWebService MBean Attributes Description Expires The default expiry time, in seconds, for the PUBLISH of a presence status. The value entered for this attribute should be optimized to match that entered for the SessionTimeout attribute. PIDFManipulationAU The name of the application usage for PIDF Presence Information Data Format manipulation. The default value is pidf-manipulation. PidfManipulationDocname The document name for pidf manipulation application usage. For example: hardstate. If the URI contains a domain name instead of an IP address, then you must configure the DNS Server. The default value is hardstate. Note that this value must match the value you entered when configuring XDMS. PresRulesAU The name of the pres-rules application usage. The default value is pres-rules. PresRulesDocname The name of the pres-rules document. The default value is presrules. PublicXCAPRootUrl The URL to the public XDMS root, entered as http:your.xdms:domain.comservices. For example, enter http:127.0.0.1:8001services. SessionTimeout The timeout of the HTTP session, in seconds. The value entered for this attribute should be optimized to match the value entered for the Expires attribute. This timeout takes effect for new sessions only. SIPOutboundProxy The IP address of the outbound proxy server where all requests are sent on the first hop. Enter this address in the following format: sip:IP address[:port];lr;transport=TCP You can also enter the default port 5060 in this address. For example, enter sip:127.0.0.1:5060;lr;transport=TCP. If you do not define this attribute, then no outbound proxy will be used. Table 9–10 Attributes of the PresenceConsumerWebService MBean Attribute Value Expires The default expiry time, in seconds, for watcher subscriptions. The value entered for this attribute should be optimized to match the value entered for the SessionTimeout attribute. SessionTimeout The timeout of the HTTP session, in seconds. The value entered for this attribute should be optimized to match the value entered for the Expires attribute. This timeout takes effect for new sessions only. 9-12 Oracle WebLogic Communications Server Administration Guide

9.3.3 MessagingWebServiceConfig

MessagingWebServiceConfig described in Table 9–11 enables you to designate how and when to delete messages stored by the web service. SIPOutboundProxy The IP address of the outbound proxy server where all requests are sent on the first hop. Enter this address in the following format: sip:IP address[:port];lr;transport=TCP You can also enter the default port 5060 in this address. For example, enter sip:127.0.0.1:5060;lr;transport=TCP. If you do not define this attribute, then no outbound proxy will be used. Table 9–11 MessagingWebServiceConfig attributes Attribute Value SessionTimeout The timeout of the HTTP session, in seconds. The value entered for this attribute should be optimized to match the value entered for the Expires attribute. This timeout takes effect for new sessions only SIPOutboundProxy The IP address of the outbound proxy server where all requests are sent on the first hop. Enter this address in the following format: sip:IP address[:port];lr;transport=TCP If you do not define this attribute, then no outbound proxy will be used. MessageLifetime Set the time in seconds after which messages expire from the message store. Setting this to 0 will cause messages to be kept in the store indefinitely never expire. Messages will stay in the message store for at a maximum MessageLifetime + MessageScanPeriod seconds. Setting this attribute has immediate effect for instance, reducing the value could cause some messages to be immediately expired if they are older than the lifetime. MessageScanPeriod Set the period in seconds for scanning for and deleting expired messages. Setting this to 0 disables scanning. Setting this attribute has immediate effect. Table 9–10 Cont. Attributes of the PresenceConsumerWebService MBean Attribute Value