From d5b637c358a05965435716ba366f141eb1f61142 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 26 Jan 2016 20:22:59 +0300 Subject: register listener --- src/main/webapp/WEB-INF/web.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/main/webapp/WEB-INF') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 40c484d7..b4fbc03d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,5 +1,7 @@ - + Main com.juick.http.www.Main @@ -40,4 +42,9 @@ CrosspostComponent com.juick.CrosspostComponent + + XMPP module + XMPPComponent + com.juick.xmpp.s2s.XMPPComponent + -- cgit v1.2.3