You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/05/24 23:13:21 UTC

svn commit: r1127292 - /mina/vysper/trunk/server/core/src/main/config/spring-config.xml

Author: ngn
Date: Tue May 24 21:13:21 2011
New Revision: 1127292

URL: http://svn.apache.org/viewvc?rev=1127292&view=rev
Log:
Renaming endpoint in Spring config

Modified:
    mina/vysper/trunk/server/core/src/main/config/spring-config.xml

Modified: mina/vysper/trunk/server/core/src/main/config/spring-config.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/config/spring-config.xml?rev=1127292&r1=1127291&r2=1127292&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/src/main/config/spring-config.xml (original)
+++ mina/vysper/trunk/server/core/src/main/config/spring-config.xml Tue May 24 21:13:21 2011
@@ -44,7 +44,7 @@
         <property name="storageProviderRegistry" ref="storageRegistry" />
     </bean>
     
-    <bean id="tcpEndpoint" class="org.apache.vysper.mina.TCPEndpoint">
+    <bean id="tcpEndpoint" class="org.apache.vysper.mina.C2SEndpoint">
     </bean>
     
     <!-- for making the server available over HTTP transport, configure the BOSH endpoint