Changeset 391 for trunk/UPGRADE
- Timestamp:
- 23/09/07 16:13:16 (15 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r388 r391 10 10 in accordance to RFC3921bis changes 11 11 - XEP-0138: Stream Compression 12 - XEP-0198: Stanza Acknowledgements 13 - Dynamic virtual hosts support 14 - Packet througput counters implemented 15 - XEP-0202: Entity Time, XEP-0203: Delayed Delivery 12 16 13 17 If you want to store headline messages in offlinestorage, enable … … 21 25 If you want to enable stream compression, please uncomment proper section 22 26 in c2s.xml. 27 If you want to enable XEP-0198, please give --enable-experimental parameter 28 to ./configure script. 29 If you configure an <id/> in c2s.xml with no hostname, it will be used as 30 a fallback default configuration for running SM with no configured <id/>. 31 See <stats/> sections in c2s.xml and s2s.xml for reference how to configure 32 packet counters. 23 33 24 34
