Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ff10577c0 | |||
| 989b8436c2 | |||
| b4cc920d48 | |||
| 69e7140991 |
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
[](https://github.com/67P/remotestorage-module-chat-messages/releases)
|
||||||
|
|
||||||
|
# remoteStorage Module: Chat Messages
|
||||||
|
|
||||||
|
Stores chat messages in daily archive documents.
|
||||||
|
|
||||||
|
Please feel free to open GitHub issues for questions, feature requests,
|
||||||
|
protocol proposals, and whatever else you like.
|
||||||
|
|
||||||
|
## Protocols
|
||||||
|
|
||||||
|
### Currently supported
|
||||||
|
|
||||||
|
* IRC
|
||||||
|
* XMPP
|
||||||
|
|
||||||
|
### Planned
|
||||||
|
|
||||||
|
* Mattermost
|
||||||
|
* Matrix
|
||||||
|
* Slack
|
||||||
|
* ...
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "remotestorage-module-chat-messages",
|
"name": "remotestorage-module-chat-messages",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"description": "Stores chat messages in daily archive files",
|
"description": "Stores chat messages in daily archive files",
|
||||||
"main": "./dist/build.js",
|
"main": "./dist/build.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -13,6 +13,10 @@
|
|||||||
"Sebastian Kippe <sebastian@kip.pe>"
|
"Sebastian Kippe <sebastian@kip.pe>"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/67P/remotestorage-module-chat-messages.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.18.2",
|
"babel-core": "^6.18.2",
|
||||||
"babel-loader": "^6.2.7",
|
"babel-loader": "^6.2.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user