Resource Property
This is the resource for the current session.
Object Oriented Interface
public function getResource(); public function setResource($value);
Procedural Interface
ipworks_xmpp_get($res, 29 ); ipworks_xmpp_set($res, 29, $value );
Default Value
'IP*Works! XMPP Agent'
Remarks
Whenever an entity logs in to an XMPP (Jabber) server, it must provide account information as well as a resource. Resources allow multiple clients to log in using the same account. The server will forward all messages and PI data aimed at a specific resource to that resource. If a command or message is to be sent to a Jabber ID with no specified resource, the server will push that command or message out to all connected resources.
Data Type
String