You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: