Mercurial > libervia-backend
comparison tests/unit/test_plugin_xep_0320.py @ 4071:4b842c1fb686
refactoring: renamed `sat` package to `libervia.backend`
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 11:49:51 +0200 |
parents | b56bf0c6c064 |
children | f1d0cde61af7 |
comparison
equal
deleted
inserted
replaced
4070:d10748475025 | 4071:4b842c1fb686 |
---|---|
16 # You should have received a copy of the GNU Affero General Public License | 16 # You should have received a copy of the GNU Affero General Public License |
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
18 | 18 |
19 from twisted.words.xish import domish | 19 from twisted.words.xish import domish |
20 | 20 |
21 from sat.plugins.plugin_xep_0320 import NS_JINGLE_DTLS, XEP_0320 | 21 from libervia.backend.plugins.plugin_xep_0320 import NS_JINGLE_DTLS, XEP_0320 |
22 from sat.tools import xml_tools | 22 from libervia.backend.tools import xml_tools |
23 | 23 |
24 | 24 |
25 class TestXEP0320: | 25 class TestXEP0320: |
26 def test_parse_transport_trigger(self, host): | 26 def test_parse_transport_trigger(self, host): |
27 """<transport> element is parsed correctly in trigger""" | 27 """<transport> element is parsed correctly in trigger""" |