* Unfinished code is now disabled.
[citadel.git] / citadel / tuiconfig.c
index 314704894d0b5cb041fd0583c8168f3d575950cd..c1104df8db10e72380ca06cc1e0f5f6f5f718d70 100644 (file)
@@ -171,10 +171,12 @@ void do_system_configuration(CtdlIPC *ipc)
        strprompt("SMTPS server port (-1 to disable)", &sc[41][0], 5);
        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);
-       strprompt("XMPP (Jabber) client to server port (-1 to disable)", &sc[62][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