Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct { MessageHandler // contains filtered or unexported fields }
func (*Chat) HandleMessage ¶
func (chat *Chat) HandleMessage(data *xmpp.Message)
func (*Chat) HandleStanza ¶
func (r *Chat) HandleStanza(s xmpp.Stanza)
func (*Chat) SendMessage ¶
type MessageHandler ¶
type MessageHandler func(*Message)
Click to show internal directories.
Click to hide internal directories.