Discussion:
[whispersystems] How Can i disable RedPhone?
Sadık Faruk Çetin
2016-01-07 13:49:27 UTC
Permalink
i am creating my own textsecure server and my android app
how can i disable redphone clearly ?
Patrick Connolly
2016-01-07 23:08:05 UTC
Permalink
https://github.com/JavaJens/TextSecure/commit/005c7f53fc39b843e86f5e2741f8e7da28bf188a
:)

but fwiw, my understanding is that this list is not for discussion of
things outside intended use-cases.
Sadık Faruk Çetin
2016-01-08 12:19:52 UTC
Permalink
first thankk you for reply my email.

i succesullf registering my mobile phones on my own textsecure-server.
but i am getting following errors when i was sending message to
+905335903314

*TEXTSECURE SERVER OUTPUT.*

WARN [2016-01-08 11:56:13,569]
org.whispersystems.textsecuregcm.websocket.WebSocketConnection: Bad
signaling key
! org.whispersystems.textsecuregcm.entities.CryptoEncodingException:
Invalid key!
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.getCiphertext(EncryptedOutgoingMessage.java:91)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.<init>(EncryptedOutgoingMessage.java:54)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.sendMessage(WebSocketConnection.java:97)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.processStoredMessages(WebSocketConnection.java:176)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.onDispatchSubscribed(WebSocketConnection.java:89)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.dispatch.DispatchManager$3.run(DispatchManager.java:159)
[TextSecureServer-0.86.jar:0.86]
! at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[na:1.7.0_79]
! at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[na:1.7.0_79]
! at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]


10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "GET /v2/keys/+905335903314/*
HTTP/1.1" 200 - "-" "okhttp/2.2.0" 132
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "PUT
/v1/messages/+905335903314 HTTP/1.1" 200 19 "-" "okhttp/2.2.0" 129
127.0.0.1 - - [08/Jan/2016:11:57:07 +0000] "GET /v1/keepalive HTTP/1.0" 200
0 "-" "-" 0


*PUSH SERVER OUTPUT*

172.20.1.10 - - [08/Jan/2016:11:56:40 +0000] "PUT /api/v1/push/gcm
HTTP/1.1" 204 - "-" "sadik-server (sadik-server)" 44
WARN [2016-01-08 11:56:42,169]
org.whispersystems.pushserver.senders.HttpGCMSender: GCM Failed:
org.whispersystems.gcm.server.AuthenticationFailedException


what can i do ?
where is the problem?
first thankk you for reply my email.
i succesullf registering my mobile phones on my own textsecure-server.
but i am getting following errors when i was sending message to
+905335903314
*TEXTSECURE SERVER OUTPUT.*
WARN [2016-01-08 11:56:13,569]
org.whispersystems.textsecuregcm.websocket.WebSocketConnection: Bad
signaling key
Invalid key!
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.getCiphertext(EncryptedOutgoingMessage.java:91)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.<init>(EncryptedOutgoingMessage.java:54)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.sendMessage(WebSocketConnection.java:97)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.processStoredMessages(WebSocketConnection.java:176)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.onDispatchSubscribed(WebSocketConnection.java:89)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.dispatch.DispatchManager$3.run(DispatchManager.java:159)
[TextSecureServer-0.86.jar:0.86]
! at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[na:1.7.0_79]
! at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[na:1.7.0_79]
! at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "GET /v2/keys/+905335903314/*
HTTP/1.1" 200 - "-" "okhttp/2.2.0" 132
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "PUT
/v1/messages/+905335903314 HTTP/1.1" 200 19 "-" "okhttp/2.2.0" 129
127.0.0.1 - - [08/Jan/2016:11:57:07 +0000] "GET /v1/keepalive HTTP/1.0"
200 0 "-" "-" 0
*PUSH SERVER OUTPUT*
172.20.1.10 - - [08/Jan/2016:11:56:40 +0000] "PUT /api/v1/push/gcm
HTTP/1.1" 204 - "-" "sadik-server (sadik-server)" 44
WARN [2016-01-08 11:56:42,169]
org.whispersystems.gcm.server.AuthenticationFailedException
what can i do ?
where is the problem?
On Thu, Jan 7, 2016 at 11:08 PM, Patrick Connolly <
Post by Patrick Connolly
https://github.com/JavaJens/TextSecure/commit/005c7f53fc39b843e86f5e2741f8e7da28bf188a
:)
but fwiw, my understanding is that this list is not for discussion of
things outside intended use-cases.
--
*Sadık ÇETİN*
*Software Engineer*
*Ankara/TURKEY*
*Web : www.sadikcetin.net <http://www.sadikcetin.net>*
*GitHub :* github.com/sadikcetin <http://github.com/sadikcetin34>
Sam Lanning
2016-01-08 15:32:03 UTC
Permalink
Hi Sadık,

