Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockListItem ¶ added in v0.2.0
BlockListItem represents block list item storage entity.
func (*BlockListItem) FromGob ¶ added in v0.2.0
func (bli *BlockListItem) FromGob(dec *gob.Decoder)
FromGob deserializes a BlockListItem entity from it's gob binary representation.
func (*BlockListItem) ToGob ¶ added in v0.2.0
func (bli *BlockListItem) ToGob(enc *gob.Encoder)
ToGob converts a BlockListItem entity to it's gob binary representation.
type GobDeserializer ¶ added in v0.2.0
GobDeserializer represents a Gob deserializable entity.
type GobSerializer ¶ added in v0.2.0
GobSerializer represents a Gob serializable entity.
type RosterItem ¶
type RosterItem struct { Username string JID string Name string Subscription string Ask bool Ver int Groups []string }
RosterItem represents a roster item storage entity.
func (*RosterItem) FromGob ¶ added in v0.2.0
func (ri *RosterItem) FromGob(dec *gob.Decoder)
FromGob deserializes a RosterItem entity from it's gob binary representation.
func (*RosterItem) ToGob ¶ added in v0.2.0
func (ri *RosterItem) ToGob(enc *gob.Encoder)
ToGob converts a RosterItem entity to it's gob binary representation.
type RosterNotification ¶
RosterNotification represents a roster subscription pending notification.
func (*RosterNotification) FromGob ¶ added in v0.2.0
func (rn *RosterNotification) FromGob(dec *gob.Decoder)
FromGob deserializes a RosterNotification entity from it's gob binary representation.
func (*RosterNotification) ToGob ¶ added in v0.2.0
func (rn *RosterNotification) ToGob(enc *gob.Encoder)
ToGob converts a RosterNotification entity to it's gob binary representation.
type RosterVersion ¶ added in v0.2.0
RosterVersion represents a roster version info.
func (*RosterVersion) FromGob ¶ added in v0.2.0
func (rv *RosterVersion) FromGob(dec *gob.Decoder)
FromGob deserializes a RosterVersion entity from it's gob binary representation.
func (*RosterVersion) ToGob ¶ added in v0.2.0
func (rv *RosterVersion) ToGob(enc *gob.Encoder)
ToGob converts a RosterVersion entity to it's gob binary representation.