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("subpub");

In the code from your initial post you are using "localhost" which is not
recommended.

  Bernd



On Tue, Jul 23, 2013 at 1:17 PM, Radó András <[email protected]> wrote:

> 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 wrote:
>
>> On Tue, Jul 23, 2013 at 11:59 AM, Radó András <[email protected]> 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. Should work know
>> after
>> a git pull.
>>
>>
>>  There is the full server log with received packages:
>>> https://dl.dropboxusercontent.****com/u/164504/vysper/vysper.**log<
>>> https://dl.**dropboxusercontent.com/u/**164504/vysper/vysper.log<https://dl.dropboxusercontent.com/u/164504/vysper/vysper.log>
>>> >
>>>
>>>
>>> Example:
>>> [2013-07-23 10:07:29,171] [DEBUG] [NioProcessor-8] [messageReceived]
>>> [StanzaLoggingFilter.java:61] -> [< <iq xmlns="jabber:client" to="
>>> pubsub.vysper.org" id="14k83-4" type="get"><query xmlns="
>>> http://jabber.org/**protocol/**disco#items<http://jabber.org/**protocol/disco#items>
>>> <http://jabber.org/**protocol/disco#items<http://jabber.org/protocol/disco#items>
>>> >
>>> "></query>**</iq>]
>>>
>>> ...
>>> [2013-07-23 10:07:29,251] [DEBUG] [pool-8-thread-2] [filterWrite]
>>> [SslFilter.java:581] -> [Session Server[2](SSL): Writing Message :
>>> MessageWriteRequest, parent : WR WrapperWriteRequest: [ prolog=false,
>>> open=true, close=true, content=true, stanza=[iq.id='14k83-4'.from='
>>> pubsub.vysper.org'.type='**error'.query.disco.items]]
>>>
>>
>> What's strange is that your user's domain (xmpp.mycallmix.com) are
>> different from the pubsub domain ("pubsub.vysper.org").
>> Apart from that, I can't see a problem. Strange...
>>
>>    Bernd
>>
>>
>

Reply via email to