Re: [VOTE] Release Apache Vysper 0.5

2010-03-22 Thread Bernd Fondermann
On Sat, Mar 20, 2010 at 22:12, Bernd Fondermann bf_...@brainlounge.de wrote: Niklas Gustavsson wrote: On Sat, Mar 20, 2010 at 5:38 PM, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: I peeked into repository.a.o. and -- what artifact are we voting on? All of them?? I hope it's only

Re: [VOTE] Release Apache Vysper 0.5

2010-03-22 Thread Niklas Gustavsson
On Mon, Mar 22, 2010 at 7:47 AM, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: I'm done for now. +1 on re-rolling and releasing. Great, I'll get it done later today. /niklas

[jira] Created: (DIRMINA-775) SimpleIoProcessorPool: using the wrong constructor when IoProcessor has mutiple constructors

2010-03-22 Thread Mike Gu (JIRA)
SimpleIoProcessorPool: using the wrong constructor when IoProcessor has mutiple constructors Key: DIRMINA-775 URL: https://issues.apache.org/jira/browse/DIRMINA-775

Get into the interested project

2010-03-22 Thread G.W.G.K.N. Udayanga
hello, I am G.W.G.K.N.Udayanga from the dept of computer science and engineering(cse) of the university of moratuwa sri lanka.I am a third year student who is following the BSc engineering course of that department and this is the first time i am appling for gsoc.When i referred to gsoc project

Re: Get into the interested project

2010-03-22 Thread Bernd Fondermann
Hi, My advice would be to download the source code, build the software and run the server. Then, try to connect a Jabber client to the server. If that works out for you, you could try to use a debugger to trace messages through the server. If you run into problems, please ask here. Bernd On

Experimenting with Vysper but not having a lot of luck...

2010-03-22 Thread Rick Bullotta
.connecting or chatting using a variety of IM clients. I've tried Spark (can't connect at all), Miranda (sometimes connects but presence never updates), Psi (connects always but presence never updates). Is there a Wiki or other examples of configuration suggestions for different IM clients

Converting an IP range to CIDR notation

2010-03-22 Thread Sai Pullabhotla
Does any one have Java code for converting a given range of IP addresses to CIDR notation, like the one here http://ip2cidr.com/. Thanks. Regards, Sai Pullabhotla

Re: Experimenting with Vysper but not having a lot of luck...

2010-03-22 Thread Bernd Fondermann
Hi Rick, On Mon, Mar 22, 2010 at 15:07, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: .connecting or chatting using a variety of IM clients.  I've tried Spark (can't connect at all), Miranda (sometimes connects but presence never updates), Psi (connects always but presence never

RE: Converting an IP range to CIDR notation

2010-03-22 Thread Rick Bullotta
Would this work for you? http://labs.karmasphere.org/dp/javadoc/com/karmasphere/dp/type/CIDR.html -Original Message- From: Sai Pullabhotla [mailto:sai.pullabho...@jmethods.com] Sent: Monday, March 22, 2010 10:16 AM To: dev Subject: Converting an IP range to CIDR notation Does any one

Re: Converting an IP range to CIDR notation

2010-03-22 Thread Sai Pullabhotla
Does not look like it. What I'm looking for is - given a from and to IP addresses, it needs to generate corresponding Subnets using the CIDR notation. So, for example, if the from address is 192.168.1.1 and the to address is 192.168.1.12, the subnets should be - 192.168.1.1/32 192.168.1.2/31

RE: Converting an IP range to CIDR notation

2010-03-22 Thread Rick Bullotta
Hi, Sai. In that same package, there's a CIDRIterator class that may do the trick. I'll take a look at let you know. Rick -Original Message- From: Sai Pullabhotla [mailto:sai.pullabho...@jmethods.com] Sent: Monday, March 22, 2010 1:49 PM To: dev@mina.apache.org Subject: Re: Converting

RE: Converting an IP range to CIDR notation

2010-03-22 Thread Rick Bullotta
Nope. Not going to work either. -Original Message- From: Rick Bullotta [mailto:rick.bullo...@burningskysoftware.com] Sent: Monday, March 22, 2010 2:15 PM To: dev@mina.apache.org Subject: RE: Converting an IP range to CIDR notation Hi, Sai. In that same package, there's a CIDRIterator

Re: Experimenting with Vysper but not having a lot of luck...

2010-03-22 Thread Niklas Gustavsson
On Mon, Mar 22, 2010 at 3:07 PM, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: .connecting or chatting using a variety of IM clients.  I've tried Spark (can't connect at all), Miranda (sometimes connects but presence never updates), Psi (connects always but presence never updates).

RE: Experimenting with Vysper but (am now having better) luck...

2010-03-22 Thread Rick Bullotta
Thanks Bernd and Niklas for your feedback. I finally got Spark (and Psi) working together and chatting. Part of the trick is that different clients at different times need either an unqualified username (e.g. user1) or a qualified username (e.g. us...@vysper.org). I've given up on Miranda for

[jira] Commented: (VYSPER-189) GSoC: Implement WebSockets/BOSH for XMPP AJAX clients

2010-03-22 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/VYSPER-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12848320#action_12848320 ] Bernd Fondermann commented on VYSPER-189: - Students who want to make themselves

Re: Hosting Vysper in a web app

2010-03-22 Thread Bernd Fondermann
Rick Bullotta wrote: Has anyone tried to launch/host Vysper from inside a container such as Tomcat? We've done this successfully with ActiveMQ, and would like to do the same with Vysper so that we can easily control the server's lifecycle and monitor/control it from within a common container.

Re: Hosting Vysper in a web app

2010-03-22 Thread Niklas Gustavsson
On Mon, Mar 22, 2010 at 9:51 PM, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: It might also be cool if at some future point Vysper could be made available as an OSGI bundle. This is on my todo list, but feel free to get coding :-) We've done this for FtpServer, so you could steal

RE: Hosting Vysper in a web app

2010-03-22 Thread Rick Bullotta
Thanks, Bernd. I'm an OSGI noob, but willing to learn. I think the trick with OSGI-izing will be carefully considering some of the current dependencies and which of them are currently available as bundles as well (e.g. Jackrabbit). -Original Message- From: Bernd Fondermann

[VOTE] Release Apache Vysper 0.5, take 2

2010-03-22 Thread Niklas Gustavsson
Hi Bernd has updated the out-of-date text files and I've uploaded a new build. The release was built from: https://svn.apache.org/repos/asf/mina/sandbox/vysper/tags/0.5/ The release files are staged at: https://repository.apache.org/content/repositories/orgapachemina-009/ [ ] +1 [ ] 0 [ ] -1