How to send/recieve Emotion Icons in IM application

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello,
I am developing a chat application in C# where I want to send/recieve
emotion icons.
Is there a way to implement this feature?


Regards
Jayshri
 
Hello Jay,
I am developing a chat application in C# where I want to send/recieve
emotion icons.
Is there a way to implement this feature?

The way that all IM protocols do it that I've ever had a look at, is to
implement the interpretation of the various string shortcuts of the icons
locally. So if somebody sends a message containing the string :-), the
client will notice that when the message is displayed and show an image of
a smiley instead. That is actually a rather good idea, as it allows
various multi-protocol clients to use their own, possibly even replacable
icon sets.

Or were you asking something entirely different?


Oliver Sturm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top