app_vcard

package
v0.0.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, xmppConfig *xmpp.Config) (*app, error)

func NewXMPP

func NewXMPP(ctx context.Context, config *xmpp.Config) (*connection, error)

Types

type VCard

type VCard struct {
	XMLName     xml.Name `xml:"vcard-temp vCard"`
	FullName    string   `xml:"FN"`
	NickName    string   `xml:"NICKNAME"`
	Description string   `xml:"DESC"`
	URL         string   `xml:"URL"`
}

func NewVCard

func NewVCard() *VCard

func (*VCard) GetSet

func (c *VCard) GetSet() *stanza.ResultSet

func (*VCard) Namespace

func (c *VCard) Namespace() string

func (*VCard) String

func (c *VCard) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL