* add ssl xmpp port; this should work with pidgin as samjam documented.
[citadel.git] / citadel / include / dtds / config-defs.h
index d14b3b4f49b242b46939fdb998313754ac6a6cbc..71f6096088dbad094cd82baa1910970462943942 100644 (file)
@@ -89,3 +89,4 @@ CFG_VALUE(INTEGER(c_xmpp_s2s_port),           " XMPP server-to-server port (usually 5269)
 CFG_VALUE(TIME(c_pop3_fetch),          " How often to fetch POP3 messages");
 CFG_VALUE(TIME(c_pop3_fastest),                " Users can specify POP3 fetching this often");
 CFG_VALUE(INTEGER(c_spam_flag_only),   " 1 = flag instead of reject spam");
+CFG_VALUE(INTEGER(c_xmpps_c2s_port),           " XMPP client-to-server SSL port (usually 5223)");