signalapp / libsignal-service-java

A Java/Android library for communicating with the Signal messaging service.
GNU General Public License v3.0
587 stars 271 forks source link

How can I make the library support custom api #59

Closed zyl0501 closed 6 years ago

zyl0501 commented 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.

Trolldemorted commented 6 years ago

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.