comparison tests/unit/test_plugin_xep_0339.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 5241267a92b3
children
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_0339 import NS_JINGLE_RTP_SSMA, XEP_0339 22 from libervia.backend.plugins.plugin_xep_0339 import NS_JINGLE_RTP_SSMA, XEP_0339
23 from sat.tools.xml_tools import parse 23 from libervia.backend.tools.xml_tools import parse
24 24
25 25
26 class TestXEP0339: 26 class TestXEP0339:
27 def test_parse_sdp(self, host): 27 def test_parse_sdp(self, host):
28 """'ssrc' and 'ssrc-group' attributes in SDP are correctly parsed""" 28 """'ssrc' and 'ssrc-group' attributes in SDP are correctly parsed"""