o3 icon indicating copy to clipboard operation
o3 copied to clipboard

Open-source implementation of the Threema protocol in Go.

Results 9 o3 issues
Sort by recently updated
recently updated
newest added

As the current version of the API is not supported the creation of a NEW identity is not possible anymore. The following error is the result: https://github.com/o3ma/o3rest/issues/2 Using the updated...

i like to improve this library to use it as basic for a xmpp-transport: https://dev.sum7.eu/sum7/thrempp

I tried the "o3demo" example, and it errors out with: ``` panic: Server responded with error! goroutine 1 [running]: github.com/o3ma/o3.ThreemaRest.CreateIdentity(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)...

You can't send group text message with current version because this code will never satisfy `ok == true`: ```go case o3.GroupTextMessage: fmt.Printf("GroupTextMessage: ~%s [%s] for Group [%x] created by [%s]\n",...

I tried to add the o3demo client to a group using my phone but the participant selector doesn't let me choose the o3demo contact. Am I missing some capability flag...

bug

Functions starting with `dispatch` don't return an error but fail with panics. These are caught in `sendLoop`. Using error values would be much more idiomatic go.

> Unknown PktType: e000ReceiveMessages: unhandled packet type: There is a `fmt.Printf()` in the lib in `handleClientServerMsg()` in `packethandler.go`. Thus `packettypes.go` is missing the 0xe0. I think it happened, when a...

I just wanted to leave a short message for everyone interested in and working on o3. We are terribly sorry for our lack of engagement! Unfortunately @corrupt and I are...

help wanted

The certificate is used in o3/blob.go and go-unirest/Requests.go and it would be nice to only have one instance of it, in case it changes. *this is just a reminder will...

enhancement
help wanted