Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockingCommand ¶
type BlockingCommand struct {
// contains filtered or unexported fields
}
BlockingCommand returns a blocking command IQ handler module.
func (*BlockingCommand) MatchesIQ ¶
func (x *BlockingCommand) MatchesIQ(iq *xmpp.IQ) bool
MatchesIQ returns whether or not an IQ should be processed by the blocking command module.
func (*BlockingCommand) ProcessIQ ¶
func (x *BlockingCommand) ProcessIQ(iq *xmpp.IQ)
ProcessIQ processes a blocking command IQ taking according actions over the associated stream.
func (*BlockingCommand) Shutdown ¶ added in v0.4.0
func (x *BlockingCommand) Shutdown() error
Shutdown shuts down blocking module.
Click to show internal directories.
Click to hide internal directories.