Changeset 466
- Timestamp:
- 09/14/03 11:33:25 (5 years ago)
- Files:
-
- trunk/jggtrans.xml (modified) (2 diffs)
- trunk/jggtrans.xml.Pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jggtrans.xml
r429 r466 1 1 <jggtrans> 2 2 3 <!-- For this to work , you should also update /etc/jabber/jabber.xml3 <!-- For this to work with jabberd 1.4.x, you should also update /etc/jabber/jabber.xml 4 4 Add the following (changed to your needs): 5 5 <browse> … … 34 34 35 35 <!-- This connects the GG-transport process to the master process --> 36 <connect id="gglinker">36 <connect> 37 37 <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) --> 39 39 <secret>secret</secret> 40 40 </connect> trunk/jggtrans.xml.Pl
r429 r466 7 7 <jggtrans> 8 8 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. 10 10 Należy dodać następujące linie w sekcji <browse/>: 11 11 … … 34 34 --> 35 35 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 --> 37 38 <service jid="gg.localhost"/> 38 39 39 40 <!-- A ten, z <service id="gglinker/> --> 40 <connect id="gglinker">41 <connect> 41 42 <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) --> 43 44 <secret>secret</secret> 44 45 </connect>
