AuthDomain Property
The domain under which the user will be authenticated.
Object Oriented Interface
public function getAuthDomain(); public function setAuthDomain($value);
Procedural Interface
ipworks_xmpp_get($res, 1 ); ipworks_xmpp_set($res, 1, $value );
Default Value
''
Remarks
Set this value if the user must authenticate via a third party authentication service that requires a different domain than the XMPP user's registered domain.
Data Type
String