Versions in this module Expand all Collapse all v0 v0.2.0 May 20, 2018 Changes in this version + type BlockListItem struct + JID string + Username string + func (bli *BlockListItem) FromGob(dec *gob.Decoder) + func (bli *BlockListItem) ToGob(enc *gob.Encoder) + type GobDeserializer interface + FromGob func(dec *gob.Decoder) + type GobSerializer interface + ToGob func(enc *gob.Encoder) type RosterItem + JID string + Username string + Ver int + func (ri *RosterItem) FromGob(dec *gob.Decoder) + func (ri *RosterItem) ToGob(enc *gob.Encoder) type RosterNotification + JID string + func (rn *RosterNotification) FromGob(dec *gob.Decoder) + func (rn *RosterNotification) ToGob(enc *gob.Encoder) + type RosterVersion struct + DeletionVer int + Ver int + func (rv *RosterVersion) FromGob(dec *gob.Decoder) + func (rv *RosterVersion) ToGob(enc *gob.Encoder) type User + LoggedOutAt time.Time + LoggedOutStatus string + func (u *User) FromGob(dec *gob.Decoder) + func (u *User) ToGob(enc *gob.Encoder) v0.1.15 Mar 20, 2018 Changes in this version + type RosterItem struct + Ask bool + Contact string + Groups []string + Name string + Subscription string + User string + func (ri *RosterItem) FromBytes(r io.Reader) + func (ri *RosterItem) ToBytes(w io.Writer) + type RosterNotification struct + Contact string + Elements []xml.Element + User string + func (rn *RosterNotification) FromBytes(r io.Reader) + func (rn *RosterNotification) ToBytes(w io.Writer) + type User struct + Password string + Username string + func (u *User) FromBytes(r io.Reader) + func (u *User) ToBytes(w io.Writer)