Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LastActivity ¶
type LastActivity struct {
// contains filtered or unexported fields
}
LastActivity represents a last activity stream module.
func (*LastActivity) MatchesIQ ¶
func (x *LastActivity) MatchesIQ(iq *xml.IQ) bool
MatchesIQ returns whether or not an IQ should be processed by the last activity module.
func (*LastActivity) ProcessIQ ¶
func (x *LastActivity) ProcessIQ(iq *xml.IQ)
ProcessIQ processes a last activity IQ taking according actions over the associated stream.
func (*LastActivity) RegisterDisco ¶ added in v0.3.0
func (x *LastActivity) RegisterDisco(discoInfo *xep0030.DiscoInfo)
RegisterDisco registers disco entity features/items associated to last activity module.
Click to show internal directories.
Click to hide internal directories.