[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous AnonymousAut
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2001-10-31 00:32:40
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous In directory usw-pr-cvs1:/tmp/cvs-serv24137/src/org/beepcore/beep/profile/sasl/anonymous Modified Files: AnonymousAuthenticator.java Log Message: New *DataStream Index: AnonymousAuthenticator.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous/AnonymousAuthenticator.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** AnonymousAuthenticator.java 2001/07/30 13:48:15 1.9 --- AnonymousAuthenticator.java 2001/10/31 00:32:37 1.10 *************** *** 132,136 **** } state = STATE_STARTED; ! ch.setDataListener(this); channel = ch; } --- 132,136 ---- } state = STATE_STARTED; ! ch.setMessageListener(this); channel = ch; } |