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

must be able to convert grooves on send #40

Open
zippy opened this issue Nov 12, 2011 · 0 comments
Open

must be able to convert grooves on send #40

zippy opened this issue Nov 12, 2011 · 0 comments

Comments

@zippy
Copy link
Owner

zippy commented Nov 12, 2011

If a carrier (channel) can carry a particular grammar, the groove/grammar language must also specify how to convert from the base grammer to that channel's encoding of the groove. The current example we have of this is that xmpp messages natively look like they match subject-body-grammar, but really they are used for simple-message. This means that when creating droplets, folks will use the simple-message groove, but that has to be converted to the base grammar.

Currently we do groove matching on receive, but we don't handle groove transformation on send. This must be done.

Not that for now this is hacked to work in the xmpp-out-bridge.

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

No branches or pull requests

1 participant