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

2009-08-28 Thread Bernd Fondermann
On Fri, Aug 28, 2009 at 11:23, Niklas Gustavsson (JIRA)j...@apache.org wrote:    [ https://issues.apache.org/jira/browse/VYSPER-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748761#action_12748761 ] Niklas Gustavsson commented on VYSPER-172:

FWD: I've disabled a vysper job on hudson

2009-08-30 Thread Bernd Fondermann
Anybody knows what to do? Bernd Original Message Subject: I've disabled a vysper job on hudson Date: Sun, 30 Aug 2009 17:51:52 -0400 From: Benson Margulies bimargul...@gmail.com To: in...@apache.org It uses up an execution slot and hangs.

[vysper] change MUCModule initialisation

2009-08-31 Thread Bernd Fondermann
Hi, Currently, MUCModule cannot be loaded dynamically from the non-MUC-specific ServerMain, because it lacks a zero-arg constructor. Some more findings + MUCModule constructors take the full domain name, while it may be more easily to use in production if we only supply the subdomain and the

Re: [vysper] change MUCModule initialisation

2009-08-31 Thread Bernd Fondermann
Bernd Fondermann wrote: Hi, Currently, MUCModule cannot be loaded dynamically from the non-MUC-specific ServerMain, because it lacks a zero-arg constructor. Some more findings + MUCModule constructors take the full domain name, while it may be more easily to use in production if we only

Re: svn commit: r809542 - /mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml

2009-09-01 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Mon, Aug 31, 2009 at 1:31 PM, ber...@apache.org wrote: + dependency +groupIdorg.apache.vysper/groupId +artifactIdvysper-core/artifactId +version${pom.version}/version +typetest-jar/type +scoperuntime/scope +

Re: [vysper] cloning and forwarding stanzas

2009-09-01 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Mon, Aug 31, 2009 at 7:40 PM, bernd.fondermannbernd.fonderm...@brainlounge.de wrote: Now there are convenience methods to replace 'to' and 'from' only in StanzaBuilder.createForward(Stanza original, Entity from, Entity to) and T extends Stanza T

Re: [vysper] change MUCModule initialisation

2009-09-01 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Mon, Aug 31, 2009 at 12:50 PM, Bernd Fondermannbf_...@brainlounge.de wrote: Currently, MUCModule cannot be loaded dynamically from the non-MUC-specific ServerMain, because it lacks a zero-arg constructor. Right. Some more findings + MUCModule constructors

Re: [vysper] cloning and forwarding stanzas

2009-09-01 Thread Bernd Fondermann
Michael Jakl wrote: Hi! On Mon, Aug 31, 2009 at 19:40, bernd.fondermannbernd.fonderm...@brainlounge.de wrote: If you want to relay a message to many addressees (say thousands), we might not want to create 1000 lists, if we only want to replace the from entity for every new stanza and could

Re: [vysper] cloning and forwarding stanzas

2009-09-01 Thread Bernd Fondermann
Michael Jakl wrote: Hi! On Tue, Sep 1, 2009 at 10:45, Bernd Fondermannbf_...@brainlounge.de wrote: Michael Jakl wrote: On Mon, Aug 31, 2009 at 19:40, bernd.fondermannbernd.fonderm...@brainlounge.de wrote: If you want to relay a message to many addressees (say thousands), we might not want

Re: [vysper] cloning and forwarding stanzas

2009-09-01 Thread Bernd Fondermann
Michael Jakl wrote: Hi! On Tue, Sep 1, 2009 at 11:27, Bernd Fondermannbf_...@brainlounge.de wrote: It's not 'easier'. It would use less objects, yet not neccessarily much less memory though. Think about it: Queueing up the character data needs much more memory: what's now stored as 1

[vysper][MUC] service disco of component

2009-09-01 Thread Bernd Fondermann
I conducted a real-life test of MUC yesterday. The foremost problem was that MUC did not identify properly in disco. For example, jabber.org send something like: iq from=jabber.org type=result to=ber...@jabber.org/psi id=af67a query xmlns=http://jabber.org/protocol/disco#items; !--

Re: [vysper] cloning and forwarding stanzas

2009-09-02 Thread Bernd Fondermann
:47 AM, Bernd Fondermann wrote: Michael Jakl wrote: Hi! On Tue, Sep 1, 2009 at 11:27, Bernd Fondermannbf_...@brainlounge.de wrote: It's not 'easier'. It would use less objects, yet not neccessarily much less memory though. Think about it: Queueing up the character data needs much

Re: [vysper] cloning and forwarding stanzas

2009-09-02 Thread Bernd Fondermann
On Wed, Sep 2, 2009 at 18:06, Fernando Padillaf...@alum.mit.edu wrote: Right.  The idea is that you should have methods and returns be as low as possible ( Iterable ), instead of higher requirements ( Collection, List, Set, etc ).  This just gives you some flexibility on how to implement

Re: [Fwd: MINA mention too]

2009-09-03 Thread Bernd Fondermann
Emmanuel Lecharny wrote: Thanks to Chris for this pointer. MINA is the last slide (or before the last one). We have 10 years to polish MINA :) now... where's Vysper then?? - What an unfounded list! ;-) Bernd

