diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-08 22:15:42 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-09 19:52:53 +0100 |
commit | 97a63b9f25f8dd124abf52fa06ed29ca11abe1d9 (patch) | |
tree | 40385366f2d5524e62d0899c6962788bf9b15710 /tests | |
parent | dbbc47e02db4c657da98bf559914412b8a99236b (diff) | |
download | slixmpp-97a63b9f25f8dd124abf52fa06ed29ca11abe1d9.tar.gz slixmpp-97a63b9f25f8dd124abf52fa06ed29ca11abe1d9.tar.bz2 slixmpp-97a63b9f25f8dd124abf52fa06ed29ca11abe1d9.tar.xz slixmpp-97a63b9f25f8dd124abf52fa06ed29ca11abe1d9.zip |
XEP-0313: Update the API
- add an iterate() method that makes this plugin more practical
- add a get_fields method to retrieve the available search fields
- add a get_archive_metadata method.
This is a big chunk because git refused to split it further.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_stanza_xep_0313.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0313.py b/tests/test_stanza_xep_0313.py index 5c7b42a9..d7bd3080 100644 --- a/tests/test_stanza_xep_0313.py +++ b/tests/test_stanza_xep_0313.py @@ -13,7 +13,6 @@ class TestMAM(SlixTest): def setUp(self): register_stanza_plugin(stanza.MAM, Form) register_stanza_plugin(Iq, stanza.MAM) - register_stanza_plugin(Iq, stanza.Preferences) register_stanza_plugin(Message, stanza.Result) register_stanza_plugin(Iq, stanza.Fin) register_stanza_plugin( |