Re: Vysper/PubSub problem

2013-07-23 Thread Bernd Fondermann
Ah ok. Good you got it fixed. However, you probably should configure Vysper to use your own domain instead of vysper.org. This can be done in the constructor for XMPPServer: new XMPPServer(" yourdomain.com"); You can also change the subdomain of the PubSub module: new PublishSubscribeModule("subp

Re: Rules

2013-07-23 Thread Emmanuel Lecharny
I will :-) Le 23 juil. 2013 15:40, "Alexander Christian" a écrit : > I would at least give it a try ... > > br, > Alex > > > Am 23.07.2013 15:35, schrieb Emmanuel Lecharny: > >> We could also ask for the creation of dedicated mailing lists, but >> regarding the number of mails, I'm not sure it w

Re: Rules

2013-07-23 Thread Alexander Christian
I would at least give it a try ... br, Alex Am 23.07.2013 15:35, schrieb Emmanuel Lecharny: We could also ask for the creation of dedicated mailing lists, but regarding the number of mails, I'm not sure it will be accepted. Le 23 juil. 2013 15:29, elecha...@apache.org a écrit : Short answer

Re: Rules

2013-07-23 Thread Emmanuel Lecharny
We could also ask for the creation of dedicated mailing lists, but regarding the number of mails, I'm not sure it will be accepted. Le 23 juil. 2013 15:29, elecha...@apache.org a écrit : > Short answer : no... But we can expect that intelligent users add such a > header, and encourage them to do

Re: Rules

2013-07-23 Thread Alexander Christian
As SSHD etc are sub-projects of MINA, why not create separate mailinglists? Personally I'm only interested in MINA-only stuff and need to filter/delete all other mails regarding SSHD etc... Am 23.07.2013 15:31, schrieb Emmanuel Lecharny: Short answer : no... But we can expect that intelligent

Re: Rules

2013-07-23 Thread Emmanuel Lecharny
Short answer : no... But we can expect that intelligent users add such a header, and encourage them to do so on our web site ! Le 23 juil. 2013 14:44, "Jon V." a écrit : > To the MINA mailing list owner. Can we setup a rule requiring the project > name in the subject line? e.g. [MINA] , [SSHD]

Rules

2013-07-23 Thread Jon V.
To the MINA mailing list owner. Can we setup a rule requiring the project name in the subject line? e.g. [MINA] , [SSHD]

Re: Vysper/PubSub problem

2013-07-23 Thread Radó András
Oops, Bernd... With vysper.org domain it works correctly! We are developing a special telecommunication system and we use vysper/pubsub to other purposes, not chat/IM. Therefore I used own domain...//I can't know it isn't allowed. Thank you! Andras On 2013.07.23. 13:02, Bernd Fondermann wr

Re: Vysper/PubSub problem

2013-07-23 Thread Bernd Fondermann
On Tue, Jul 23, 2013 at 11:59 AM, Radó András wrote: > Yes I'm working from master/trunk and with demo PubSub client. > The assembly target can't work because assembly xml is missing but I can > start client from eclipse without problems. > Alright, I missed to push a change to master/origin. Sh

Re: Vysper/PubSub problem

2013-07-23 Thread Radó András
Yes I'm working from master/trunk and with demo PubSub client. The assembly target can't work because assembly xml is missing but I can start client from eclipse without problems. There is the full server log with received packages: https://dl.dropboxusercontent.com/u/164504/vysper/vysper.log

Re: Vysper/PubSub problem

2013-07-23 Thread Bernd Fondermann
You also could try to run our demo PubSub client, by 1. checking out master/trunk 2. cd into examples/pubsub-client 3. execute 'mvn assembly:single', which creates a JAR file in target/ containing all dependencies 4. run 'java -jar target/pubsub-client-full-jar-with-dependencies.jar' Bernd On

Re: Vysper/PubSub problem

2013-07-23 Thread Bernd Fondermann
I myself don't have any issues connecting to PubSub and creating nodes etc. You are giving the error responses from the server. Additionally, can you please also give the messages causing these errors? Thanks, Bernd On Mon, Jul 22, 2013 at 11:18 AM, Radó András wrote: > Dear Bernd, > > t