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/30 16:36:31 UTC

svn commit: r1129195 - /mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java

Author: ngn
Date: Mon May 30 14:36:31 2011
New Revision: 1129195

URL: http://svn.apache.org/viewvc?rev=1129195&view=rev
Log:
Renaming UserAuthorization to UserAuthentication and related classes (VYSPER-283)

Modified:
    mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java

Modified: mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java?rev=1129195&r1=1129194&r2=1129195&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java (original)
+++ mina/vysper/trunk/server/core/src/main/java/org/apache/vysper/xmpp/authentication/UserAuthentication.java Mon May 30 14:36:31 2011
@@ -24,7 +24,7 @@ import org.apache.vysper.storage.Storage
 import org.apache.vysper.xmpp.addressing.Entity;
 
 /**
- * interface describing a service for authorizing users
+ * interface describing a service for authenticating users
  *
  * @author The Apache MINA Project (dev@mina.apache.org)
  */