Muc <x xmlns='http://jabber.org/protocol/muc'/> parser
This commit is contained in:
parent
33994c1042
commit
c4c6528197
5 changed files with 101 additions and 1 deletions
|
|
@ -1,7 +1,10 @@
|
|||
[package]
|
||||
name = "xmpp-parsers"
|
||||
version = "0.4.0"
|
||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||||
authors = [
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
"Maxime “pep” Buquet <pep+code@bouah.net>",
|
||||
]
|
||||
description = "Collection of parsers and serialisers for XMPP extensions"
|
||||
homepage = "https://hg.linkmauve.fr/xmpp-parsers"
|
||||
repository = "https://hg.linkmauve.fr/xmpp-parsers"
|
||||
|
|
|
|||
Loading…
Reference in a new issue