Skip to content

Commit

Permalink
a bit more formatting and clrifications
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 18, 2020
1 parent 848d687 commit b600189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ When you register a new account you are asked for an email address to send valid
* Multiple platforms:
* [Android](https://github.com/tinode/tindroid/)
* [iOS](https://github.com/tinode/ios)
* [web](https://github.com/tinode/webapp/)
* [command line](tn-cli/) clients.
* [Web](https://github.com/tinode/webapp/)
* Scriptable [command line](tn-cli/)
* One-on-one messaging.
* Group messaging with every member's access permissions managed individually. The maximum number of members is configurable (128 by default).
* Sharded clustering with failover.
* Flexible access control with permissions for various actions.
* Server-generated presence notifications for people, group conversations.
* Support for custom authentication backends.
* Sharded clustering with failover.
* Bindings for various programming languages:
* Javascript with no external dependencies.
* Java with dependencies on [Jackson](https://github.com/FasterXML/jackson) and [Java-Websocket](https://github.com/TooTallNate/Java-WebSocket)). Suitable for Android but with no Android SDK dependencies.
* Swift with dependency on [SwiftWebSocket](https://github.com/tidwall/SwiftWebSocket).
* Nine other languages using [gRPC](https://grpc.io/docs/languages/).
* C/C++, C#, Python, PHP, Ruby and other languages using [gRPC](https://grpc.io/docs/languages/).
* Websocket, long polling, and [gRPC](https://grpc.io/) over TCP or Unix sockets.
* JSON or [protobuf version 3](https://developers.google.com/protocol-buffers/) wire protocols.
* Optional built-in [TLS](https://en.wikipedia.org/wiki/Transport_Layer_Security) with [Letsencrypt](https://letsencrypt.org/) or conventional certificates.
Expand Down

0 comments on commit b600189

Please sign in to comment.