2019-04-30 10:24:33 +02:00
..
2019-04-02 15:02:50 +02:00
2019-03-22 12:14:33 +01:00
2019-04-02 15:02:50 +02:00
2019-04-12 16:53:26 +02:00
2019-04-30 10:24:33 +02:00
2019-04-30 10:24:33 +02:00
2019-04-12 16:53:26 +02:00

adapters

Currently, only Whisper adapter is implemented but it is available as a Whisper service (useful if the node is embedded in your program) or Whisper client in a case when your program connects to a node running as a separate process (it might not even run on the same server).

Tips

  • In order to send a request to a MailServer you need a symmetric key created from a password. The password is stored in mailserver.go,
  • In whisper_topic.go you can learn how to create topics for public and private chats,
  • Adapters handle MailServer pagination (using cursor) and requesting for historic messages is synchronous.