Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoInfo ¶
type DiscoInfo struct {
// contains filtered or unexported fields
}
DiscoInfo represents a disco info server stream module.
func (*DiscoInfo) MatchesIQ ¶
MatchesIQ returns whether or not an IQ should be processed by the disco info module.
func (*DiscoInfo) ProcessIQ ¶
ProcessIQ processes a disco info IQ taking according actions over the associated stream.
func (*DiscoInfo) RegisterDefaultEntities ¶
RegisterDefaultEntities register and sets identities for the default domain and account disco entities.
type Entity ¶
type Entity struct {
// contains filtered or unexported fields
}
Entity represents a disco info item entity.
func (*Entity) AddFeature ¶
AddFeature adds a new disco entity feature.
func (*Entity) AddIdentity ¶
AddIdentity adds a new disco entity identity.
func (*Entity) Identities ¶
Identities returns disco entity identities.
Click to show internal directories.
Click to hide internal directories.