Re: [Vysper] Random thoughts on message stanza handling

2009-09-03 Thread Bernd Fondermann
Niklas Gustavsson wrote: Hi On hacking a bit on Vysper, I got some random thoughts: * How about making MessageStanza.getSubjects() and MessageStanza.getBodies() return a MapString, String rather than MapString, XMLElement? Looking at the XML schema for message, it seems that body and

Re: [Vysper] Random thoughts on message stanza handling

2009-09-03 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Thu, Sep 3, 2009 at 10:07 AM, Bernd Fondermannbf_...@brainlounge.de wrote: * How about making MessageStanza.getSubjects() and MessageStanza.getBodies() return a MapString, String rather than MapString, XMLElement? Looking at the XML schema for message, it seems

[vysper][MUC] Hello, Conference World!

2009-09-03 Thread Bernd Fondermann
Hi, after the latest commits, MUC is now basically working for me with Psi and Cocinella. Not flawlessly, but working! :-)) Bernd

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-04 Thread Bernd Fondermann
Ely Celino wrote: Hi everyone, After implementing AccountManagement, I realized I need other data other than user and password in addUser(user, password) function. A user in Vyser (and XMPP) is uniquely identified by it's JID (the XMPP spec uses the term 'entity'), for example

Re: [vysper] cloning and forwarding stanzas

2009-09-04 Thread Bernd Fondermann
seems reasonable. Changing relay from taking one stanza to an StanzaGeneratorIterator would be clean to support a number of use cases. Would you like to open a JIRA for this and track the status of discussion there so this doesn't get lost? Bernd On 9/2/09 10:17 AM, Bernd Fondermann

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-06 Thread Bernd Fondermann
a client's resource id. I'm not completely understanding your goal yet, I guess. Bernd On Sat, Sep 5, 2009 at 2:25 PM, Bernd Fondermann bf_...@brainlounge.dewrote: Fernando Padilla wrote: username is JID. JID is n...@domain you don't want to embed the clientid on the domain? usern

Re: [vysper][MUC] Hello, Conference World!

2009-09-07 Thread Bernd Fondermann
On Mon, Sep 7, 2009 at 12:46, Niklas Gustavssonnik...@protocol7.com wrote: On Mon, Sep 7, 2009 at 12:32 PM, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Sep 3, 2009 at 1:21 PM, Bernd Fondermannbf_...@brainlounge.de wrote: after the latest commits, MUC is now basically working for me

Re: [vysper] multiple resources/SessionContext per connection?

2009-09-08 Thread Bernd Fondermann
On Tue, Sep 8, 2009 at 01:41, Fernando Padillaf...@alum.mit.edu wrote: Hello.  I'm looking over the code base and like I said before, I think it looks great. Thank you! :-) Great way to start a mail. :-) I have a question that I can't answer for myself just yet (since I'm not a mina expert

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-08 Thread Bernd Fondermann
or in the subdomain: f...@citizensports.domain.com f...@othercompany.domain.com which seems much cleaner and nicer to me, but vysper can't support this at the moment :( On 9/5/09 4:29 AM, Bernd Fondermann wrote: Hi Ely, thanks for following up. I think I still don't totally understand what

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-08 Thread Bernd Fondermann
by doing this. Cheers! Everything helps, from asking questions or reporting bugs to providing patches! Bernd On Tue, Sep 8, 2009 at 3:53 PM, Bernd Fondermann bf_...@brainlounge.dewrote: Ely Celino wrote: Right now, there are 28. Disclaimer: In my opinion, Vysper is not yet ready

Re: [vysper] test-build broken?

2009-09-09 Thread Bernd Fondermann
On Thu, Sep 10, 2009 at 05:18, Fernando Padillaf...@alum.mit.edu wrote: I just tried to do a normal build, and I suppose it runs tests by default: ... [INFO] Compilation failure

Re: [vysper] test-build broken?

2009-09-10 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Thu, Sep 10, 2009 at 5:18 AM, Fernando Padillaf...@alum.mit.edu wrote: I just tried to do a normal build, and I suppose it runs tests by default: ... [INFO] Compilation failure

Re: [vysper] test-build broken?

2009-09-10 Thread Bernd Fondermann
Fernando Padilla wrote: I believe you're correct, and my working-directory must have gotten into a weird state, sorry for crying wolf. sorry!! I just did an svn status to make sure it wasn't me, and I found an extra file (the one that was breaking my build) that wasn't in svn.. so I

Re: [mina] xml codec IoFilter?

2009-10-14 Thread Bernd Fondermann
On Wed, Oct 14, 2009 at 16:25, Fernando Padilla f...@alum.mit.edu wrote: Hi.  I would love to have an IoFilter that would take in a stream and be able to spit out xml? (kind of like sax?) Does anyone have any leads for pre-built ones?  Or should I dream about making one? :) That would be a

