//
// © 2009 Wilke/Thornton, Inc.
//
// File:     js/public/chat/publicChatCustomParams.js
// Created:  2009/12/30 - Anne D. Ryan
// Modified: 2009/12/30 - Anne D. Ryan
//             - CRS-200 - Created
//
//  System specific customized params for publicChat API.

  /**
   * @enablePublicChat siteFor turning ALL chat off.
   * false will force chat.status = 'offline'.
   * @type boolean
   */    
Wt.chat.PublicChat.enablePublicChat = true;


  /**
   * @property crsChatSystem       
   * The CRS chat system name. 
   *   Used to retieve wsUrl from crslogin.com/php
   * @type string
   */    
//Wt.chat.PublicChat.crsChatSystem = '';


  /**
   * @property wsUrl
   * Ignored if crsChatSystem is non-blank.         
   * The URL of the CRS Public Chat web service, 
   *   e.g. "https://server/scripts/cgiip.exe/WService=crs96abc"
   * @type string
   */    
//
//      Ignored if crsChatSystem is non-blank.
//      Example:  'http://server/scripts/cgiip.exe/WService=crs96abc'
//        ** domain name must match CRS system's base URL domain name
Wt.chat.PublicChat.wsUrl = '';

