Ignore:
Timestamp:
08/03/10 14:54:57 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1091 - Implementado a busca de salas para bate-papo no novo modulo Expresso messenger XEP-0045-MUC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/jmessenger/js/trophyim.js

    r3124 r3127  
    1 /** 
    2  *   This program is distributed under the terms of the MIT license. 
    3  *   Please see the LICENSE file for details. 
    4  * 
    5  *   Copyright 2008 Michael Garvin 
    6  */ 
    7  
    8 var TROPHYIM_BOSH_SERVICE       = "/proxy/ejabberd";  //Change to suit 
    9  
    10 var TROPHYIM_LOG_LINES          = 200; 
    11  
    12 var TROPHYIM_LOGLEVEL           = 0; //0=debug, 1=info, 2=warn, 3=error, 4=fatal  
    13  
    14 var TROPHYIM_VERSION            = "0.3"; 
    15  
    16 var TROPHYIM_RESOURCE           = "/JABBERITWEB"; 
    17  
    18 var TROPHYIM_CHATROOM           = "conference.im.pr.gov.br"; 
    19  
    20 //Uncomment to make session reattachment work 
    21 //var TROPHYIM_JSON_STORE = "json_store.php"; 
    22  
    231/** Object: DOMObjects 
    242 *  This class contains builders for all the DOM objects needed by TrophyIM 
Note: See TracChangeset for help on using the changeset viewer.