class XMPP::Stanza::Mood
Overview
Mood defines deta model for XEP-0107 - User Mood See: https://xmpp.org/extensions/xep-0107.html
Defined in:
xmpp/stanza/pep.crConstructors
Class Method Summary
Instance Method Summary
- #name : String
- #text : String
- #text=(text : String)
- #to_xml(elem : XML::Builder)
-
#value : String
TODO Custom parsing to extract mood type from tag name.
-
#value=(value : String)
TODO Custom parsing to extract mood type from tag name.
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml
Constructor Detail
Class Method Detail
Instance Method Detail
def value : String
#
TODO Custom parsing to extract mood type from tag name. Note: the list is predefined.
def value=(value : String)
#
TODO Custom parsing to extract mood type from tag name. Note: the list is predefined.