Changeset 466

Show
Ignore:
Timestamp:
09/14/03 11:33:25 (5 years ago)
Author:
jajcus
Message:

- jabberd 2.0 configuration comments updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jggtrans.xml

    r429 r466  
    11<jggtrans> 
    22 
    3   <!-- For this to work, you should also update /etc/jabber/jabber.xml 
     3  <!-- For this to work with jabberd 1.4.x, you should also update /etc/jabber/jabber.xml 
    44       Add the following (changed to your needs): 
    55  <browse> 
     
    3434 
    3535  <!-- This connects the GG-transport process to the master process --> 
    36   <connect id="gglinker"
     36  <connect
    3737    <ip>127.0.0.1</ip> 
    38     <port>5353</port> 
     38    <port>5353</port> <!-- for jabberd 2.0 change to the router port (default: 5347) --> 
    3939    <secret>secret</secret> 
    4040  </connect> 
  • trunk/jggtrans.xml.Pl

    r429 r466  
    77<jggtrans> 
    88 
    9   <!-- Żeby to zadziałało także plik jabber.xml musi być uaktualniony. 
     9  <!-- Żeby to zadziałało z jabberd 1.4.x także plik jabber.xml musi być uaktualniony. 
    1010       Należy dodać następujące linie w sekcji <browse/>: 
    1111 
     
    3434  --> 
    3535 
    36   <!-- Ten wpis powinien zgadzać się z <service/> w sekcji <browse/> pliku jabber.xml --> 
     36  <!-- Dla jabberd 1.4: 
     37       Ten wpis powinien zgadzać się z <service/> w sekcji <browse/> pliku jabber.xml --> 
    3738  <service jid="gg.localhost"/> 
    3839 
    3940  <!-- A ten, z <service id="gglinker/> --> 
    40   <connect id="gglinker"
     41  <connect
    4142    <ip>127.0.0.1</ip> 
    42     <port>5353</port> 
     43    <port>5353</port> <!-- Dla jabberd 2.0 zmień to na port routera (domyślnie: 5347) --> 
    4344    <secret>secret</secret> 
    4445  </connect>