Skip to content

Commit

Permalink
fix: protocol base uri
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Jun 22, 2023
1 parent bf8b9a3 commit 9f69cd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MediaSharingModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class MediaSharingModule implements Module {
// Feature Registry
featureRegistry.register(
new Protocol({
id: 'https://2060.io/didcomm/media-sharing/0.1',
id: 'https://didcomm.org/media-sharing/1.0',
roles: [MediaSharingRole.Sender, MediaSharingRole.Receiver],
})
)
Expand Down
2 changes: 1 addition & 1 deletion src/model/MediaSharingRole.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Media Sharing roles as defined in
* https://github.com/2060-io/aries-rfcs/tree/feature/media-sharing/features/xxxx-media-sharing#roles
* https://github.com/genaris/didcomm.org/tree/feat/media-sharing/site/content/protocols/media-sharing/1.0#roles
*/

export enum MediaSharingRole {
Expand Down
2 changes: 1 addition & 1 deletion src/model/MediaSharingState.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Media Sharing states as defined in
* https://github.com/2060-io/aries-rfcs/tree/feature/media-sharing/features/xxxx-media-sharing#roles#states
* https://github.com/genaris/didcomm.org/tree/feat/media-sharing/site/content/protocols/media-sharing/1.0#states
*/

export enum MediaSharingState {
Expand Down

0 comments on commit 9f69cd6

Please sign in to comment.