Description
-
Holds connection's resource.
Property type
-
A String value.
Syntax
-
object.Resource [= value]
The Resource Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| value |
A String value. |
Remarks
-
This Property defaults to 'wodXMPP' and represents Resource used
when connecting to the server. Same resource can also be supplied in
Login property as last
part of the JID (user@hostname/resource).
You can connect to same server using same Login/Password
combination, but with different resource. This allows your contacts
to see you multiple times - such as on Work computer, Home computer,
etc...
|