You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Michael Jakl (JIRA)" <ji...@apache.org> on 2009/07/05 20:46:14 UTC

[jira] Updated: (VYSPER-94) Write a little demo application using "realworld" some clients.

     [ https://issues.apache.org/jira/browse/VYSPER-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jakl updated VYSPER-94:
-------------------------------

    Attachment: VysperPubsubClient.tar.bz2

A little demo application using smack and a pubsub extension for smack to show the proposed features.

The archive includes everything needed to run the demo, the Vysper Server should be started via "ant run-server".

> Write a little demo application using "realworld" some clients.
> ---------------------------------------------------------------
>
>                 Key: VYSPER-94
>                 URL: https://issues.apache.org/jira/browse/VYSPER-94
>             Project: VYSPER
>          Issue Type: Test
>          Components: XEP0060 PubSub
>            Reporter: Michael Jakl
>            Assignee: Bernd Fondermann
>         Attachments: VysperPubsubClient.tar.bz2
>
>
> To show and check that the pubsub extension indeed works, it would be nice to have a small demo application using smack (for example) which:
>  - creates a node
>  - subscribes three users
>  - publishes a message
>  - shows  that each of the subscribers received the message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (VYSPER-94) Write a little demo application using "realworld" some clients.

Posted by Bernd Fondermann <be...@googlemail.com>.
On Mon, Jul 6, 2009 at 08:02, Michael Jakl<ja...@gmail.com> wrote:
> Hi!
>
> On Mon, Jul 6, 2009 at 07:22, Bernd
> Fondermann<be...@googlemail.com> wrote:
>> That's great!
>> We should have this in svn somewhere maybe
>>  /vysper/branches/pubsub/testclient
>> or something similar.
>>
>> I'll have a look at it.
>
> Great! But keep in mind that the pubsub extension for smack has a
> somewhat unclear license[1].
>
>  1: http://github.com/squaremo/smackx-pubsub/tree/master

Please do not check in that particular lib. Put a notice into the
README so users get aware to DL it themselves.

  Bernd

Re: [jira] Updated: (VYSPER-94) Write a little demo application using "realworld" some clients.

Posted by Michael Jakl <ja...@gmail.com>.
Hi!

On Mon, Jul 6, 2009 at 07:22, Bernd
Fondermann<be...@googlemail.com> wrote:
> That's great!
> We should have this in svn somewhere maybe
>  /vysper/branches/pubsub/testclient
> or something similar.
>
> I'll have a look at it.

Great! But keep in mind that the pubsub extension for smack has a
somewhat unclear license[1].

 1: http://github.com/squaremo/smackx-pubsub/tree/master

Michael

Re: [jira] Updated: (VYSPER-94) Write a little demo application using "realworld" some clients.

Posted by Bernd Fondermann <be...@googlemail.com>.
That's great!
We should have this in svn somewhere maybe
  /vysper/branches/pubsub/testclient
or something similar.

I'll have a look at it.

  Bernd

On Sun, Jul 5, 2009 at 20:53, Michael Jakl<ja...@gmail.com> wrote:
> Hi!
>
> On Sun, Jul 5, 2009 at 20:46, Michael Jakl (JIRA)<ji...@apache.org> wrote:
>> A little demo application using smack and a pubsub extension for smack to show the proposed features.
>>
>> The archive includes everything needed to run the demo, the Vysper Server should be started via "ant run-server".
>
> Some more explanation: the app works, but the stanzas aren't correctly shown
> with it (they don't make it through to my program). I've configured smack to
> open up its debugger which shows (under raw-stanzas received) that it got them
> correctly.
>
> Altogether this demo shows more interesting stuff in the logfiles than on the
> frontend, but it works. Developing it, I also found some nasty bugs that - even
> with nearly 100% test/code coverage - remained unseen.
>
> Cheers,
> Michael
>

Re: [jira] Updated: (VYSPER-94) Write a little demo application using "realworld" some clients.

Posted by Michael Jakl <ja...@gmail.com>.
Hi!

On Sun, Jul 5, 2009 at 20:46, Michael Jakl (JIRA)<ji...@apache.org> wrote:
> A little demo application using smack and a pubsub extension for smack to show the proposed features.
>
> The archive includes everything needed to run the demo, the Vysper Server should be started via "ant run-server".

Some more explanation: the app works, but the stanzas aren't correctly shown
with it (they don't make it through to my program). I've configured smack to
open up its debugger which shows (under raw-stanzas received) that it got them
correctly.

Altogether this demo shows more interesting stuff in the logfiles than on the
frontend, but it works. Developing it, I also found some nasty bugs that - even
with nearly 100% test/code coverage - remained unseen.

Cheers,
Michael