Child of XData, contains the title of this Data Form
[Source]
# File lib/xmpp4r/dataforms/x/data.rb, line 80 80: def initialize 81: super('title') 82: end
# File lib/xmpp4r/dataforms/x/data.rb, line 86 86: def title 87: text 88: end
# File lib/xmpp4r/dataforms/x/data.rb, line 83 83: def to_s 84: text.to_s 85: end
[Validate]