hyperledger / aries-framework-kotlin

aries-framework-kotlin
https://wiki.hyperledger.org/display/aries
Apache License 2.0
7 stars 6 forks source link

Basic text message #34

Open amutha-tg opened 2 months ago

amutha-tg commented 2 months ago

The SDK does it support basic plain text message to send one agent to another agent by using Socket connection. if yes, what is the API method being used?

conanoc commented 2 months ago

No. It doesn't support sending basic messages.

amutha-tg commented 2 months ago

No. It doesn't support sending basic messages.

Is there any particular reason which it doesn't support? or, is it related to askar or Indy?

conanoc commented 2 months ago

There's no particular reason. I just thought it was not necessary. What are you going to do with that if it is supported?

amutha-tg commented 2 months ago

There's no particular reason. I just thought it was not necessary. What are you going to do with that if it is supported?

Just checking the capabilities of credentials/proof exchange between kotlin holder to holder. does it works?

conanoc commented 2 months ago

It will depend on the details of your scenario.

amutha-tg commented 2 months ago

It will depend on the details of your scenario.

We just need to send normal text messages between two agents. Could you help us with the same? Please route me with the sample code.