[delta-dev] Group Chat Plain Bot ��� Hi,
I need to add an announcement bot to a Group Chat (the bot doesn't uses
delta lib) and I am wondering how delta clients pick up regular emails
from MUAs participating in groups:
Looking at source of messages I can see the only bit related to groups
are the following headers:
*
In-Reply-To
*
References
which reference the group-chat-id e.g.:
<group-chat-id.G41YCagco1f(a)myhost.com>
Can you confirm that the messages are picked up just by adding such headers
to the message or otherwise give some additional hints?
Thanks.
hi, instead of having to reply to a message from the group each time, you
can take a message from the group from a DC user and peek at the header:
Chat-Group-ID: TOKEN HERE
and then include that header in your bot's messages also include the header:
Chat-Version: 1.0
with this your bot will trick all other DC clients to think it is a DC client
as well,
otherwise if you want the messages to be received as from a classic Mua
I guess also the trick of in-reply-to will work