RE: [sshd] does scp works?

2009-08-11 Thread Frank van der Kleij
Yes, I tried with the trunk. Using PuTTY (on Windows) I also have the problem in normal shell mode when sending large results of shell commands (e.g. cat). When I use the SSHD Client it does not block and when I use ssh from Linux neither. I copied the stack below. Thread [VfsShell]

Re: [DIRMINA-593] request/response filter

2009-08-11 Thread Emmanuel Lecharny
Ashish wrote: What it can be used for? I think I have created the issue because I had no clue about what is was good for ... Will check further ... Traced it back to DIRMINA-92 :-) Finally have some clue of what it is. Oh, cool. Can you share the clue ? Julien: The issue

Re: [DIRMINA-477] Update page about differences between 1.x and 2.x

2009-08-11 Thread Emmanuel Lecharny
Ashish wrote: Folks, Have updated the page based on the comments in the issue. Do we see any more updates in that area or is it fine to close the issue? Will give it a look. Thanks ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Re: [DIRMINA-593] request/response filter

2009-08-11 Thread Ashish
Traced it back to DIRMINA-92 :-) Finally have some clue of what it is. Oh, cool. Can you share the clue ? There are couple of examples attached to the JIRA. The filter is for protocol that have Request-Response paradigm (infact most does). You can send multipart responses as well. I am yet

[jira] Closed: (VYSPER-164) Add EhCache based LatestPresenceCache

2009-08-11 Thread Ashish Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/VYSPER-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Paliwal closed VYSPER-164. - Fixed Add EhCache based LatestPresenceCache -

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Michael Jakl
Hi! On Mon, Aug 10, 2009 at 22:39, Niklas Gustavssonnik...@protocol7.com wrote: On Mon, Aug 10, 2009 at 10:31 PM, Michael Jakljakl.mich...@gmail.com wrote: I would say that the module should deal with that. So, subdomain routing first. Everything matching the subdomain goes to the handler

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Bernd Fondermann
Michael Jakl wrote: Hi! On Mon, Aug 10, 2009 at 22:39, Niklas Gustavssonnik...@protocol7.com wrote: On Mon, Aug 10, 2009 at 10:31 PM, Michael Jakljakl.mich...@gmail.com wrote: I would say that the module should deal with that. So, subdomain routing first. Everything matching the subdomain

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Michael Jakl
On Tue, Aug 11, 2009 at 16:39, Bernd Fondermannbf_...@brainlounge.de wrote: Michael Jakl wrote: On Mon, Aug 10, 2009 at 22:39, Niklas Gustavssonnik...@protocol7.com wrote: On Mon, Aug 10, 2009 at 10:31 PM, Michael Jakljakl.mich...@gmail.com wrote: I would say that the module should deal with

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Niklas Gustavsson
On Tue, Aug 11, 2009 at 4:39 PM, Bernd Fondermannbf_...@brainlounge.de wrote: Yes. Probably it's still a good idea to check if a module registers a subdomain *and* one or more namespaces, which would be a hard-to-find bug for the modules developer (but is easy to check for us, I guess). IIRC,

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Niklas Gustavsson
On Tue, Aug 11, 2009 at 5:46 PM, Michael Jakljakl.mich...@gmail.com wrote: Sorry, my mail might be misleading. I was thinking of throwing an exception if a module registers with a subdomain but also registers a handler with a namespace, which would not work. This would work if a module both

[jira] Created: (VYSPER-172) Allow modules to register for a subdomain

2009-08-11 Thread Niklas Gustavsson (JIRA)
Allow modules to register for a subdomain - Key: VYSPER-172 URL: https://issues.apache.org/jira/browse/VYSPER-172 Project: VYSPER Issue Type: Improvement Components: core protocol

Re: [Vysper] Stanzas for a module without namespace

2009-08-11 Thread Niklas Gustavsson
A committed a first stab at this in rev 803275. Have a look. /niklas