EionRobb / skype4pidgin

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

Ensure sent message is in XHTML format #672

Closed jpalus closed 3 years ago

jpalus commented 3 years ago

It appears that Skype client is very sensitive to type of message that is being sent. Implicit linkifing through purple_markup_linkify() for some reason adds links with uppercase "<A HREF" which is ignored by skype client. While Pidgin itself seems to handle it correctly, it is not the case for all libpurple clients ie BitlBee. Follow other protocols (ie Jabber) and ensure message is XHTML before sending.

EionRobb commented 3 years ago

Nice