Changeset 388 for trunk/UPGRADE
- Timestamp:
- 21/09/07 10:54:46 (14 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r373 r388 6 6 - Offline storage does not store headline messages by default 7 7 - XEP-0157: Contact Addresses for XMPP Services 8 - --enable-superseded ./configure option 9 - Messages are delivered to all resources with highest priority number 10 in accordance to RFC3921bis changes 11 - XEP-0138: Stream Compression 8 12 9 13 If you want to store headline messages in offlinestorage, enable … … 11 15 If you want to set XEP-0157: Contact Addresses please see 12 16 etc/sm.xml.dist discovery.serverinfo section for example configuration 13 to include in sm.xml. 17 to include in sm.xml. You need to add new chain 'disco-extend' section 18 and discovery/sserverinfo section to configuration. 19 If you wish, you may use --disable-superseded option during ./configure 20 to disable all features, that was superseded by newer ones. 21 If you want to enable stream compression, please uncomment proper section 22 in c2s.xml. 14 23 15 24
