372373374375376377378
/** * Request that the server change this user's alias. * @param alias the alias to change */ public void requestChangeUsernameAlias(String alias) { send(new PresenceInfoChangeAliasMessage(alias)); }