Re: [vysper] status?

2009-10-19 Thread Bernd Fondermann
Fernando Padilla wrote: I would love to start using and recommending Vysper more, but I was just wondering, vysper is still in some stealth mode, it's not even linked to from the mina home page as a subproject. Patches are welcome :-) Do you think it's ready for a release, even if it's

Re: [Vysper] XML parser in a separate module?

2009-11-22 Thread Bernd Fondermann
Ashish wrote: + 1 Much needed On Thu, Nov 12, 2009 at 2:47 AM, Emmanuel Lecharny elecha...@apache.org wrote: Niklas Gustavsson wrote: Hi Since there has been some interest here on using XML decoders with MINA, and the inherit problems with doing this with the standard XML parsers out

Re: [Vysper] XML parser in a separate module?

2009-11-23 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Sun, Nov 22, 2009 at 2:57 PM, Bernd Fondermann bf_...@brainlounge.de wrote: However, wearing my XMPP-shutter-glasses, I like to add that Vysper itself would not profit from extending it to parse more XML. Vysper needs fast fail, where any XML not supported by XMPP

Vysper build problem

2009-11-25 Thread Bernd Fondermann
Hi, I have currently problems building. What is me poor maven user soul doing wrong? Missing: -- 1) org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT Thanks, Bernd

Re: Vysper build problem

2009-11-25 Thread Bernd Fondermann
BTW, this problem happens on $TRUNK/ and $TRUNK/server, but not on $TRUNK/server/core. On Wed, Nov 25, 2009 at 17:26, Bernd Fondermann bf_...@brainlounge.de wrote: Hi, I have currently problems building. What is me poor maven user soul doing wrong? Missing: -- 1

Re: Vysper build problem

2009-11-25 Thread Bernd Fondermann
with -D maven.test.skip Bernd Bernd Fondermann wrote: BTW, this problem happens on $TRUNK/ and $TRUNK/server, but not on $TRUNK/server/core. On Wed, Nov 25, 2009 at 17:26, Bernd Fondermann bf_...@brainlounge.de wrote: Hi, I have currently problems building. What is me poor

Re: Vysper build problem

2009-11-26 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Wed, Nov 25, 2009 at 5:26 PM, Bernd Fondermann bf_...@brainlounge.de wrote: I have currently problems building. What is me poor maven user soul doing wrong? Missing: -- 1) org.apache.vysper:vysper-core:test-jar:tests:1.0.0-SNAPSHOT Try mvn install

Re: Vysper build problem

2009-11-27 Thread Bernd Fondermann
On Thu, Nov 26, 2009 at 22:48, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Nov 26, 2009 at 10:09 PM, Bernd Fondermann bf_...@brainlounge.de wrote: I can reproduce with a fresh trunk checkout and  mvn -Dmaven.test.skip install If I don't skip the tests, then build fails with unit

Re: Vysper build problem

2009-11-27 Thread Bernd Fondermann
On Fri, Nov 27, 2009 at 10:21, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Nov 26, 2009 at 22:48, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Nov 26, 2009 at 10:09 PM, Bernd Fondermann bf_...@brainlounge.de wrote: I can reproduce with a fresh trunk checkout

Re: [Vysper] Handling of unsupported XML features

2009-12-07 Thread Bernd Fondermann
Niklas Gustavsson wrote: Hi Section 11.1 in RFC 3920 mentions: With regard to XML processing, if an XMPP implementation receives such restricted XML data, it MUST ignore the data. restricted XML data in this case is comments, PIs, CDATA, DOCTYPE declarations, entities. The way I

Re: Google analytics finally setup and working on MINA sie !

