changeset 32 | 4e68d8f89dc3 |
parent 31 | 1dc47df5c99f |
child 33 | 571713f49494 |
--- a/structs.go Thu Dec 29 11:17:52 2011 -0700 +++ b/structs.go Thu Dec 29 11:25:26 2011 -0700 @@ -52,11 +52,12 @@ } var _ xml.Marshaler = &errText{} -// BUG(cjyar) Store this in Client and make it available to the app. type Features struct { Starttls *starttls Mechanisms mechs Bind *Generic + Session *Generic + Any *Generic } type starttls struct {