From 380018da475ff41d3375e7f2bea0a192a4d9b178 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Wed, 3 Feb 2016 12:35:59 +0300
Subject: single xmpp component, WIP
---
src/main/webapp/WEB-INF/web.xml | 5 ++++-
1 file changed, 4 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 b4fbc03d..1b70543b 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -36,15 +36,18 @@
APNS/GCM/MPNS module
PushComponent
com.juick.PushComponent
+ 2
Crossposting module
CrosspostComponent
com.juick.CrosspostComponent
+ 2
XMPP module
XMPPComponent
- com.juick.xmpp.s2s.XMPPComponent
+ com.juick.xmpp.s2s.S2SComponent
+ 2
--
cgit v1.2.3