2010-01-20 Thread Bernd Fondermann
AFAIR, using Google Analytics has been discouraged by the ASF board. Bernd On Mon, Dec 28, 2009 at 08:22, Ashish paliwalash...@gmail.com wrote: forwarding it to MINA Dev ML :-) -- Forwarded message -- From: Emmanuel Lecharny elecha...@gmail.com Date: Sat, Dec 26, 2009 at

Re: Google analytics finally setup and working on MINA sie !

2010-01-20 Thread Bernd Fondermann
On Wed, Jan 20, 2010 at 10:56, Emmanuel Lecharny elecha...@gmail.com wrote: Bernd Fondermann a écrit : AFAIR, using Google Analytics has been discouraged by the ASF board. Ok, found the thread (and I confirm that thunderbird is a POS when t comes to search, compared to gmail). I would

Re: Google analytics finally setup and working on MINA sie !

2010-01-20 Thread Bernd Fondermann
On Wed, Jan 20, 2010 at 13:25, Alan D. Cabrera l...@toolazydogs.com wrote: On Jan 20, 2010, at 2:23 AM, Bernd Fondermann wrote: On Wed, Jan 20, 2010 at 10:56, Emmanuel Lecharny elecha...@gmail.com wrote: Bernd Fondermann a écrit : AFAIR, using Google Analytics has been discouraged

Re: Google analytics finally setup and working on MINA sie !

2010-01-21 Thread Bernd Fondermann
On Wed, Jan 20, 2010 at 18:42, Alan D. Cabrera l...@toolazydogs.com wrote: On Jan 20, 2010, at 7:46 AM, Bernd Fondermann wrote: On Wed, Jan 20, 2010 at 13:25, Alan D. Cabrera l...@toolazydogs.com wrote: On Jan 20, 2010, at 2:23 AM, Bernd Fondermann wrote: On Wed, Jan 20, 2010 at 10:56

Re: Google analytics finally setup and working on MINA sie !

2010-01-25 Thread Bernd Fondermann
On Mon, Jan 25, 2010 at 08:04, Emmanuel Lecharny elecha...@gmail.com wrote: Alan D. Cabrera a écrit : On Jan 21, 2010, at 7:28 AM, Bernd Fondermann wrote: On Wed, Jan 20, 2010 at 18:42, Alan D. Cabrera l...@toolazydogs.com wrote: On Jan 20, 2010, at 7:46 AM, Bernd Fondermann wrote

[sshd] Output for errOut goes to stdOut

2010-02-19 Thread Bernd Fondermann
Hi, I'm connecting to a remote machine using org.apache.sshd.ClientSession.createChannel(shell); I'm setting channel.setOut(outputListener); channel.setErr(errorListener); to two distinct sinks. Now, when I invoke an unexisting command on the other machine directly, like this: pommes

Re: [sshd] Output for errOut goes to stdOut

2010-02-21 Thread Bernd Fondermann
and see if you see a SSH_MSG_CHANNEL_FAILURE somehow ? Maybe you could set up a small test case I could try and debug ? On Fri, Feb 19, 2010 at 17:42, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: Hi, I'm connecting to a remote machine using

Re: [vysper] Sending unavailable on lost connection

2010-02-27 Thread Bernd Fondermann
Hi Thomas, Thomas Kratz wrote: Hi, I am quite new and I hope I send this to the right list. It is. Welcome. Noticed your blog post today. Thanks for mentioning Vysper. :-) Though, to be fair there is at least one more Apache-licensed XMPP server out there, doubly licensened GPL and ASL,

Re: Branch created to do some cleanup

2010-02-27 Thread Bernd Fondermann
Emmanuel Lecharny wrote: Hi, I have just created a branch to be able to commit some changes I don't want to inject in trunk, like a lot of Future cleanup. The reason why I created this branch is that I can't experiment some local changes, as I may want to revert easily. As I'm not using

Re: Branch created to do some cleanup

2010-02-28 Thread Bernd Fondermann
On Sat, Feb 27, 2010 at 23:34, Emmanuel Lecharny elecha...@gmail.com wrote: On 2/27/10 11:02 PM, Bernd Fondermann wrote: Emmanuel Lecharny wrote: Hi, I have just created a branch to be able to commit some changes I don't want to inject in trunk, like a lot of Future cleanup. The reason

Re: [sshd] Output for errOut goes to stdOut

2010-03-02 Thread Bernd Fondermann
I resolved the issue in JIRA. Thanks Guillaume for looking into this. At least, the behavior is now documented. Bernd On Sun, Feb 21, 2010 at 12:20, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: Opened SSHD-76 with more info. Thanks,  Bernd On Fri, Feb 19, 2010 at 18:05

