jitsi / jitsi-xmpp-extensions

Common library holding all jitsi specific smack xmpp extensions.
Apache License 2.0
15 stars 51 forks source link

fix: make sctp streams attribute optional at parsing. #52

Closed nils-ohlmeier closed 2 years ago

nils-ohlmeier commented 2 years ago

The client side treats the stream argument from the old SDP syntax as optional, and the RFC syntax for data channels doesn't even have streams at all any more. Making this optional at parsing will allow us to eventually drop the streams argument all together eventually.