comparison tests/unit/test_plugin_xep_0338.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 34c8e7e4fa52
children 716dd791be46
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
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 19
20 from twisted.words.xish import domish 20 from twisted.words.xish import domish
21 21
22 from sat.plugins.plugin_xep_0338 import NS_JINGLE_GROUPING, XEP_0338 22 from libervia.backend.plugins.plugin_xep_0338 import NS_JINGLE_GROUPING, XEP_0338
23 from sat.tools.xml_tools import parse 23 from libervia.backend.tools.xml_tools import parse
24 24
25 25
26 class TestXEP0338: 26 class TestXEP0338:
27 def test_parse_sdp(self, host): 27 def test_parse_sdp(self, host):
28 """'group' attribute in SDP is correctly parsed""" 28 """'group' attribute in SDP is correctly parsed"""