IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

UserDomain Property

Gets or sets the domain value used for Jabber IDs.

Object Oriented Interface

public function getUserDomain();
public function setUserDomain($value);

Procedural Interface

ipworks_xmpp_get($res, 43 );
ipworks_xmpp_set($res, 43, $value );

Default Value

''

Remarks

A Jabber ID (JID) is a unique identifier of the format "User@Domain/Resource". user@domain denotes the account by username and domain. The Resource is given during the login process to distinguish individual connections under the same account. If the IMServer contains multiple domains, this property setting allows the user to specify the domain under which to login.

If Domain is empty, the value in IMServer is used by default when creating the client's JID.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]