diff --git a/stanza/README.md b/stanza/README.md index 18127a7..f49686c 100644 --- a/stanza/README.md +++ b/stanza/README.md @@ -1,6 +1,6 @@ # XMPP Stanza -XMPP `stanza` package is use to parse, marshall and and unmarshal XMPP stanzas and nonzas. +XMPP `stanza` package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. ## Stanza creation diff --git a/stanza/doc.go b/stanza/doc.go new file mode 100644 index 0000000..f90c88a --- /dev/null +++ b/stanza/doc.go @@ -0,0 +1,4 @@ +/* +XMPP stanza package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. +*/ +package stanza