XMPP service ... remove from tech preview, as several
[citadel.git] / citadel / tuiconfig.c
index c1104df8db10e72380ca06cc1e0f5f6f5f718d70..3136bd679af85d04302a2ba29ae559928d00f986 100644 (file)
@@ -172,11 +172,9 @@ void do_system_configuration(CtdlIPC *ipc)
        strprompt("Postfix TCP Dictionary Port server port (-1 to disable)", &sc[50][0], 5);
        strprompt("ManageSieve server port (-1 to disable)", &sc[51][0], 5);
 
-#ifdef TECH_PREVIEW
        strprompt("XMPP (Jabber) client to server port (-1 to disable)", &sc[62][0], 5);
        /* No prompt because we don't implement this service yet, it's just a placeholder */
        /* strprompt("XMPP (Jabber) server to server port (-1 to disable)", &sc[63][0], 5); */
-#endif
 
        /* This logic flips the question around, because it's one of those
         * situations where 0=yes and 1=no