messaging

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package messaging provides message service features which enables agent framework to handle any incoming DIDComm message based on their type and purpose. Incoming message of type not handled by any of the existing protocol services will be handled by available message service of matching type and purpose.

This package provides message service provider implementation `msghandler` which can be used to maintain list of available message services. (RFC Reference : https://github.com/hyperledger/aries-rfcs/blob/master/features/0351-purpose-decorator/README.md)

This package also provides custom message service implementation under `service` package, one which is `service/http` for `http-over-didcomm` service. (RFC Reference : https://github.com/hyperledger/aries-rfcs/blob/master/features/0335-http-over-didcomm/README.md)

Directories

Path Synopsis
Package msghandler dynamically maintains the list of registered message services.
Package msghandler dynamically maintains the list of registered message services.
service
basic
Package basic provide basic message protocol features
Package basic provide basic message protocol features
http
Package http provides http-over-didcomm message service features.
Package http provides http-over-didcomm message service features.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL