Documentation ¶
Overview ¶
Package ns provides namespace constants that are used by the xmpp package and other internal packages.
Index ¶
Constants ¶
View Source
const ( Bind = "urn:ietf:params:xml:ns:xmpp-bind" Client = "jabber:client" SASL = "urn:ietf:params:xml:ns:xmpp-sasl" Server = "jabber:server" Stanza = "urn:ietf:params:xml:ns:xmpp-stanzas" StartTLS = "urn:ietf:params:xml:ns:xmpp-tls" Stream = "http://etherx.jabber.org/streams" XMPPStream = "urn:ietf:params:xml:ns:xmpp-streams" WS = "urn:ietf:params:xml:ns:xmpp-framing" XML = "http://www.w3.org/XML/1998/namespace" )
List of commonly used namespaces.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.