Description
-
Points to real contact on your contact list.
Property type
-
A XMPPContact
object.
Syntax
-
object.Alias
The Alias Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
Remarks
-
Alias property is used only with chat room contacts. They will
point to other "real" contact for which current contact points to.
-
-
Since chat room contacts are generally unknown, and their real
JIDs are not necessarily known to other users, wodXMPP sees them as
separate users. However, if JIDs become available and wodXMPP
determines that those are contacts that are already on your contact
list, Alias property will point to real contact.
|