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

Message enhancements #15

Closed
wants to merge 3 commits into from
Closed

Conversation

alexdean
Copy link
Owner

improvements to As2::Message. Unsure if these will be released or not. Saving here for visibility.

  1. allow caller to specify how message content is encoded. alternative: try both and use begin/rescue to detect if the first attempt fails.
  2. allow caller to specify which algorithm to use for MIC generation. this would be extracted from HTTP Disposition-Notification-Options header.

Alex Dean added 3 commits August 17, 2022 10:53
useful when/if we want to try to generate a MIC using algo specified by partner
> DEPRECATED: Use assert_nil if expecting nil from test/message_test.rb:215.
> This will fail in Minitest 6.
…ease.

  1. allow caller to specify how message content is encoded. alternative: try
     both and use begin/rescue to detect if the first attempt fails.
  2. allow caller to specify which algorithm to use for MIC generation.
     this would be extracted from HTTP Disposition-Notification-Options header.
@alexdean alexdean self-assigned this Aug 17, 2022
@alexdean alexdean closed this May 6, 2024
@alexdean alexdean deleted the message-enhancements branch May 6, 2024 15:15
@alexdean alexdean restored the message-enhancements branch May 6, 2024 15:16
@alexdean alexdean deleted the message-enhancements branch May 6, 2024 15:17
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