Package org.jivesoftware.smack
Class Smack
java.lang.Object
org.jivesoftware.smack.Smack
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic InputStreamGet the stream of the NOTICE file of Smack.static StringReturns the Smack version information, e.g."1.3.0".
-
Field Details
-
SMACK_PACKAGE
- See Also:
-
-
Constructor Details
-
Smack
public Smack()
-
-
Method Details
-
getVersion
Returns the Smack version information, e.g."1.3.0".- Returns:
- the Smack version information.
-
getNoticeStream
Get the stream of the NOTICE file of Smack.This license of Smack requires that the contents of this NOTICE text file are shown "…within a display generated by the Derivative Works, if and wherever such third-party notices normally appear.".
- Returns:
- the stream of the NOTICE file of Smack.
- Since:
- 4.4.0
-
ensureInitialized
public static void ensureInitialized()
-