class XMPP::Stanza::History
- XMPP::Stanza::History
- Reference
- Object
Overview
History implements XEP-0045: Multi-User Chat - 19.1
Defined in:
xmpp/stanza/presence/muc.crConstructors
Class Method Summary
Instance Method Summary
- #max_chars : Int32
- #max_chars=(max_chars : Int32)
- #max_stanzas : Int32
- #max_stanzas=(max_stanzas : Int32)
- #seconds : Int32
- #seconds=(seconds : Int32)
- #since : Time
- #since=(since : Time)
- #to_xml(elem : XML::Builder)