mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-21 19:43:46 -07:00
Improves documentation of stanza package
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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