The following table lists the web service parameters for Instant Messenger (IM) Devices:
Name |
Description |
Optional |
Valid Values |
name |
Device name |
no |
Any valid unused Device name |
active |
Indicates whether the Device should be active |
no |
true or false |
default |
Indicates whether the Device should be set as the default Device for the User |
no |
true or false |
address |
The IM address to use as this Device |
no |
String; maximum length of 100 characters |
userServiceProvider |
ID of the User Service Provider to associate with this Device |
no |
|
delay |
Delay to use for this Device (in minutes) |
no |
Integer |
priorityThreshold |
Priority threshold to set for this Device |
no |
A valid priority threshold setting; the default available values are LOW, MEDIUM, and HIGH. |
externallyOwned |
Indicates whether an external data source owns this Device |
no |
true or false |
<sch:imDevice>
<sch:name>Work IM</sch:name>
<sch:active>true</sch:active>
<sch:default>true</sch:default>
<sch:address>im-user@company.com</sch:address>
<sch:userServiceProvider>
<sch:name>IM Provider</sch:name>
</sch:userServiceProvider>
<sch:delay>0</sch:delay>
<sch:priorityThreshold>MEDIUM</sch:priorityThreshold>
<sch:externallyOwned>true</sch:externallyOwned>
</sch:imDevice>