Unfortunately the TextSecure Server project is not officially
supported by Open Whisper Systems, and is uploaded to GitHub just for
transparency purposes. Developers of the apps are not generally
expected to run their own instance of the TextSecure Server.

Additionally, this mailing list is not intended to be used for support
purposes. Please head to http://support.whispersystems.org for support
requests in the future.

Many Thanks,
Sam.
Post by Sadık Faruk Çetin
first thankk you for reply my email.
i succesullf registering my mobile phones on my own textsecure-server.
but i am getting following errors when i was sending message to
+905335903314
TEXTSECURE SERVER OUTPUT.
WARN [2016-01-08 11:56:13,569]
org.whispersystems.textsecuregcm.websocket.WebSocketConnection: Bad
signaling key
! org.whispersystems.textsecuregcm.entities.CryptoEncodingException: Invalid
key!
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.getCiphertext(EncryptedOutgoingMessage.java:91)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.<init>(EncryptedOutgoingMessage.java:54)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.sendMessage(WebSocketConnection.java:97)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.processStoredMessages(WebSocketConnection.java:176)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.onDispatchSubscribed(WebSocketConnection.java:89)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.dispatch.DispatchManager$3.run(DispatchManager.java:159)
[TextSecureServer-0.86.jar:0.86]
! at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[na:1.7.0_79]
! at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[na:1.7.0_79]
! at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "GET /v2/keys/+905335903314/*
HTTP/1.1" 200 - "-" "okhttp/2.2.0" 132
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "PUT /v1/messages/+905335903314
HTTP/1.1" 200 19 "-" "okhttp/2.2.0" 129
127.0.0.1 - - [08/Jan/2016:11:57:07 +0000] "GET /v1/keepalive HTTP/1.0" 200
0 "-" "-" 0
PUSH SERVER OUTPUT
172.20.1.10 - - [08/Jan/2016:11:56:40 +0000] "PUT /api/v1/push/gcm HTTP/1.1"
204 - "-" "sadik-server (sadik-server)" 44
WARN [2016-01-08 11:56:42,169]
org.whispersystems.gcm.server.AuthenticationFailedException
what can i do ?
where is the problem?
Post by Sadık Faruk Çetin
first thankk you for reply my email.
i succesullf registering my mobile phones on my own textsecure-server.
but i am getting following errors when i was sending message to
+905335903314
TEXTSECURE SERVER OUTPUT.
WARN [2016-01-08 11:56:13,569]
org.whispersystems.textsecuregcm.websocket.WebSocketConnection: Bad
signaling key
Invalid key!
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.getCiphertext(EncryptedOutgoingMessage.java:91)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.entities.EncryptedOutgoingMessage.<init>(EncryptedOutgoingMessage.java:54)
~[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.sendMessage(WebSocketConnection.java:97)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.processStoredMessages(WebSocketConnection.java:176)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.textsecuregcm.websocket.WebSocketConnection.onDispatchSubscribed(WebSocketConnection.java:89)
[TextSecureServer-0.86.jar:0.86]
! at
org.whispersystems.dispatch.DispatchManager$3.run(DispatchManager.java:159)
[TextSecureServer-0.86.jar:0.86]
! at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[na:1.7.0_79]
! at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[na:1.7.0_79]
! at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "GET /v2/keys/+905335903314/*
HTTP/1.1" 200 - "-" "okhttp/2.2.0" 132
10.0.55.112 - - [08/Jan/2016:11:56:40 +0000] "PUT
/v1/messages/+905335903314 HTTP/1.1" 200 19 "-" "okhttp/2.2.0" 129
127.0.0.1 - - [08/Jan/2016:11:57:07 +0000] "GET /v1/keepalive HTTP/1.0"
200 0 "-" "-" 0
PUSH SERVER OUTPUT
172.20.1.10 - - [08/Jan/2016:11:56:40 +0000] "PUT /api/v1/push/gcm
HTTP/1.1" 204 - "-" "sadik-server (sadik-server)" 44
WARN [2016-01-08 11:56:42,169]
org.whispersystems.gcm.server.AuthenticationFailedException
what can i do ?
where is the problem?
On Thu, Jan 7, 2016 at 11:08 PM, Patrick Connolly
Post by Patrick Connolly
https://github.com/JavaJens/TextSecure/commit/005c7f53fc39b843e86f5e2741f8e7da28bf188a
:)
but fwiw, my understanding is that this list is not for discussion of
things outside intended use-cases.
--
Sadık ÇETİN
Software Engineer
Ankara/TURKEY
Web : www.sadikcetin.net
GitHub : github.com/sadikcetin
Johan Wevers
2016-01-09 17:36:19 UTC
Permalink
Post by Sam Lanning
Additionally, this mailing list is not intended to be used for support
purposes.
Then what is? On Github the developers point to here.
Post by Sam Lanning
Please head to http://support.whispersystems.org for support
requests in the future.
That used to be a usefull place where one could post questions and get
answers, but it has changed to become nothing more that a site carrying
a user manual. It is called a FAQ but the questions I see here
frequently, especially those the developers don't like such as questions
about removing Google dependencies are not adressed there.
--
Met vriendelijke groet,

