Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AllowRegistration bool `yaml:"allow_registration"` AllowChange bool `yaml:"allow_change"` AllowCancel bool `yaml:"allow_cancel"` }
Config represents XMPP In-Band Registration module (XEP-0077) configuration.
type Register ¶
type Register struct {
// contains filtered or unexported fields
}
Register represents an in-band server stream module.
Click to show internal directories.
Click to hide internal directories.