message, iq, presence, stanza_error, forwarded: Add support for components hidden behind the component feature flag.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-29 06:49:02 +01:00
commit 69cc83c456
8 changed files with 161 additions and 28 deletions

View file

@ -26,3 +26,7 @@ try_from = "0.2.2"
[dependencies.jid]
version = "0.2.3"
features = ["minidom"]
[features]
# Build xmpp-parsers to make components instead of clients.
component = []