class XMPP::Stanza::Photo

Overview

vCard photo (PHOTO) carrying a base64-encoded BINVAL, used for vCard-based avatars (XEP-0153) and read from vCard data by XEP-0398 implementations.

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

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

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

[View source]
def type : String #

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

[View source]