Working with yahoo messenger using c# application -


hi
i want know how can working using c# application yahoo messenger i'm going create application following specification :
1- application standalone application , work on independent computer
2- application should listen yahoo messenger , when someone's status change online send pm him/her.
want find way programming mean programming method or psudocode think there lot of samples java need c#.

i know of no existing ymsg protocol implementation in c#. if you're determined application in c# best bet pick 1 of java implementations , try port it. 1 other option http://ycoderscookbook.com/. site has number of sample programs may point in right direction. ycc trainer in vb.net converted c# using .net reflector.

your description sounds eerily spam bot. if intention keep in mind that:

  • yahoo's terms of service prohibit this*
  • im spamming blocked using whitelist/blacklist

*then again prohibit reverse engineering of protocol , unauthorized use thirdparty programs... considering number of y-messenger clients out there don't enforce well.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -