Uses of Class
rocks.xmpp.extensions.data.mediaelement.model.Media
-
Packages that use Media Package Description rocks.xmpp.extensions.data.model Provides XML schema implementations of XEP-0004: Data Forms.rocks.xmpp.extensions.softwareinfo Provides classes for XEP-0232: Software Information. -
-
Uses of Media in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model that return Media Modifier and Type Method Description Media
DataForm.Field. getMedia()
Gets the media element.Methods in rocks.xmpp.extensions.data.model with parameters of type Media Modifier and Type Method Description DataForm.Field.Builder
DataForm.Field.Builder. media(Media media)
Sets the media element. -
Uses of Media in rocks.xmpp.extensions.softwareinfo
Methods in rocks.xmpp.extensions.softwareinfo that return Media Modifier and Type Method Description Media
SoftwareInformation. getIcon()
A default icon to show for a device running the software.Constructors in rocks.xmpp.extensions.softwareinfo with parameters of type Media Constructor Description SoftwareInformation(Media icon, String software, String softwareVersion)
Creates a new Software Info data form, where the OS name and version are automatically taken from their respective system properties "os.name" and "os.version".SoftwareInformation(Media icon, String software, String softwareVersion, String os, String osVersion)
Creates a new Software Info data form.
-