org.jivesoftware.smackx.jingle.media
Class ContentInfo

java.lang.Object
  extended by org.jivesoftware.smackx.jingle.media.ContentInfo
Direct Known Subclasses:
ContentInfo.Audio

public abstract class ContentInfo
extends java.lang.Object

Content info. Content info messages are complementary messages that can be transmitted for informing of events like "busy", "ringtone", etc.

Author:
Alvaro Saurin

Nested Class Summary
static class ContentInfo.Audio
          Audio content info messages.
 
Constructor Summary
ContentInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentInfo

public ContentInfo()