com.realtime.xmpp.tools
Interface PresenceTool

All Known Subinterfaces:
XmppTool
All Known Implementing Classes:
DomXmppTool

public interface PresenceTool

A component oriented tool for working with node presence.

Version:
1.0 Copyright © 2002,2003 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Method Summary
 void conveyPresence(JID principal, JID contact)
          Convey the presence information of the principal JID by sending info to the contact.
 

Method Detail

conveyPresence

public void conveyPresence(JID principal,
                           JID contact)
                    throws java.io.IOException

Convey the presence information of the principal JID by sending info to the contact.

* @param principal The user with presence info to send. * @param contact The recipient of the presence info.

java.io.IOException


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.