[vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! Slowly the code approaches a state where I'd like to upload it into the svn. I think it would make sense to mavenize it beforehand, but I need help for that. My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Emmanuel Lecharny
Michael Jakl wrote: Hi! Slowly the code approaches a state where I'd like to upload it into the svn. I think it would make sense to mavenize it beforehand, but I need help for that. Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this one and its dependencies to Niklas' private Maven repo? Sure, I'll have a go at

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 09:51, Emmanuel Lecharnyelecha...@apache.org wrote: Michael Jakl wrote: Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your code in a private branch ? I made some throw-away example applications not related

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 09:55, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: The smackx-pubsub has special versions of smack and smackx (also called 3.1.0). It *might* work with the stock libs, yet, the last time I tried I've had mysterious errors. Well, that's no good. Can you try again with

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:16, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: The smackx-pubsub has special versions of smack and smackx (also called 3.1.0). It *might* work with the stock libs, yet, the last time I

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 9:55 AM, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 10:25 AM, Michael Jakljakl.mich...@gmail.com wrote: How does that handle passing a parameter? ServerMain[1] checks if a property vysper.add.module is present and loads the given class, and finally adds it as a module to the server. I start the server (something) like

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
On Thu, Aug 13, 2009 at 10:31, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:25 AM, Michael Jakljakl.mich...@gmail.com wrote: How does that handle passing a parameter? ServerMain[1] checks if a property vysper.add.module is present and loads the given class, and

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Emmanuel Lecharny
Michael Jakl wrote: Hi! On Thu, Aug 13, 2009 at 09:51, Emmanuel Lecharnyelecha...@apache.org wrote: Michael Jakl wrote: Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your code in a private branch ? I made some throw-away

[jira] Closed: (VYSPER-59) Upgrade smack library

2009-08-13 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/VYSPER-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed VYSPER-59. --- Resolution: Fixed Assignee: Niklas Gustavsson (was: Bernd Fondermann) Done, Smack

Re: svn commit: r803275 - in /mina/sandbox/vysper/trunk/server/core/src: main/java/org/apache/vysper/xmpp/modules/ main/java/org/apache/vysper/xmpp/protocol/ main/java/org/apache/vysper/xmpp/server/ t

2009-08-13 Thread Bernd Fondermann
n...@apache.org wrote: Author: ngn Date: Tue Aug 11 20:13:13 2009 New Revision: 803275 URL: http://svn.apache.org/viewvc?rev=803275view=rev Log: Add support for letting modules register for subdomains (e.g. pubsub.vysper.org) on which all stanzas will be routed to that handler if the

Re: [Vysper] Stanzas for a module without namespace

2009-08-13 Thread Bernd Fondermann
Niklas Gustavsson wrote: A committed a first stab at this in rev 803275. Have a look. Looks good. Bernd

[MINA User Guide] Chapter 1 ready for review

2009-08-13 Thread Ashish
Folks, Have started working on the new MINA User Guide and have managed to complete the first chapter. The first chapter is getting started and you can find it here http://cwiki.apache.org/confluence/display/MINA/Chapter+1+-+Getting+Started Have kept this chapter small and limited only to run

Re: svn commit: r803275 - in /mina/sandbox/vysper/trunk/server/core/src: main/java/org/apache/vysper/xmpp/modules/ main/java/org/apache/vysper/xmpp/protocol/ main/java/org/apache/vysper/xmpp/server/ t

2009-08-13 Thread Bernd Fondermann
Bernd Fondermann wrote: n...@apache.org wrote: Author: ngn Date: Tue Aug 11 20:13:13 2009 New Revision: 803275 URL: http://svn.apache.org/viewvc?rev=803275view=rev Log: Add support for letting modules register for subdomains (e.g. pubsub.vysper.org) on which all stanzas will be routed to

Re: [MINA User Guide] Chapter 1 ready for review

2009-08-13 Thread Emmanuel Lecharny
Ashish wrote: Folks, Have started working on the new MINA User Guide and have managed to complete the first chapter. The first chapter is getting started and you can find it here http://cwiki.apache.org/confluence/display/MINA/Chapter+1+-+Getting+Started Have kept this chapter small and

Re: svn commit: r803275 - in /mina/sandbox/vysper/trunk/server/core/src: main/java/org/apache/vysper/xmpp/modules/ main/java/org/apache/vysper/xmpp/protocol/ main/java/org/apache/vysper/xmpp/server/

2009-08-13 Thread Bernd Fondermann
On Thu, Aug 13, 2009 at 15:10, Bernd Fondermannbf_...@brainlounge.de wrote: Bernd Fondermann wrote: n...@apache.org wrote: Author: ngn Date: Tue Aug 11 20:13:13 2009 New Revision: 803275 URL: http://svn.apache.org/viewvc?rev=803275view=rev Log: Add support for letting modules register for

[jira] Resolved: (VYSPER-167) Allow for adding of modules and storage providers by class name

2009-08-13 Thread Bernd Fondermann (JIRA)
[ https://issues.apache.org/jira/browse/VYSPER-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Fondermann resolved VYSPER-167. - Resolution: Fixed Allow for adding of modules and storage providers by class name

Re: svn commit: r803275 - in /mina/sandbox/vysper/trunk/server/core/src: main/java/org/apache/vysper/xmpp/modules/ main/java/org/apache/vysper/xmpp/protocol/ main/java/org/apache/vysper/xmpp/server/

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 3:10 PM, Bernd Fondermannbf_...@brainlounge.de wrote: Wait a second... it's the other way round!! ;-) :-D This change breaks the setter injection with spring (and that's the reason why it was named 'set', not 'add'... I find the best way around this is usually to have

Re: svn commit: r803883 - /mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 3:48 PM, ber...@apache.org wrote: +                !--bean class=org.apache.vysper.xmpp.modules.extension.xep0045_muc.MUCModule /-- Please note that the MUC module will require a constructor parameter that sets the domain on which the MUC module will listen for stanzas.

Re: svn commit: r803883 - /mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 20:06, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 3:48 PM, ber...@apache.org wrote: +                !--bean class=org.apache.vysper.xmpp.modules.extension.xep0045_muc.MUCModule /-- Please note that the MUC module will require a

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:28, Niklas Gustavssonnik...@protocol7.com No uploaded into our temporary Maven repo: http://people.apache.org/~ngn/vysper-repo/jivesoftware/smackx-pubsub/1.0-20090813101732-vysper/ I took some liberties at fiddling with the POM so get the build working and

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:16, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: Well, that's no good. Can you try again with the stock JARs? if that doesn't work, can you find out what the differences are so that we

Re: [MINA User Guide] Chapter 1 ready for review

2009-08-13 Thread Ashish
Have started working on the new MINA User Guide and have managed to complete the first chapter. The first chapter is getting started and you can find it here http://cwiki.apache.org/confluence/display/MINA/Chapter+1+-+Getting+Started Have kept this chapter small and limited only to run an

Re: svn commit: r803883 - /mina/sandbox/vysper/trunk/server/core/src/main/config/spring-config.xml

2009-08-13 Thread Niklas Gustavsson
2009/8/13 Michael Jakl jakl.mich...@gmail.com: On Thu, Aug 13, 2009 at 20:06, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 3:48 PM, ber...@apache.org wrote: +                !--bean class=org.apache.vysper.xmpp.modules.extension.xep0045_muc.MUCModule /-- Please note