Mercurial > libervia-backend
comparison tests/unit/test_plugin_xep_0293.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 | fddd76dedc97 |
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_0167.constants import NS_JINGLE_RTP | 21 from libervia.backend.plugins.plugin_xep_0167.constants import NS_JINGLE_RTP |
22 from sat.plugins.plugin_xep_0293 import NS_JINGLE_RTP_RTCP_FB, RTCP_FB_KEY, XEP_0293 | 22 from libervia.backend.plugins.plugin_xep_0293 import NS_JINGLE_RTP_RTCP_FB, RTCP_FB_KEY, XEP_0293 |
23 from sat.tools import xml_tools | 23 from libervia.backend.tools import xml_tools |
24 | 24 |
25 class TestXEP0293: | 25 class TestXEP0293: |
26 | 26 |
27 def test_parse_sdp_rtcp_fb_general(self, host): | 27 def test_parse_sdp_rtcp_fb_general(self, host): |
28 """Parsing of a general RTCP feedback SDP line.""" | 28 """Parsing of a general RTCP feedback SDP line.""" |