Password Property
      
 

Description

Determines password to be used with server.


Property type

A String value.  


Syntax

object.Password [= value]



The Password Property syntax has these parts:

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

Remarks

This property is required for wodXMPP in order to successfully authenticate with the server. You should enter some value here before calling Connect method. If Connect method is called without previously setting Password Property, the component will return an error.

Password should be considered as secret and never exchanged with anyone.