Re: [vysper] User authentication using different domains

2011-08-28 Thread Niklas Gustavsson
On Sun, Aug 28, 2011 at 5:21 AM, Michael Lok wrote: > I'm implementing a custom verifyCredentials(String username, String > passwordClear, Object credentials) in my authentication class.  I've > set my domain as "mychatbox.net" for testing purposes (the server's > really located in my localhost FT

Re: [MINA 3.0] filter chains

2011-08-28 Thread Alan D. Cabrera
On Aug 27, 2011, at 1:51 PM, Alan D. Cabrera wrote: > > On Aug 26, 2011, at 7:35 PM, Emmanuel Lecharny wrote: > >> On 8/27/11 2:04 AM, Alan D. Cabrera wrote: >> >> simply because you can't move to the next filter unless you have transformed >> what you've got from the previous filter. If we e

Re: [MINA 3.0] filter chains

2011-08-28 Thread Emmanuel Lecharny
On 8/28/11 6:27 PM, Alan D. Cabrera wrote: On Aug 27, 2011, at 1:51 PM, Alan D. Cabrera wrote: I took a bit of time to start fleshing out an LDAP server and now know why we've been back and forth so often. You are using an FSM to parse messages and I am using FSMs to implement network protoco

Re: [MINA 3.0] filter chains

2011-08-28 Thread Alan D. Cabrera
On Aug 28, 2011, at 10:44 AM, Emmanuel Lecharny wrote: > On 8/28/11 6:27 PM, Alan D. Cabrera wrote: >> On Aug 27, 2011, at 1:51 PM, Alan D. Cabrera wrote: >> >> I took a bit of time to start fleshing out an LDAP server and now know why >> we've been back and forth so often. You are using an FS

Re: [MINA 3.0] filter chains

2011-08-28 Thread Emmanuel Lecharny
On 8/28/11 8:09 PM, Alan D. Cabrera wrote: On Aug 28, 2011, at 10:44 AM, Emmanuel Lecharny wrote: On 8/28/11 6:27 PM, Alan D. Cabrera wrote: On Aug 27, 2011, at 1:51 PM, Alan D. Cabrera wrote: I took a bit of time to start fleshing out an LDAP server and now know why we've been back and fort