Closed zyl0501 closed 6 years ago
https://github.com/signalapp/libsignal-service-java/blob/master/java/src/main/java/org/whispersystems/signalservice/internal/push/PushServiceSocket.java This java file has defined some api. I want expand more api with signal protocol. I found method makeServiceRequest in PushServiceSocket, but the method is private. How can I make the library support custom api.
This is an issue tracker, not a support ticket system or a forum. If you want to ask questions, the community forum is most likely the best place to visit.
https://github.com/signalapp/libsignal-service-java/blob/master/java/src/main/java/org/whispersystems/signalservice/internal/push/PushServiceSocket.java This java file has defined some api. I want expand more api with signal protocol. I found method makeServiceRequest in PushServiceSocket, but the method is private. How can I make the library support custom api.