dappconnect-sdks/packages/status-communities
Franck R 030a33f95a
Rename DappConnect to Waku Connect (#213)
* Rename DappConnect to Waku Connect

* Remove redundant qualifier on CommunityChat

* Rename `Chat` to `ChatRoom`

There are two components:
- `CommunityChatRoom` (prev. `Chat`) contains the chat room, channels,
 members.
-`CommunityChat` wrap `ChatRoom` is the various provider.

A consumer would most likely use `CommunityChat` directly.
If they want to swap a provider, they'd use `CommunityChatRoom`

* Rename `GroupChat` to `GroupChatRoom`

* Rename `DappConnectGroupChat` to `GroupChat`

There are two components:
- `GroupChatRoom` (prev. `GroupChat`) contains the chat room, members.
- `GroupChat` wrap `GroupChatRoom` is the various provider.

A consumer would most likely use `GroupChat` directly.
If they want to swap a provider, they'd use `GroupChatRoom`.

* Remove DappConnect qualifier
2022-02-03 08:51:05 +01:00
..
proto Add private group chat handling (#136) 2021-11-26 12:24:37 +01:00
src Refactor hooks and add reducers (#208) 2022-01-30 11:32:07 +01:00
.eslintrc.json Enforce function return types 2021-10-08 14:29:11 +11:00
.mocharc.json Add messenger 2021-09-14 15:16:40 +10:00
.prettierignore Started building 2021-09-14 12:50:33 +10:00
README.md Setup status-communities package 2021-09-13 15:54:05 +10:00
buf.gen.yaml Started building 2021-09-14 12:50:33 +10:00
buf.yaml Instantiate Community and retrieve details 2021-10-08 14:29:11 +11:00
package.json Rename DappConnect to Waku Connect (#213) 2022-02-03 08:51:05 +01:00
tsconfig.json Send and receive message 2021-09-22 15:05:36 +10:00
tsconfig.tsbuildinfo Add messenger 2021-09-14 15:16:40 +10:00

README.md

status-communities