Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn represents a Client-to-Hub connection.
func HubHandshake ¶
HubHandshake begins a Client-Hub handshake on a connection.
func (*Conn) OnChatMessage ¶
func (c *Conn) OnChatMessage(fnc func(m *nmdcp.ChatMessage) error)
func (*Conn) OnlinePeers ¶
func (*Conn) SendChatMsg ¶
Click to show internal directories.
Click to hide internal directories.