mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-12-05 06:53:47 -08:00
Improves documentation of stanza package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# XMPP Stanza
|
# 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
|
## Stanza creation
|
||||||
|
|
||||||
|
|||||||
4
stanza/doc.go
Normal file
4
stanza/doc.go
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
/*
|
||||||
|
XMPP stanza package is used to parse, marshall and unmarshal XMPP stanzas and nonzas.
|
||||||
|
*/
|
||||||
|
package stanza
|
||||||
Reference in New Issue
Block a user