Skip to content

XEP-0167: Make ssrc attribute unsignedInt instead of generic string #1446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lnjX
Copy link
Contributor

@lnjX lnjX commented Jul 4, 2025

'ssrc' is no generic string, but an 32-bit unsigned integer.

The XEP text also says:

The element MAY possess a 'ssrc' attribute that
specifies the 32-bit synchronization source for this media stream,
as defined in RFC 3550 [2].

so I'd argue that the XEP already required 'ssrc' to be a uint32 before.

'ssrc' is no generic string, but an 32-bit unsigned integer.

The XEP text also says:
> The <description/> element MAY possess a 'ssrc' attribute that
> specifies the 32-bit synchronization source for this media stream,
> as defined in RFC 3550 [2].

so I'd argue that the XEP already required 'ssrc' to be a uint32 before.
@github-actions github-actions bot added the Needs Council The affected XEP has the Council as Approving Body and it needs to decide on the change. label Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Council The affected XEP has the Council as Approving Body and it needs to decide on the change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant