com.realtime.xmpp.types
Interface XmppMessage
- All Superinterfaces:
- XmppStanza
- public interface XmppMessage
- extends XmppStanza
Defines expected attributes for an XMPP message.
- Version:
- 1.0
Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
- Author:
- Mike Prince
getFrom
public JID getFrom()
getTo
public JID getTo()
getSubject
public java.lang.String getSubject()
getBody
public java.lang.String getBody()
Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.