]> nmode's Git Repositories - signal-cli/commitdiff
Update README.md
authorAsamK <asamk@gmx.de>
Mon, 4 Jan 2016 11:11:23 +0000 (12:11 +0100)
committerAsamK <asamk@gmx.de>
Mon, 4 Jan 2016 11:11:23 +0000 (12:11 +0100)
README.md

index 634fa30fff21784d2bd59a08b1993013adfbd337..1f4597d508069b3b6aad84be9fdfc8d469683554 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # textsecure-cli
 
 # textsecure-cli
 
-textsecure-cli is a commandline interface for [libtextsecure-java](https://github.com/WhisperSystems/libtextsecure-java). It supports registering, verifying, sending and receiving messages. However receiving messages currently only works with a patched libtextsecure-java, because libtextsecure-java [does not yet support registering for the websocket support](https://github.com/WhisperSystems/libtextsecure-java/pull/5). For registering you need a phone number where you can receive SMS or incoming calls.
-It is primarily intended to be used on servers to notify admins of important events.
+textsecure-cli is a commandline interface for [libtextsecure-java](https://github.com/WhisperSystems/libtextsecure-java). It supports registering, verifying, sending and receiving messages. To be able to receiving messages textsecure-cli uses a [patched libtextsecure-java](https://github.com/AsamK/libtextsecure-java), because libtextsecure-java [does not yet support registering for the websocket support](https://github.com/WhisperSystems/libtextsecure-java/pull/5). For registering you need a phone number where you can receive SMS or incoming calls.
+It is primarily intended to be used on servers to notify admins of important events. For this use-case, it has a dbus interface, that can be used to send messages from any programming language that has dbus bindings.
 
 ## Usage
 
 
 ## Usage