Turasa / libsignal-service-java

GNU General Public License v3.0
37 stars 21 forks source link

Are there plans to support profiles? #14

Closed thefinn93 closed 6 years ago

thefinn93 commented 6 years ago

Upstream has a bunch of functions related to reading and setting protocols. Are there any plans to add to this fork?

I use this library in signald, and would like to add support for profiles eventually.

Trolldemorted commented 6 years ago

Doesn't setting and reading a profile work already? My Signal-Android uses this fork and it is able to read and set profiles iirc.

thefinn93 commented 6 years ago

Hrm, perhaps I'll need to do more research then. I noticed the word "profile" appears a lot in the upstream library and nowhere here, and I'm not really sure how to interact with them. Thanks for the info.

Trolldemorted commented 6 years ago

https://github.com/Turasa/libsignal-service-java/blob/master/java/src/main/java/org/whispersystems/signalservice/api/SignalServiceMessageReceiver.java#L113

Github's search function does not work for forks, unfortunately.

thefinn93 commented 6 years ago

Oh wow thanks.