From d06d53708a1f87d41b14fc87d40a7b9233b36fcb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 31 Jul 2016 02:34:12 +0300 Subject: move components to ws module --- juick-ws/src/main/webapp/WEB-INF/web.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 juick-ws/src/main/webapp/WEB-INF/web.xml (limited to 'juick-ws/src/main/webapp') diff --git a/juick-ws/src/main/webapp/WEB-INF/web.xml b/juick-ws/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..a040035c --- /dev/null +++ b/juick-ws/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,18 @@ + + + + APNS/GCM/MPNS module + PushComponent + com.juick.ws.components.PushComponent + + + Crossposting module + CrosspostComponent + com.juick.ws.components.CrosspostComponent + + + XMPP module + XMPPComponent + com.juick.ws.components.XMPPComponent + + -- cgit v1.2.3