Ticket #166: jabberd2_update_comment_in_c2s.xml.diff

File jabberd2_update_comment_in_c2s.xml.diff, 0.8 KB (added by markdoliner, 15 months ago)
  • etc/c2s.xml.dist.in

     
    150150         certificate), followed by intermediate CA certificates if 
    151151         applicable, and ending at the highest level (root) CA" 
    152152         (the latter one being optional). 
    153          If this is commented out, clients will not be offered 
    154          the STARTTLS stream extension --> 
     153 
     154         Note: This certificate is ONLY used for old style SSL 
     155         connections on port 5223 (pre-STARTTLS).  If you want to 
     156         use STARTTLS over the standard XMPP port 5222 then you 
     157         MUST specify the pemfile in the 'id' tag above. --> 
    155158    <!-- 
    156159    <pemfile>@sysconfdir@/server.pem</pemfile> 
    157160    -->