1.2.1 • Published 9 months ago

@universis/im v1.2.1

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
gitlab
Last release
9 months ago

@universis/im

Universis api server instant messaging plugin

Installation

npm i @universis/im

Configure

Register @universis/im#MessagingService in application services:

# app.production.json

"services": [
    ...,
    {
        "serviceType": "@universis/dining#MessagingService"
    }
]

Add @universis/im#DiningSchemaLoader to schema loaders

# app.production.json

{
    "settings": {
        "schema": {
            "loaders": [
                ...,
                {
                    "loaderType": "@universis/im#MessagingSchemaLoader"
                }
            ]
        }
    }
}
1.2.0

9 months ago

1.1.1

10 months ago

1.2.1

9 months ago

1.1.0

12 months ago

1.0.2

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago