xmpp-parsers: Fix the type of jingle_rtp/ssrc to u32
XEP-0167 has been updated to version 1.2.3, to change the type of the 'ssrc' attribute to u32 (from String). This is in accordance with RFC 3550 (RTP), which defines it as a randomly-chosen 32-bit unsigned integer. Additionally, the docstring was completely wrong.
This commit is contained in:
parent
e22daa91f1
commit
8c2b1df7f7
5 changed files with 17 additions and 11 deletions
|
|
@ -1,3 +1,10 @@
|
|||
Version NEXT:
|
||||
XXXX-YY-ZZ RELEASER <admin@example.com>
|
||||
* Breaking
|
||||
- The type of jingle_rtp::Description::ssrc has been changed from
|
||||
Option<String> to Option<u32>, in accordance with XEP-0167 version
|
||||
1.2.3 and RFC 3550. (!602)
|
||||
|
||||
Version 0.22.0:
|
||||
2025-10-28 pep <pep@bouah.net>
|
||||
* Breaking
|
||||
|
|
|
|||
Loading…
Reference in a new issue