Re: MINA support for WebSockets?

2013-09-04 Thread Mark Phillips
I'm glad then to have brought it to your attention. :-) The JIRA submission is buggy, I've been playing with it and fixing things. I'm not competent enough with the MINA environment to fix all the problems on my own, but will be happy to work with whoever takes it on. I can send you a privat

Re: MINA support for WebSockets?

2013-09-04 Thread Emmanuel Lécharny
Le 9/5/13 2:53 AM, Jon a écrit : > I am not the person to ask regarding Mina's future plans. Emmanuel? I'm afraid we just drop that ball one year ago :/ The JIRA containing the submission (https://issues.apache.org/jira/browse/DIRMINA-907) is still around, and has to be added to the code base.

Re: MINA support for WebSockets?

2013-09-04 Thread Jon
I am not the person to ask regarding Mina's future plans. Emmanuel? WebSocket starts with an http request and performs an upgrade command. After that it is just a minimal frame data. Sent from my iPhone On Sep 4, 2013, at 8:15 PM, Mark Phillips wrote: > HTTP's not my interest. Almost ident

Re: MINA support for WebSockets?

2013-09-04 Thread Mark Phillips
HTTP's not my interest. Almost identically to Dhruv's messages in the archived exchange from last year, I want a WebSocket filter which will process the connect handshake, then be invisible, so that existing MINA-based servers can handle WebSocket clients without other modification. So my ques

RES: Send/Receive IoBuffer

2013-09-04 Thread Luciano Coelho
That's ok I will try. -Mensagem original- De: Jon V. [mailto:sybersn...@gmail.com] Enviada em: terça-feira, 3 de setembro de 2013 11:28 Para: users@mina.apache.org Assunto: Re: Send/Receive IoBuffer Change what I gave you to conform with MINA. I simply wrote everything in notepad to g

Re: MINA support for WebSockets?

2013-09-04 Thread Jon V.
The http implementation hasn't received any love lately as far as I know. It is not for needing a bit of work. Why not take the code and integrate it yourself? WebSockets are not terribly complicated. On Sep 4, 2013 11:36 AM, "Mark Phillips" wrote: > The Users and Dev list archives contain year-

help with FileRegionWriteFilter

2013-09-04 Thread joerg
It is my first project using mina and I have to admit that I may not really understand the idea of Filter or ProtocolCodecFilter chaining. I am implementing a client for a custom binary tcp protocol, extending from DemuxingProtocolCodecFactory. Everything working so far, encoding and sending Reque

MINA support for WebSockets?

2013-09-04 Thread Mark Phillips
The Users and Dev list archives contain year-old exchanges with Dhruv Chopra of ShepHertz in which the ShepHertz company offers to donate WebSocket protocol filters to MINA. I see that code in the developers' JIRA. But that exchange seems to have ended after just a few messages, and it doesn't

Re: TextLineDecoder maxLineLength

2013-09-04 Thread Emmanuel Lécharny
Le 9/4/13 12:31 PM, Simo Chiegang, Boris Arthur RD-P8.1 a écrit : > Hi, > > I want to know sometimes. > > -Why is the TextLineDecoder maxLinelength defined to 1024?, it is some > reason? It was more likely to be accurate than, say, 42 ;-) On other words, this is a purely arbitrary length. Whe

TextLineDecoder maxLineLength

2013-09-04 Thread Simo Chiegang, Boris Arthur RD-P8.1
Hi, I want to know sometimes. -Why is the TextLineDecoder maxLinelength defined to 1024?, it is some reason? -When I change this to Integer.MAX_VALUE, which effect has this changes on my System regardless the memory? Best Regard Simo Confidentiality

Re: Transport

2013-09-04 Thread Niklas Gustavsson
On Wed, Sep 4, 2013 at 4:20 AM, Nelson Manio wrote: > Does Apache Vysper supports Yahoo, MSN, Gmail and Skype transport ? I have > seen Openfire, it supports the first three. Vysper only support XMPP, so services which supports XMPP server-to-server would be supported. Out of the above, I'm only

Publickey of PublickeyAuthenticator class (MINA SSHD)

2013-09-04 Thread LSJ
Hi. I have been using MINA SSHD server. I want to be certified through Public key generated by the Linux Shell(using keygen). So I use "sshd.setPublickeyAuthenticator" method and "PublickeyAuthenticator" class. However, Public key used as parameter in "PublickeyAuthenticator" class recevied from us