Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmpp_codec.spec')
-rw-r--r--tools/xmpp_codec.spec10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/xmpp_codec.spec b/tools/xmpp_codec.spec
index 61f438cbe..e8cf0612b 100644
--- a/tools/xmpp_codec.spec
+++ b/tools/xmpp_codec.spec
@@ -1808,16 +1808,6 @@
dec = {dec_jid, []},
enc = {enc_jid, []}}]}).
--xml(legacy_delay,
- #elem{name = <<"x">>,
- xmlns = <<"jabber:x:delay">>,
- result = {legacy_delay, '$stamp', '$from'},
- attrs = [#attr{name = <<"stamp">>,
- required = true},
- #attr{name = <<"from">>,
- dec = {dec_jid, []},
- enc = {enc_jid, []}}]}).
-
-xml(bytestreams_streamhost,
#elem{name = <<"streamhost">>,
xmlns = <<"http://jabber.org/protocol/bytestreams">>,