aboutsummaryrefslogtreecommitdiff
path: root/juick-api/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/src/main/webapp')
-rw-r--r--juick-api/src/main/webapp/WEB-INF/web.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/juick-api/src/main/webapp/WEB-INF/web.xml b/juick-api/src/main/webapp/WEB-INF/web.xml
index c79efd29..533a6882 100644
--- a/juick-api/src/main/webapp/WEB-INF/web.xml
+++ b/juick-api/src/main/webapp/WEB-INF/web.xml
@@ -13,19 +13,4 @@
30
</session-timeout>
</session-config>
- <listener>
- <description>APNS/GCM/MPNS module</description>
- <display-name>PushComponent</display-name>
- <listener-class>com.juick.components.PushComponent</listener-class>
- </listener>
- <listener>
- <description>Crossposting module</description>
- <display-name>CrosspostComponent</display-name>
- <listener-class>com.juick.components.CrosspostComponent</listener-class>
- </listener>
- <listener>
- <description>XMPP module</description>
- <display-name>XMPPComponent</display-name>
- <listener-class>com.juick.components.XMPPComponent</listener-class>
- </listener>
</web-app>