Class SpoilerManager


  • public final class SpoilerManager
    extends org.jivesoftware.smack.Manager
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE_0  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SpoilerManager getInstanceFor​(org.jivesoftware.smack.XMPPConnection connection)
      Return the connections instance of the SpoilerManager.
      void startAnnounceSupport()
      Begin announcing support for Spoiler messages.
      void stopAnnounceSupport()
      End announcing support for Spoiler messages.
      • Methods inherited from class org.jivesoftware.smack.Manager

        connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • startAnnounceSupport

        public void startAnnounceSupport()
        Begin announcing support for Spoiler messages.
      • stopAnnounceSupport

        public void stopAnnounceSupport()
        End announcing support for Spoiler messages.
      • getInstanceFor

        public static SpoilerManager getInstanceFor​(org.jivesoftware.smack.XMPPConnection connection)
        Return the connections instance of the SpoilerManager.
        Parameters:
        connection - xmpp connection
        Returns:
        SpoilerManager TODO javadoc me please