Description
-
Holds name part of the contact.
Property type
-
A String value.
Syntax
-
object.Name [= value]
The Name Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| value |
A String value. |
Remarks
-
This property will return user's name part of the
JID. Changing this
property will also change JID property, since JID is
combination of Name and
ServerName.
-
-
Nick property is
initially set based on the value of this property. However, Name
is not show on the contact list - Nick is.
|