if (this.remote.open.incomingLocales) {
    valid = valid &&
      this._ensureLocaleCompatibility(this.local.open.outgoingLocales, this.remote.open.incomingLocales);
  }