source: trunk/instant_messenger/bkp/instant_messenger_64/inc/IMConfigure.php @ 151

Revision 151, 694 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1<?php
2   ###
3   # definitions of access - BEGIN
4   #
5      define('CONNECT', 'con');
6      define('CLOSE', 'close');
7      define('GET_MESSAGE', 'getMessage');
8      define('SEND_MESSAGE', 'send');
9   #
10   # definitions of access - END
11   ###
12
13   ###
14   # definitions of time - BEGIN
15   #
16      define('DISCONNECT_AFTERWARDS_OF', 20);
17      define('READ_SOCKET_AFTER_OF', 2);
18   #
19   # definitions of time - END
20   ###
21
22   ###
23   # definitions of socket - BEGIN
24   #
25      define('TRANSPORT_NON_SECURITY', 'tcp');
26      define('PORT_NON_SECURITY', '8000');
27
28      //define('TRANSPORT_SECURITY', 'sslv3');
29      //define('PORT_SECURITY', '9001');
30   #
31   # definitions of socket - END
32   ###
33?>
Note: See TracBrowser for help on using the repository browser.