Description
-
Determine if you are shown on the list of contacts.
Property type
-
A Boolean value.
Syntax
-
object.ShowMyself [=
value]
The ShowMyself Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| value |
A Boolean value. |
Remarks
-
If set to True, you will see yourself on your contact
list, if your server provides with such option (by default it does).
No matter if this property is set to False or True,
you will always see other resources of yourself, if you have
connected to the server more than once, with different
Resource.
|