Re: Re : ConnectFuture confusion

2010-03-02 Thread Bernd Fondermann
On Tue, Mar 2, 2010 at 14:00, Maarten Bosteels mbosteels@gmail.com wrote: I totally agree with Niklas. +1 from the downstream gallery. Bernd Maarten On Tue, Mar 2, 2010 at 1:50 PM, Niklas Gustavsson nik...@protocol7.comwrote: On Tue, Mar 2, 2010 at 1:30 PM, Emmanuel Lecharny

Re: [vysper] sending unavailable on lost connection

2010-03-04 Thread Bernd Fondermann
Hi Thomas, I think you are on the right track with creating a presence unavailable and injecting this into stanza processing the way you do. (But I did not look into details.) Thanks very much, looks very promising. :-) I'd expect that building the stanza can be drastically simplified using the

Re: svn commit: r919664 - in /mina/sandbox/vysper/trunk/server/core: pom.xml src/assemble/ src/assemble/bin.xml src/assemble/src.xml src/main/config/spring-config.xml

2010-03-06 Thread Bernd Fondermann
+1 from the wow-mom-look-what-maven-can-do-department. Bernd On Sat, Mar 6, 2010 at 09:00, Niklas Gustavsson nik...@protocol7.com wrote: On Sat, Mar 6, 2010 at 12:19 AM,  ber...@apache.org wrote: VYSPER-184 mvn package now builds nice bin distributions including ready to go scripts

Re: svn commit: r919852 - in /mina/sandbox/vysper/trunk: dist/ dist/.dummy dist/pom.xml dist/src/ dist/src/main/ dist/src/main/assembly/ dist/src/main/assembly/bin.xml dist/src/main/assembly/src.xml p

2010-03-07 Thread Bernd Fondermann
Shouldn't we include MUC and PubSub, too? Bernd n...@apache.org wrote: Author: ngn Date: Sat Mar 6 21:07:17 2010 New Revision: 919852 URL: http://svn.apache.org/viewvc?rev=919852view=rev Log: Moving distribution package into a separate module Added:

Re: svn commit: r919852 - in /mina/sandbox/vysper/trunk: dist/ dist/.dummy dist/pom.xml dist/src/ dist/src/main/ dist/src/main/assembly/ dist/src/main/assembly/bin.xml dist/src/main/assembly/src.xml

2010-03-07 Thread Bernd Fondermann
into /lib. WDYT? Bernd On Sun, Mar 7, 2010 at 11:28, Niklas Gustavsson nik...@protocol7.com wrote: On Sun, Mar 7, 2010 at 11:18 AM, Bernd Fondermann bf_...@brainlounge.de wrote: Shouldn't we include MUC and PubSub, too? I think we should. What's the best way for us to set

Re: svn commit: r919852 - in /mina/sandbox/vysper/trunk: dist/ dist/.dummy dist/pom.xml dist/src/ dist/src/main/ dist/src/main/assembly/ dist/src/main/assembly/bin.xml dist/src/main/assembly/src.xml

2010-03-07 Thread Bernd Fondermann
Niklas Gustavsson wrote: On Sun, Mar 7, 2010 at 11:41 AM, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: I was thinking along the lines of: + MUC and PubSub are contained in bin-dist/lib + they would be activated by default, by commenting in lines 114, 115 in spring-config.xml

Re: svn commit: r919852 - in /mina/sandbox/vysper/trunk: dist/ dist/.dummy dist/pom.xml dist/src/ dist/src/main/ dist/src/main/assembly/ dist/src/main/assembly/bin.xml dist/src/main/assembly/src.xml

2010-03-07 Thread Bernd Fondermann
Bernd Fondermann wrote: Niklas Gustavsson wrote: On Sun, Mar 7, 2010 at 11:41 AM, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: I was thinking along the lines of: + MUC and PubSub are contained in bin-dist/lib + they would be activated by default, by commenting in lines 114, 115

Re: [Vysper] Merge new XML parser into trunk

2010-03-07 Thread Bernd Fondermann
What trunk? Vyspers? MINAs? Did you do any performance measurements? Anyway, +1! Bernd Niklas Gustavsson wrote: Hi The new, SAX based and more compliant (especially with regards to XML Namespaces) XML parser is pretty much ready to be merged into trunk. Anyone against me doing the

Re: Vysper release?

