message, iq, presence, stanza_error, forwarded: Add support for components hidden behind the component feature flag.
This commit is contained in:
parent
99b9525e6f
commit
69cc83c456
8 changed files with 161 additions and 28 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue