Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
7answers
770 views

Simple chat bot projects

What I want to do is build a simple bot which sends me a set of information stored in database to my messanger chat window [Chatting services are gTalk, Yahoo and other commonly used chating products] ...
6
votes
6answers
937 views

Yahoo invisible

Some friends with the help of various sites check and know when i'm invisible on yahoo messenger and keep bragging about this. Being curious about this I've tested lots of sites that check if a ...
2
votes
2answers
130 views

How to track packets in Yahoo messenger!

I am trying to understand the header/protocol format of yahoo messenger. I see limited documentation for yahoo messenger when I googled. So I wondered if there is any tool to help me out to trace ...
2
votes
2answers
525 views

How do Yahoo! Messenger status detectors work?

How do services such as ydetector.com make the difference between invisible users and off-line users?
2
votes
1answer
2k views

Sending Messages to Yahoo IM using PHP

I am trying to connect to an Yahoo Messenger account and send PMs using PHP or CURL. I downloaded the below class from phpclasses.org which connects to eBuddy Web Messenger(http://www.ebuddy.com/) to ...
1
vote
1answer
108 views

Android Yahoo/MSN Chat Implementation

I am developing an Android application where it needs to integrate social chat like yahoo and msn. I have searched for the implementation of both yahoo and msn but nothing got succeeded yet. Can ...
1
vote
2answers
712 views

HttpWebRequest, How to Send POST Data with Application/JSON Content-Type?

HttpWebRequest request = (HttpWebRequest) HttpWebRequest.Create(url); request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded; charset=utf-8"; POST data was send (I check ...
1
vote
4answers
114 views

Convertion of DateTimeFormat in java!

I just need a small help regarding the DateTime format in java.I am writing a simple chat application based on yahoo messanger,in which I will read the packet of yahoo messanger and display the chat ...
1
vote
3answers
211 views

What encryption generates this type of text?

I'm trying to decode a DAT file produced by Yahoo Messenger, which looks similar to the text below which I generated by opening an exe in Notepad: ‹ ‹N€9 tè…ÀtäÿFöt‹FŠ ‹V‹NˆÿFÿNëÿFH‰F3À9Ft9Ft ö…³ ...
1
vote
2answers
159 views

Do you know what video codec is used for messengers?

I'd like to know the video codec used for MSN, yahoo, QQ or any other XMPP messengers. Thanks for help.
1
vote
0answers
368 views

How can I send message to MSN contact using YAHOO IM SDK

I am writing a IM client and am using YAHOO SDK ported to C#. I am able to send and receive message to and from yahoo contacts by calling a getContactList method in the sdk and just then just simply ...
1
vote
0answers
172 views

Instant Messenger: How does gtalk/yahoo messenger populate the contact list?

We are currently working on a small IM project which pretty much works like gtalk and yahoo messenger. We came across a problem that puzzled us how gtalk/ym populate their contact lists. Given that ...
1
vote
1answer
538 views

How to make a Yahoo 10 IM Auto Reply program in C++?

How to make a Yahoo Auto Reply program in C++?
1
vote
2answers
256 views

yahoo messenger sdk

I've set my mind on writing a plugin for yahoo messenger, but I can't find a sdk anyware , and from the information I gathered it seems that the sdk has been removed by yahoo. Is there a way I could ...
1
vote
1answer
3k views

Yahoo Messenger Library C#

I'm planning to create Yahoo Messenger bot using C#, but until now, I cant find a reliable Yahoo Messenger, except in PHP, Java and C++. Is there a library like this in C#?
1
vote
2answers
1k views

Any yahoo messenger lib for python?

Is there any lib available to connect to yahoo messenger using either the standard protocol or the http way from python?
1
vote
3answers
2k views

Yahoo Messenger API For PHP

I've asked the same question before for Flex, but due to some restrictions, I'm gonna have to do all the communication from the back end. I googled all day, I just can't find anything that works. ...
1
vote
3answers
915 views

Yahoo Messenger API For Flex

Is there an API to implement Yahoo chat in Flex? Or at least some calls?
0
votes
1answer
75 views

yahoo messenger status checker code?

I saw a lot of web sites out there that are capable of checking the status of a person on yahoo messenger, namely if that person is available, invisible or offline. I have something in mind, but I ...
0
votes
0answers
36 views

What steps to create a simple yahoo messenger chat for WP7?

I'm a new developer. I want to create a program that locks like Yahoo! Messenger, but I don't know how do I do and where do I begin. Can you show me the steps to create it? thanks for your reading!
0
votes
1answer
18 views

Yahoo Messenger Chat Window source

The Yahoo messenger chat window (when you chat with someone) is basicaly a IE View Control. Is there a way to view the html behind that chat window? As right click is restricted. LE: I don't want to ...
0
votes
0answers
17 views

Yahoo Robot (Limitation)

I'm trying to develope yahoo robot. So it will add people and people can add it.it's for auto response for their question about our company. Now I wanna to know,is there any limitation to add id?or ...
0
votes
0answers
49 views

How can I make a simple Yahoo Messenger application?

I'm looking at the Y!M api, on the website... And I have 2 things I don't understand. First, what is that "OAuth API Key" thing? And second, how does the server - client communication work? For ...
0
votes
0answers
213 views

Yahoo! IM Session Management, oauth_problem=“signature_invalid”

I receive "signature_invalid" response when I try to get session information after successfully creating the Yahoo! Messenger session. The signature method is "HMAC-SHA1" which works perfect on the ...
0
votes
1answer
51 views

Unable to Uninstall yahoo messenger from system [closed]

Hi i've installed Yahoo messenger on my system. Now i want to uninstall. But i can't able to uninstall through Control Panel\Programs and Features. When i click uninstall button, a dialog alert ...
0
votes
1answer
169 views

How to send a personal message (PM) in Yahoo Messenger with C#?

How do I send a personal message (PM) to a Yahoo user in Yahoo Messenger using C#?
0
votes
0answers
62 views

Yos php5 Oauth example does not work

I'm trying to connect to my yahoo account by Yahoo Messenger SDK for php5,I keys,but when I lunch these example ...
0
votes
0answers
186 views

Send instant message to Yahoo using Python

I want to send an automatic instant message on the Yahoo messenger network using a Python program. I've tried both libs : ymsglib and pyahoolib but neither of them seem to work. Do any of you have ...
0
votes
0answers
63 views

Http response code 401 for YDN apis

I am trying to use Yahoo SDK for messenger, i am geting the part request code but i am not getting the authorization code. I am following the steps from this site ...
0
votes
1answer
111 views

Openymsg for android

I am developing YM client for Android. I've included the openymsg0.5 api. When I run the program it shows following error. 06-29 11:32:04.097: ERROR/InputThread(11206): ...
0
votes
1answer
92 views

Yahoo messenger, which protocol does it use for VOIP/File transfer/Chat?

I was wondering what protocol does yahoo use for VOIP,File Transfer and Chat?
0
votes
2answers
111 views

Detect user visibility for Yahoo

How can I detect if a yahoo user is online or offline? I got connected to the yahoo server but I dont know what kind of packet to send to yahoo and then where in the received packet I can find the ...
0
votes
2answers
172 views

How to show Custom Url Protocol as a Link in the Y! Messenger?

I would like to register my custom protocol with Y! Messenger. Please see the image below. Y! Messenger understands mailto:, ymsgr:, but not my custom protocol myapp:. The custom protocol is ...
0
votes
1answer
542 views

How to connect YMSG (Yahoo IM service) by server IP

I need a IM client that support yahoo and allow user to set yahoo IM server address. Yahoo IM servers names (scs.msg.yahoo.com, scsa.msg.yahoo.com, scsb.msg.yahoo.com, scsc.msg.yahoo.com) are not ...
0
votes
2answers
182 views

PHP Login system like yahoo Messenger

I'm sorry if this question have posted before, i was googling stackoverflow but the result is NULL. :) I would create a login authentication using php, The requirement is : one username account can't ...
0
votes
1answer
245 views

Integrating messenger to an existing website

For an existing website and the users in it,how to integrate a chat application like yahoo or gmail or any other with minimum code changes.
0
votes
1answer
405 views

Logging in to Yahoo Messenger using their newly released API

Im trying to login to yahoo messenger using the newly released messenger api.I referred to http://developer.yahoo.com/messenger/guide/ch05s03.html .I signed up for the API and have got a Consumer Key ...