Description
-
Holds name of the server contact uses.
Property type
-
A String value.
Syntax
-
object.ServerName [= value]
The ServerName Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| value |
A String value. |
Remarks
-
Returns hostname of the server that contact is connected
to. For example, if your contact has account on wippien.com
domain, this property will return
wippien.com.
|