Changeset 213 for trunk/UPGRADE

Show
Ignore:
Timestamp:
15/05/07 11:27:42 (19 months ago)
Author:
smoku
Message:

Note about XMPP ping module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r210 r213  
    44 
    55What had change: 
     6- implemented XEP-0199: XMPP ping 
    67- sysconfdir isn't changed to .../etc/jabberd anymore 
    78- SASL backend is now GnuSASL by default with Cyrus as an alternative 
     
    1011- PATH_MAX definition added when necessary 
    1112 
     13Add <module>iq-ping</module> to in-sess and pkt-sm chains in sm.xml. 
    1214You need to explicitly set --sysconfdir with jabberd subdir if you want to. 
    1315You need to --disable-gsasl and --enable-cyrus if you need to use Cyrus SASL.