Example group chat client app with the RSS GroupChat Extension https://rss.ag/rss-groupchat-extension/
- reallysimple-groupchat.diff -- this is a diff of the reallysimple.js that shows the changes to support groupchat:group elements
- reallysimple.js -- a copy of the reallysimple library with the modifications
- index.ts -- example client app for the RSS GroupChat Extension
run the "npm install" command
- edit the index.ts file and paste a feed URL into the urlFeed variable on line 4
- run the "npm run dev" command
- edit the index.ts file and paste the id of a group into the "categories" variable on line 90
- run the "npm run dev" command