-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smileys not sent to skype #666
Comments
This is not a Skype plugin issue, as it affects all the protocols. Pidgin does not seem to translate outgoing text while the native clients do -- each one according to it's proprietary rules. Now, if you want to simulate the behaviour of the native Skype client, you can do it with the "Text Replacement" plug-in by replacing its dictionary file with one that "corrects" those strings to the appropriate Emoji. However, keep in mind that Pidgin has issues with Emoji on Windows, so you may want to use a smiley theme as well. I have made one for my personal use, and shared it on Reddit. It is Unicode Emoji based, so it does not have Skype-specific ones, but you can use it as a starting point. You can find the full list of Skype emoticons and shortcuts here: |
It kind of is the plugin, Skype servers expect smileys to be wrapped in The plugin could potentially try to do a regex replace to turn |
So if I use the text replacement plugin as suggested by alex, combined with the ss tags, it should display okay in skype and look slightly weird in Pidgin (which I'm fine with)? |
Ah I just tested it and it just shows the entire string in Skype too |
@davidhealey yeah, sorry, the text replacement plugin doesn't understand xml/html it's replacing the plain-text - you could try copy pasting some HTML with the |
(edited comment above) |
Are you sure it got converted? The text replacement plugin is supposed to replace the text in the input window, as you are typing it. When I type |
Hmmm... I see the smiley in the Skype web interface. What you see in Pidgin looks strange, as the colon is still there. |
Could be that the font you are using in Skype does not support Unicode Emoji? |
Oh that colon you're seeing is actually at the end of my name in the chat. I'm using web skype too so I must be doing something wrong in Pidgin. Although I tried pasting it directly into Skype too |
There is a DeWYSIWYGification plugin from purple-plugin-pack to send raw tags; I just checked it with skype4pidgin, works well. Maybe skype4pidgin should add a toolbar button with Skype-specific smiles (do prpls have an access to it or this should be implemented as a separate plugin?) |
Wouldn't it interfere with other things, like sending URLs? |
Sending a smiley such as :D shows up fine in Pidgin but it isn't forwarded to Skype correctly. In Skype it just shows up as the two characters.
The reverse is also true, smileys sent from Skype don't show up in pidgin.
The text was updated successfully, but these errors were encountered: