diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-05-18 14:38:57 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-05-18 14:38:57 +0200 |
commit | dfbef8be8f2014c36f778d18f67293b3c724c0a8 (patch) | |
tree | 9f1aa791c0b2993cd290f889818d7433ad3aa4d6 /tools/xmpp_codec.spec | |
parent | Remove deprecated XEP-0090 Entity Time and 91 Delayed Delivery (EJAB-849) (diff) |
Remove XEP-0091 tags from test suite
Diffstat (limited to 'tools/xmpp_codec.spec')
-rw-r--r-- | tools/xmpp_codec.spec | 10 |
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">>, |