Class UserTuneManager

java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.usertune.UserTuneManager

public final class UserTuneManager extends Manager
Entry point for Smacks API for XEP-0118: User Tune.
To publish a UserTune, please use publishUserTune(UserTuneElement) method. This will publish the node.
To stop publishing a UserTune, please use clearUserTune() method. This will send a disabling publish signal.
To add a UserTune listener in order to remain updated with other users UserTune, use addUserTuneListener(PepEventListener) method.
To link a UserTuneElement with Message, use 'message.addExtension(userTuneElement)'.
An example to illustrate is provided inside UserTuneElementTest inside the test package.
See Also: