5eae7f4ef7
The URL will be more permanent as this is a place we dedicate as short URL for our go projects.
12 lines
374 B
Go
12 lines
374 B
Go
package xmpp // import "gosrc.io/xmpp"
|
|
|
|
const (
|
|
NSStream = "http://etherx.jabber.org/streams"
|
|
nsTLS = "urn:ietf:params:xml:ns:xmpp-tls"
|
|
nsSASL = "urn:ietf:params:xml:ns:xmpp-sasl"
|
|
nsBind = "urn:ietf:params:xml:ns:xmpp-bind"
|
|
nsSession = "urn:ietf:params:xml:ns:xmpp-session"
|
|
NSClient = "jabber:client"
|
|
NSComponent = "jabber:component:accept"
|
|
)
|