domain {}
certfile {}
keyfile {}
+ cadir {}
+ cafile {}
modules {}
features {}
endpoints {}
stanzas urn:ietf:params:xml:ns:xmpp-stanzas
session urn:ietf:params:xml:ns:xmpp-session
xml http://www.w3.org/XML/1998/namespace
+ ping urn:xmpp:ping
+ privacy jabber:iq:privacy
+ roster jabber:iq:roster
}
}
set options(keyfile) [Pop args 1]
}
}
+ -cafile {
+ if {$cget} {
+ return $options(cafile)
+ } else {
+ set options(cafile) [Pop args 1]
+ }
+ }
+ -cadir {
+ if {$cget} {
+ return $options(cadir)
+ } else {
+ set options(cadir) [Pop args 1]
+ }
+ }
-features {
if {$cget} { return $options(features) }
}