class XMPP::Stanza::Email

Overview

Email address (EMAIL). typing holds the flags expressed as child elements (e.g. WORK, INTERNET, PREF), userid is the actual address.

Defined in:

xmpp/stanza/iq/vcard.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def to_xml(xml : XML::Builder) #

[View source]
def typing : Array(String) #

[View source]
def typing=(typing : Array(String)) #

[View source]
def userid : String #

[View source]
def userid=(userid : String) #

[View source]