2010-03-07 Thread Bernd Fondermann
Niklas Gustavsson wrote: Hi How about making a first release of Vysper? I think got more than enough functionality for a first milestone. +1. I think, a 0.5 release number would sound right. And I'd like to get the website ready beforehand. Bernd

Re: [Vysper] Porting to MINA 2.0 M5

2010-03-08 Thread Bernd Fondermann
On Mon, Mar 8, 2010 at 09:57, Niklas Gustavsson nik...@protocol7.com wrote: On Mon, Mar 8, 2010 at 9:51 AM, Ashish paliwalash...@gmail.com wrote: I am just worried about the documentation part.. I guess we are nowhere :( we would atleast need something to get the users started. Agreed. At

Re: Vysper release?

2010-03-08 Thread Bernd Fondermann
On Mon, Mar 8, 2010 at 10:06, Niklas Gustavsson nik...@protocol7.com wrote: On Sun, Mar 7, 2010 at 11:29 PM, Bernd Fondermann bf_...@brainlounge.de wrote: I think, a 0.5 release number would sound right. I have no really opinion on the version numbering besides noting that we've used

Editing cwiki

2010-03-08 Thread Bernd Fondermann
Hi, Please help me how I would create proper cwiki content for Vysper. Should I start from http://mina.apache.org/vysper or http://mina.apache.org/mina2/vysper/ Cheers, Bernd

Re: [vysper] waiting for the protocolworker to complete

2010-03-08 Thread Bernd Fondermann
Thomas Kratz wrote: Hi all, I don't know if my question yesterday was concrete enough. I try to send an unavailable message when the connection breaks down and I wonder if I can somehow wait for the message to go out. Wait a second. There are different cases: a. Client sends pres

Re: [vysper] waiting for the protocolworker to complete

2010-03-09 Thread Bernd Fondermann
On Mon, Mar 8, 2010 at 20:34, Bernd Fondermann bf_...@brainlounge.de wrote: Thomas Kratz wrote: Hi all, I don't know if my question yesterday was concrete enough. I try to send an unavailable message when the connection breaks down and I wonder if I can somehow wait for the message to go

Re: [vysper] waiting for the protocolworker to complete

2010-03-09 Thread Bernd Fondermann
, the client or his contacts? May I ask you to open a JIRA for this? Thanks! :-) Greetings from Hamburg Thomas Cheers, Bernd 2010/3/8 Bernd Fondermann bf_...@brainlounge.de: Thomas Kratz wrote: Hi all, I don't know if my question yesterday was concrete enough. I try to send

Re: [vysper] waiting for the protocolworker to complete

2010-03-09 Thread Bernd Fondermann
On Tue, Mar 9, 2010 at 10:09, Thomas Kratz eisw...@googlemail.com wrote: 2010/3/9 Bernd Fondermann bernd.fonderm...@googlemail.com: On Tue, Mar 9, 2010 at 09:43, Thomas Kratz eisw...@googlemail.com wrote: Hi Bernd, yes I am talking about c) Then you can only send unavail to contacts

Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-11 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 08:58, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 11, 2010 at 8:06 AM, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Looks like Vysper hardcodes the Keystore type to JKS [2], which is not supported by Harmony [3][4]. Would there be a way to make this

Re: [vysper] Sending a message to all connected resources

2010-03-11 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 09:06, Jean-Sebastien Delfino jsdelf...@apache.org wrote: With ejabberd and gtalk (and IIRC jabberd too), if I send a message to j...@foo.com for example, and jdoe is listening through multiple client resources, like j...@foo.com/desktop, j...@foo.com/laptop,

Re: [vysper] Sending a message to all connected resources

2010-03-11 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 09:51, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 11, 2010 at 09:06, Jean-Sebastien Delfino jsdelf...@apache.org wrote: With ejabberd and gtalk (and IIRC jabberd too), if I send a message to j...@foo.com for example, and jdoe is listening

Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-11 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 10:39, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 11, 2010 at 9:56 AM, Niklas Gustavsson nik...@protocol7.com wrote: Yes, we got Harmony set up as a JVM in Hudson. Tim Ellison, one of the Harmony committers is also a Hudson admin. I'll have a go at

Re: [jira] Updated: (VYSPER-18) Recognize and act upon closing stream tag

2010-03-11 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 17:13, Niklas Gustavsson nik...@protocol7.com wrote: On Thu, Mar 11, 2010 at 4:21 PM, Bernd Fondermann (JIRA) j...@apache.org wrote: Bernd Fondermann updated VYSPER-18: ---    Priority: Blocker  (was: Major) Would you like to hold

Re: [vysper] Sending a message to all connected resources

