xmpp_parsers

Module tune

Source
Expand description

XEP-0118: User Tune

Structs§

Artist
The artist or performer of the song or piece.
ArtistAsXmlIterator
Convert a Artist into XML events.
ArtistFromXmlBuilder
Build a Artist from XML events.
Length
The duration of the song or piece in seconds.
LengthAsXmlIterator
Convert a Length into XML events.
LengthFromXmlBuilder
Build a Length from XML events.
Rating
The user’s rating of the song or piece, from 1 (lowest) to 10 (highest).
RatingAsXmlIterator
Convert a Rating into XML events.
RatingFromXmlBuilder
Build a Rating from XML events.
Source
The collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files).
SourceAsXmlIterator
Convert a Source into XML events.
SourceFromXmlBuilder
Build a Source from XML events.
Title
The title of the song or piece.
TitleAsXmlIterator
Convert a Title into XML events.
TitleFromXmlBuilder
Build a Title from XML events.
Track
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).
TrackAsXmlIterator
Convert a Track into XML events.
TrackFromXmlBuilder
Build a Track from XML events.
Tune
Container for formatted text.
TuneAsXmlIterator
Convert a Tune into XML events.
TuneFromXmlBuilder
Build a Tune from XML events.
Uri
A URI or URL pointing to information about the song, collection, or artist.
UriAsXmlIterator
Convert a Uri into XML events.
UriFromXmlBuilder
Build a Uri from XML events.