Charles Samborski

Results 206 comments of Charles Samborski

``` https://client-s.gateway.messenger.live.com/v1/users/ME/conversations?startTime=1514877701928&pageSize=100&view=msnp24Equivalent&targetType=Passport|Skype|Lync|Thread|PSTN ``` The method above lists the available conversations: PMs and group chats. I'll try to add support for this as soon as possible. You can then use `sendMessage`...

Huh, well. It turns out that the method to get the conversations already exists 😄 : https://github.com/ocilo/skype-http/blob/faf48795e7cbb041cf337cbe5ee8e98bfc414187/src/lib/api.ts#L69 Still, I'll update the types to match the contacts API.

Updating the conversation types also requires me to update the message types. It will improve the health of the lib a lot but requires more time. I started work [on...

You are right, this is a problem. The fact that the server acknowledges the reception of the message is an important event. Currently, this code does wrong assumptions as you...

The issue with the redundant checks was solved. The main issue still there though, I may take a look at it during the next days.

You are right, restoring the state should use a no-op (but maybe not `setStatus`) to ensure that we are properly logged in. I was using it while developing the feature...

Thank you for working on this issue.

Restoring the state seems to work pretty fine for the Skype token but fail with the registration token if it stopped for more than a few minutes. We may need...

I think that we need more data about this. Its better to not prefix rather than incorrectly prefix by `8:`. I don't know if it is possible or safe to...

@mitchcapper It's better to add the prefix everywhere. With the new contacts API (v2), Skype uses it as the only ID for the contacts. We now only have `{mri: "8:bob",...