Cisco Cisco Virtualization Experience Media Edition for Unicon eLux Guida Utente

Pagina di 29
Import Contact Lists
You can create contact lists in XML format and then import them into Cisco Jabber.
Step 1
Open the main Cisco Jabber window.
Step 2
Select File Import contacts..
Step 3
Browse to the location of the contact list definitions XML file.
Step 4
Select the contact list definitions file and then select Open.
Cisco Jabber imports the contacts from the definitions file. The contacts are available in your contact list.
Contact List Definitions
The following XML snippet shows the structure of a contact list definitions file:
<?xml version="1.0" encoding="utf-8"?>
<buddylist>
<group>
<gname>Group Name</gname>
<user>
<uname>IM Address</uname>
<fname>Display Name</fname>
</user>
</group>
</buddylist>
The following table describes the elements in a contact list definitions file:
Description
Element
XML declaration.
Your definitions file must contain an XML declaration with the following attributes:
• version - Specifies the version of the XML file.
• encoding - Specifies the encoding. You must use utf-8.
<?xml
version="1.0"
encoding="utf-8"?>
Root element of the contact list definition.
buddylist
Parent element of a contact group.
One group can contain multiple users.
There is no limit to the number of users a group can contain. There is also no limit to the
number of groups you can include in a contact list definitions file.
However, your server sets a restriction to the number of contacts that you can add to
Cisco Jabber. You must ensure you do not exceed that limit in your contact list definitions
file.
group
Specifies the name of the group.
gname
Parent element that holds details for a single user.
user
Specifies the instant messaging (IM) address of a user.
uname
   User Guide for Cisco Jabber and Cisco Virtualization Experience Media Edition for Unicon eLux for Release
11.7
6
What's New in Release 11.7
Import Contact Lists