class XMPP::Stanza::Telephone

Overview

Telephone number (TEL). typing holds the flags (e.g. WORK, VOICE), number is the actual dial string.

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 number : String #

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

[View source]
def to_xml(xml : XML::Builder) #

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

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

[View source]