Skip to content
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

JVB API IQ message #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

JVB API IQ message #28

wants to merge 4 commits into from

Conversation

bbaldino
Copy link
Member

This message is designed to allow us to send an arbitrary JSON payload over XMPP. This is perhaps counterintuitive, but the reasoning is that we plan to move away from XMPP in the future (to JSON over HTTP) so we're leaving the XMPP transport but defining the new messages now.

I made the JsonPacketExtension separate because I think we'll get re-use out of it (Jibri already takes some JSON data and it would be nice to move over to this). I don't know that it's best done as a PacketExtension, though. I did run into some awkwardness around it not having a namespace (it didn't feel like one made sense for it) since extensions on an IQ require lookup via a namespace (I had to add a helper function to work around this)--so suggestions are welcome.

@bbaldino
Copy link
Member Author

I think we'll call this a draft for now, as I haven't been able to try integrating this with actual code yet and may run into something there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant