Sun Java System Instant Messaging 7 2006Q1 Administration Guide

ProcedureTo Configure the List of Key IDs for Supported XMPP/HTTP Gateway Domains

Steps
  1. Open httpbind.conf.

    See httpbind.conf File Location for information on finding this file.

  2. Set the httpbind.config to the list of IDs you want the gateway to use.

    For each domain you need to specify a separate ID for this parameter. For example:


    httpbind.config=gwdomain_id
    

    Where gwdomain_id is the identifier you want to use for the domain.

    For example:


    httpbind.config=siroe
  3. For each gwdomain_id you specify, add the following parameters to the httpbind.conf file:


    gwdomain_id.domain=domain_name
    gwdomain_id.hosts=gateway_host
    gwdomain_id.componentjid=component_jid
    gwdomain_id.password=password
    

    Where:

    • gwdomain_id is the ID specified for the gateway in httpbind.config in the previous step.

    • domain_name is the domain in which the identified gateway runs.

    • gateway_host is a comma-separated or space-separated list of the fully-qualified domain name (FQDN) and port number of the gateway hosts that support this domain.

    • component_jid is the component JID of the gateway.

    • password is the password of the identified gateway.

    For example, if the gwdomain_id is set to siroe:


    siroe.domain=siroe.com
    siroe.hosts=gateway.siroe.com:5222
    siroe.componentjid=http.gateway.siroe.com
    siroe.password=gatewaypassword

    See Gateway Domain ID Key Parameters for httpbind.config for more information about these key parameters.

  4. Save and close httpbind.conf.

  5. Restart the gateway using the tools provided by the web or application server.