AutoVisible Property
      
 

Description

Determines if user is visible to others upon login.


Property type

A Boolean value.  


Syntax

object.AutoVisible [= value]



The AutoVisible Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
value A Boolean value.

Remarks

If set to True, once a successful connection is established, user will automatically be Visible. If you don't want this to happen, set this property to False, in which case no one will know you're online.