Echo service

From Bitmessage Wiki
Revision as of 20:07, 17 June 2013 by AyrA (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.