Johan Wevers
Роман
2016-01-09 19:19:13 UTC
Permalink
Post by Johan Wevers
Post by Sam Lanning
Additionally, this mailing list is not intended to be used for support
purposes.
Then what is? On Github the developers point to here.
Post by Sam Lanning
Please head to http://support.whispersystems.org for support
requests in the future.
That used to be a usefull place where one could post questions and get
answers, but it has changed to become nothing more that a site carrying
a user manual. It is called a FAQ but the questions I see here
frequently, especially those the developers don't like such as questions
about removing Google dependencies are not adressed there.
--
Met vriendelijke groet,
Johan Wevers
-- реклама -----------------------------------------------------------
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем
Роман
2016-01-09 19:22:47 UTC
Permalink
I have to agree with Johan. Former Support section was really helpfull and usefull. But it's present state can hardly be named Support. There even no Forum section anymore. I can understand good willing to respect US laws, ok. But there is no need to make a reference there.

Thank all the guys that are making such a wonderfull app, but it looks like there some limitations that Developers just can not avoid, if they want to stay on legal way.

Roman
Post by Johan Wevers
Post by Sam Lanning
Additionally, this mailing list is not intended to be used for support
purposes.
Then what is? On Github the developers point to here.
Post by Sam Lanning
Please head to http://support.whispersystems.org for support
requests in the future.
That used to be a usefull place where one could post questions and get
answers, but it has changed to become nothing more that a site carrying
a user manual. It is called a FAQ but the questions I see here
frequently, especially those the developers don't like such as questions
about removing Google dependencies are not adressed there.
--
Met vriendelijke groet,
Johan Wevers
-- реклама -----------------------------------------------------------
Поторопись зарегистрировать самый короткий почтовый адрес @i.ua
http://mail.i.ua/reg - и получи 1Gb для хранения писем
Роман
2016-01-14 11:34:30 UTC
Permalink
You can start from here:

https://en.wikipedia.org/wiki/Signal_(software)#Reception

In this sense, if developers would like to continue their work they have to do it accordingly to US goverment's requirements. Which, amoung others, means creating difficulties for possible malefactors in their tryings to build and use it for illegal purposes. Just read between the lines.

Roman
Post by Роман
I have to agree with Johan. Former Support section was really helpfull and usefull. But it's present state can hardly be named Support. There even no Forum section anymore. I can understand good willing to respect US laws, ok. But there is no need to make a reference there.
Thank all the guys that are making such a wonderfull app, but it looks like there some limitations that Developers just can not avoid, if they want to stay on legal way.
Can you elaborate what you mean by "respect US laws"? Which laws are you
referring to?
Stephan
-- реклама -----------------------------------------------------------
Купуй дешевше на Aukro.ua! Розпродаж!
http://h.holder.com.ua/c?tz&z1585&b110925&s03908&r[rndID]&u

Loading...