]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Replaced the Java chat with a new system based on IFRAME's and JavaScript
[citadel.git] / webcit / webcit.c
index a4363adc5fc02cfb1a17264e308555414a639dac..e388d799d595879ffe2af8b0df1c1a2f4747c680 100644 (file)
@@ -1123,6 +1123,10 @@ void session_loop(struct httprequest *req)
                edit_me();
        } else if (!strcasecmp(action, "display_siteconfig")) {
                display_siteconfig();
+       } else if (!strcasecmp(action, "chat_recv")) {
+               chat_recv();
+       } else if (!strcasecmp(action, "chat_send")) {
+               chat_send();
        } else if (!strcasecmp(action, "page_popup")) {
                page_popup();
        } else if (!strcasecmp(action, "siteconfig")) {