2010-03-12 Thread Bernd Fondermann
On Thu, Mar 11, 2010 at 10:31, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 11, 2010 at 09:51, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 11, 2010 at 09:06, Jean-Sebastien Delfino jsdelf...@apache.org wrote: With ejabberd and gtalk (and IIRC

VYSPER-82 and namespaces in general

2010-03-13 Thread Bernd Fondermann
Hi Niklas, can you comment on this issue? Did you happen to deal with that already? https://issues.apache.org/jira/browse/VYSPER-82 In addition, I can see stanzas containing xmlns= Is that correct or should empty xmlns be subpressed? Bernd

Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-13 Thread Bernd Fondermann
On Sat, Mar 13, 2010 at 18:51, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Bernd Fondermann wrote: On Thu, Mar 11, 2010 at 08:58, Niklas Gustavsson nik...@protocol7.com wrote: ... Perhaps we should make this configurable on AbstractTLSContextFactory and allow for injecting

Re: Fwd: Google Summer of Code: Bring out your projects

2010-03-16 Thread Bernd Fondermann
On Fri, Mar 12, 2010 at 15:35, Ashish paliwalash...@gmail.com wrote: On Fri, Mar 12, 2010 at 7:54 PM, Emmanuel Lecharny elecha...@gmail.com wrote: On 3/12/10 2:53 PM, Niklas Gustavsson wrote: Hey GSoC is coming up, see more below. Anyone got ideas for projects? I'm considering

Re: [jira] Commented: (VYSPER-188) java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-16 Thread Bernd Fondermann
On Tue, Mar 16, 2010 at 07:42, Jean-Sebastien Delfino (JIRA) j...@apache.org wrote:    [ https://issues.apache.org/jira/browse/VYSPER-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12845741#action_12845741 ] Jean-Sebastien Delfino commented on

Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-16 Thread Bernd Fondermann
On Tue, Mar 16, 2010 at 07:57, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Bernd Fondermann wrote: On Sat, Mar 13, 2010 at 18:51, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Bernd Fondermann wrote: On Thu, Mar 11, 2010 at 08:58, Niklas Gustavsson nik...@protocol7.com wrote

Re: [VOTE] Start using repository.apache.org for releases

2010-03-16 Thread Bernd Fondermann
On Tue, Mar 16, 2010 at 12:00, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 16, 2010 at 11:56 AM, Julien Vermillard jvermill...@archean.fr wrote: +1 for me as long as someone else does the maven configuration job :) +1 I'll set up the Vysper and FtpServer 1.1.x builds (update

Re: [vysper] java.security.KeyStoreException running XMPPServer with Apache Harmony

2010-03-16 Thread Bernd Fondermann
On Tue, Mar 16, 2010 at 10:12, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 16, 2010 at 10:00 AM, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: Yes. org.apache.vysper.xmpp.server.ServerFeatures.setStartTLSRequired(false); - or - bean id=serverFeatures class

Re: [vysper] Sending a message to all connected resources

2010-03-18 Thread Bernd Fondermann
On Sat, Mar 13, 2010 at 19:15, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Bernd Fondermann wrote: On Thu, Mar 11, 2010 at 10:31, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 11, 2010 at 09:51, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu

Re: [vysper] Sending a message to all connected resources

2010-03-18 Thread Bernd Fondermann
Done. Bernd Bernd Fondermann wrote: On Sat, Mar 13, 2010 at 19:15, Jean-Sebastien Delfino jsdelf...@apache.org wrote: Bernd Fondermann wrote: On Thu, Mar 11, 2010 at 10:31, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 11, 2010 at 09:51, Bernd Fondermann

[SSHD] SCP with the client

2010-03-19 Thread Bernd Fondermann
Some weeks ago, this was said on this list: On Sat, Aug 8, 2009 at 18:55, Frank van der Kleijkle...@hotmail.com wrote: The SshClient is not scp enabled then? No, we don't have the client side yet. Is there any news about this and what has to be done to make it work? Thanks, Bernd

Re: [VOTE] Release Apache Vysper 0.5

2010-03-20 Thread Bernd Fondermann
Niklas, thanks for starting this. A great relief. Hold the line, I will look into this over the next days. Sorry, lack of bandwidth currently. 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-20 Thread Bernd Fondermann
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 https://repository.apache.org/content/repositories/orgapachemina-007/org

Re: svn commit: r925755 - in /mina/sandbox/vysper/trunk: ABOUT.txt HOW-TO.txt

2010-03-21 Thread Bernd Fondermann
Should we better now rename HOW-TO to ABOUT? Bernd ber...@apache.org wrote: Author: berndf Date: Sun Mar 21 11:34:08 2010 New Revision: 925755 URL: http://svn.apache.org/viewvc?rev=925755view=rev Log: consolidate stuff from ABOUZT.txt into HOW-TO.txt Removed:

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: 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

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: 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-23 Thread Bernd Fondermann
On Tue, Mar 23, 2010 at 13:47, Niklas Gustavsson nik...@protocol7.com wrote: On Tue, Mar 23, 2010 at 1:13 PM, Bernd Fondermann bf_...@brainlounge.de wrote: That's exactly what meant and what I'd want to avoid: A deployment aspect dictating our Java package structure. OSGi doesn't really

Re: Asking for help

2010-03-23 Thread Bernd Fondermann
G.W.G.K.N. Udayanga wrote: Hello, I got the server from svn and made it run.then i downloaded the jajc client.after installing i made the configurations of connection for a default account as follows. *checked for connect by ip or host name *set server ip=127.0.0.1 *set server

Re: [VOTE] Release Apache Vysper 0.5, take 2

2010-03-24 Thread Bernd Fondermann
Niklas, thanks for preparing the RC, starting the vote and waiting for me to cast the first vote. That means a lot to me. I have troubles right now to getting quality time to do a proper review. Hopefully tonight CET. Bernd On Mon, Mar 22, 2010 at 22:20, Niklas Gustavsson nik...@protocol7.com

Re: [VOTE] Release Apache Vysper 0.5, take 2

2010-03-24 Thread Bernd Fondermann
Niklas Gustavsson wrote: 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:

Re: [VOTE] Release Apache Vysper 0.5, take 2

2010-03-24 Thread Bernd Fondermann
On Wed, Mar 24, 2010 at 21:26, Alan D. Cabrera l...@toolazydogs.com wrote: On Mar 24, 2010, at 1:22 PM, Bernd Fondermann wrote: Niklas Gustavsson wrote: 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

Re: Hosting Vysper in a web app

2010-03-24 Thread Bernd Fondermann
Rick Bullotta wrote: I didn't intend to stir up a bees nest... ;-) Interestingly, it is just as important to also offer Vysper (and other components) *without* framework dependencies such as OSGI, Spring, etc. Interesting. You mean a stripped down version, right? Personally, I don't like

Re: Asking for help

2010-03-25 Thread Bernd Fondermann
G.W.G.K.N. Udayanga wrote: Hello, To run the vysper server i executed the .bat file within the .\dist\target\vysper-0.6-SNAPSHOT\bin folder.the output in the cmd.exe as follows. vysper server is running (using spring framework)... That's fine. Since in the mailing lists many of you

Re: Asking for help

2010-03-25 Thread Bernd Fondermann
On Thu, Mar 25, 2010 at 07:52, G.W.G.K.N. Udayanga gwgknudaya...@gmail.com wrote: thank you sir, As you said i did. but when i am trying to connect(by clicking online)  it gives a message telling the vysper.org certificate failed the authenticity test certificate is self signed. this is to be

Re: Asking for help

2010-03-25 Thread Bernd Fondermann
On Thu, Mar 25, 2010 at 10:11, G.W.G.K.N. Udayanga gwgknudaya...@gmail.com wrote: Sorry sir,          After sometimes when i sent you the message i tried it again by using another run.bat which contained in an another server repository which i downloded and keep seperately.That time it was

Re: Asking for help

2010-03-25 Thread Bernd Fondermann
On Thu, Mar 25, 2010 at 10:48, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: On Thu, Mar 25, 2010 at 10:11, G.W.G.K.N. Udayanga gwgknudaya...@gmail.com wrote: Sorry sir,          After sometimes when i sent you the message i tried it again by using another run.bat which contained

Re: [VOTE] Release Apache Vysper 0.5, take 2

2010-03-26 Thread Bernd Fondermann
On Mon, Mar 22, 2010 at 22:20, Niklas Gustavsson nik...@protocol7.com wrote: Hi 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/ [X] +1

Re: svn commit: r928354 - /mina/sandbox/vysper/trunk/NOTICE.txt

2010-03-28 Thread Bernd Fondermann
My sincere apologies for misspelling to the whole legendary legion. Bernd n...@apache.org wrote: Author: ngn Date: Sun Mar 28 07:46:38 2010 New Revision: 928354 URL: http://svn.apache.org/viewvc?rev=928354view=rev Log: Fixing typo in The Legion of the Bouncy Castle (VYSPER-190)

<    1   2   3   4   5   6   7   8   9   >