com.realtime.xmpp.tools
Interface StanzaFactory


public interface StanzaFactory

Factory for standard XMPP stanzas.

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

Method Summary
 XmppMessage createMessage(JID from, JID to, java.lang.String sSubject, java.lang.String sBody)
           
 

Method Detail

createMessage

public XmppMessage createMessage(JID from,
                                 JID to,
                                 java.lang.String sSubject,
                                 java.lang.String sBody)


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