mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-24 03:22:01 -08:00
Improves documentation of stanza package
This commit is contained in:
parent
91c562200d
commit
6165232d7a
@ -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
|
Loading…
Reference in New Issue
Block a user