Difference between revisions of "Echo service"

From Bitmessage Wiki
Jump to navigation Jump to search
(Created page with "An echo service is a bitmessage Address, that responds to messages automatically. Depending on the implementation, this can be don in multiple ways == Fullquote == The se...")
(No difference)

Revision as of 20:07, 17 June 2013

An echo service is a bitmessage Address, that responds to messages automatically. Depending on the implementation, this can be don in multiple ways

Fullquote

The service returns the complete message to the sender. There is a high risk of it being flooded with big messages.

Truncated

The service returns the complete message up to a specified size, if the sent message is bigger, the rest is cut off.

Subject

The service ignores the content and only returns the message subject to the user with none or custom text.

Custom Message

The service answers the message without including any parts of it.