Module xmpp_parsers::tune
source · Expand description
XEP-0118: User Tune
Structs§
- The artist or performer of the song or piece.
- Convert a
Artist
into XML events. - Build a
Artist
from XML events. - The duration of the song or piece in seconds.
- Convert a
Length
into XML events. - Build a
Length
from XML events. - The user’s rating of the song or piece, from 1 (lowest) to 10 (highest).
- Convert a
Rating
into XML events. - Build a
Rating
from XML events. - The collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files).
- Convert a
Source
into XML events. - Build a
Source
from XML events. - The title of the song or piece.
- Convert a
Title
into XML events. - Build a
Title
from XML events. - A unique identifier for the tune; e.g., the track number within a collection or the specific URI for the object (e.g., a stream or audio file).
- Convert a
Track
into XML events. - Build a
Track
from XML events. - Container for formatted text.
- A URI or URL pointing to information about the song, collection, or artist.
- Convert a
Uri
into XML events. - Build a
Uri
from XML events.