From 97a63b9f25f8dd124abf52fa06ed29ca11abe1d9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 8 Mar 2021 22:15:42 +0100 Subject: 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. --- tests/test_stanza_xep_0313.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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( -- cgit v1.2.3