Back to product page

Status property


Holds your status in the chat room.

Type

StatusEnum enumeration

Syntax

  • Basic
object.Status [= value]
The Status(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPChatRoom
valueStatusEnum enumeration

Remarks

Returns currently set user's status. Can be set to 0 (Disconnected), which will cause wodXMPP to disconnect from the server. Setting this property to 1 (Online) will cause the component to attempt connection to server again. If set to 6 (Invisible), the user will still be connected to server, however, in this case he won't appear on others who have you on their contact list. If user appears in Status 7 (Requested), this means that user has requested authorization from you.

Platforms

Windows