Changeset 623
- Timestamp:
- 08/07/08 20:22:18 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
etc/sm.xml.dist.in (modified) (1 diff)
-
UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/sm.xml.dist.in
r591 r623 190 190 <!-- Filesystem driver configuration --> 191 191 <fs> 192 <!-- Directory to store database fi eles under. -->192 <!-- Directory to store database files under. --> 193 193 <path>@localstatedir@/lib/jabberd2/fs</path> 194 194 </fs> -
trunk/UPGRADE
r616 r623 22 22 Resolver is now built in S2S component, so you need to add <lookup/> section 23 23 to your s2s.xml config. Then remove resolver component from your configuration. 24 Please check your veri vy-mode setting in c2s.xml, and make sure it is what you24 Please check your verify-mode setting in c2s.xml, and make sure it is what you 25 25 wanted. See SSL_CTX_set_verify(3) manual page. 26 26
