Back to product page

Alias property


Points to real contact on your contact list.

Type

XMPPContact object

Syntax

  • Basic
object.Alias [= value]
The Alias(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPContact
valueXMPPContact object

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.

Platforms

Windows