EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
624 stars 88 forks source link

Invite message not displayed when an authorisation request is received #562

Closed lighterowl closed 7 years ago

lighterowl commented 7 years ago

The message sent by the party who added us into their buddy list and sent an authorisation request is not relayed properly by the skypeweb plugin. Here's the JSON that I receive from the server (the request was sent from a Skype for Linux instance, in case that makes a difference) :

{
    "invite_list": [
        {
            "displayname": "Daniel",
            "invites": [
                {
                    "message": "Hi, Daniel Kozar, I'd like to add you as a contact.",
                    "time": "2017-08-23T07:44:59Z"
                }
            ],
            "mri": "redacted"
        }
    ]
}