Skip to content

Commit 85386f7

Browse files
committed
Remove the (rather pointless) callback server CLI
The callback server CLI only printed received text message which can also be done easily with the callback server example.
1 parent a82536d commit 85386f7

File tree

3 files changed

+0
-140
lines changed

3 files changed

+0
-140
lines changed

README.rst

-13
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,6 @@ command:
9797
9898
$ threema-gateway version
9999
100-
Callback Server
101-
---------------
102-
103-
The callback server can be used to receive messages. The demo script
104-
``threema-callback-server`` prints out received message on the command
105-
line. Run the following command to see usage information.
106-
107-
.. code-block:: bash
108-
109-
$ threema-callback-server --help
110-
111-
The script resides `here <threema/gateway/bin/callback_server.py>`_.
112-
113100
Troubleshooting
114101
***************
115102

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def read(file):
7777
entry_points={
7878
'console_scripts': [
7979
'threema-gateway = threema.gateway.bin.gateway_client:main',
80-
'threema-callback-server = threema.gateway.bin.callback_server:main',
8180
],
8281
},
8382

threema/gateway/bin/callback_server.py

-126
This file was deleted.

0 commit comments

Comments
 (0)