Documentation ¶
Overview ¶
Package component is used to establish XEP-0114: Jabber Component Protocol connections.
Be advised: This API is still unstable and is subject to change.
Index ¶
Constants ¶
View Source
const (
NSAccept = `jabber:component:accept`
)
A list of namespaces used by this package, provided as a convenience.
Variables ¶
This section is empty.
Functions ¶
func Negotiator ¶
Negotiator returns a new function that can be used to negotiate a component protocol connection when passed to xmpp.NegotiateSession.
It currently only supports the client side of the component protocol. If recv is true (indicating that we are receiving a connection on the server side) the returned xmpp.Negotiator will panic.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.