Changeset 373 for trunk/UPGRADE

Show
Ignore:
Timestamp:
07/09/07 18:18:44 (15 months ago)
Author:
smoku
Message:

Implemented XEP-0157 Contact Addresses for XMPP Services with mod_help. Fixes #142

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r339 r373  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3* 2.1.15 to 2.1.16 upgrade: 
     4 
     5What had change: 
     6- Offline storage does not store headline messages by default 
     7- XEP-0157: Contact Addresses for XMPP Services 
     8 
     9If you want to store headline messages in offlinestorage, enable 
     10<storeheadlines/> in sm.xml. See etc/sm.xml.dist for reference. 
     11If you want to set XEP-0157: Contact Addresses please see 
     12etc/sm.xml.dist discovery.serverinfo section for example configuration 
     13to include in sm.xml. 
     14 
     15 
     16* 2.1.14 to 2.1.15 upgrade: 
     17 
     18Only bug and compilation fixes. No configuration changes needed. 
     19 
    220 
    321* 2.1.13 to 2.1.14 upgrade: