Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ShowOS bool `yaml:"show_os"`
}
Config represents XMPP Software Version module (XEP-0092) configuration.
type Version ¶
type Version struct {
// contains filtered or unexported fields
}
Version represents a version server stream module.
func (*Version) MatchesIQ ¶
MatchesIQ returns whether or not an IQ should be processed by the version module.
func (*Version) ProcessIQ ¶
ProcessIQ processes a version IQ taking according actions over the associated stream.
func (*Version) RegisterDisco ¶ added in v0.3.0
RegisterDisco registers disco entity features/items associated to version module.
Click to show internal directories.
Click to hide internal directories.