structs.go
changeset 37 fbda8e925fdf
parent 36 9fe022261dcc
child 38 2839fece923e
equal deleted inserted replaced
36:9fe022261dcc 37:fbda8e925fdf
    97 	XChild() *Generic
    97 	XChild() *Generic
    98 	innerxml() string
    98 	innerxml() string
    99 }
    99 }
   100 
   100 
   101 type ExtendedStanza interface {
   101 type ExtendedStanza interface {
       
   102 	Stanza
   102 	InnerMarshal(io.Writer) os.Error
   103 	InnerMarshal(io.Writer) os.Error
   103 }
   104 }
   104 
   105 
   105 // message stanza
   106 // message stanza
   106 type Message struct {
   107 type Message struct {