[jdev] Re: Server component and user presence

Wojtek wode at winuel.com.pl
Mon Apr 5 07:16:51 CDT 2004


Thanks.  It works!

Wojtek


On Mon, 22 Mar 2004 10:42:26 -0700, Joe Hildebrand 
<JHildebrand at jabber.com> wrote:

> The easiest way is to have your client direct a presence packet at your
> component:
>
> <presence to='component.example.com'/>
>
> When it wants to start using the service, and an unavailable when it 
> wants
> to stop:
>
> <presence type='unavailable' to='component.example.com'/>
>
> If the client logs out or is disconnected, JSM will send the unavailable 
> to
> the component automatically.
>




More information about the JDev mailing list