From 6165232d7a66d0126c3843a1a0854a5c9e71c015 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 29 Jun 2019 14:40:35 +0200 Subject: [PATCH] Improves documentation of stanza package --- stanza/README.md | 2 +- stanza/doc.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 stanza/doc.go 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