Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
1k views

Is MSN an OpenID provider?

Is MSN an OpenID provider? If so, do you know what the URLs look like? I'm trying to add MSN to the list of providers with special buttons I already have for logging in to a web sit.
5
votes
2answers
213 views

link between .net and msn messenger

Hey All, I have a windows form application that has a textbox for input value and a button... On the first step : on button click..i will hit the db and add the input value on the total value... On ...
5
votes
2answers
716 views

Problem running twisted.words example using msn protocol

I am currently trying to use the Twisted library specifically twisted words to try and interat with MSN. However when i run the sample script provided by twisted , i get an error. Specifically the ...
3
votes
1answer
236 views

which msn java library is better?

I want to use a java library instead of msn client to communicate with server. But which msn library is more easy to handle and more support documents? It is important such library can reconnect ...
3
votes
5answers
2k views

VOIP: How to Create a Web app to make Call like skype or msn? [closed]

This is a very newbie question. I want to know how to create a WEB APP to make Call ( using VOIP protocoll I think ). What program languages do I have to learn ( client and server side ) ?
3
votes
4answers
1k views

PHP pfsockopen in a session

I'm making an MSN client in PHP. I have this code, which connects to a server and logs in to MSN: $server2 = explode(":", $xfr[3]); $socket2 = pfsockopen($server2[0], (int)$server2[1]); ...
2
votes
1answer
145 views

Cocoa or C/C++ msn library?

I looked for this on the internet but could not find anything. Is there any MSN framework or library? I would like to use it for a Cocoa project.
2
votes
3answers
378 views

sending instant messages through python (msn)

ok I am well aware there are many other questions about this, but I have been searching and have yet to find a solid proper answer that doesnt revolve around jabber or something worse. (no offense to ...
2
votes
2answers
455 views

Importing MSN and Yahoo contacts

i want to get list of contacts when user enters his yahoo or msn alike emails. Application is build in ASP.NET with 3.5 framework. Solution i've found on this site does not work or require framework ...
2
votes
1answer
171 views

How does MSN filter spam?

I am trying to create a newsletter for our business. The last few days have been spent testing, and one of things I have noticed is that MSN seemingly randomly filters out some of my test messages. ...
2
votes
4answers
251 views

How to test MSN Explorer?

A client is seeing bugs on their website using MSN Explorer. I can't reproduce those bugs with IE7 or any other browser, and I can't use MSN Explorer, because it requires a subscription to MSN. ...
2
votes
2answers
283 views

Help me understand this traceback from the twisted.words msn sample

I'm running the twisted.words msn protocol example from the twisted documentation located here: http://twistedmatrix.com/projects/words/documentation/examples/msn_example.py I am aware there is ...
2
votes
7answers
1k views

Is it possible to programmatically talk to MSN messenger / Live messenger?

I've been researching how to interact with the MSN messenger / Live messenger service programmatically and I can't find any real documentation on this. The documentation for the Live services only ...
2
votes
3answers
1k views

MSN with Python

I have plans to create a simple bot for a game I run and have it sit on MSN and answer queries. I want to use Python to do this and googled around and found MSNP. I thought "great" and "how awesome" ...
2
votes
1answer
181 views

Auto accepting contacts using phpmsnclass

Hello I'm currently using phpmsnclass to send messages to contacts on the MSN network. But to get the nickname on my "bot" to work I have to accept the "friend-request" my contacts has sent me. From ...
2
votes
3answers
343 views

Capturing MSN Chat via Memory

Is it possible, or does anyone know the best way to capture MSN chats? I was thinking about attaching to the MSN process, and messing about searching for static addresses for conversations, to ...
1
vote
1answer
101 views

.cvs to .ctt convert

Goodday all, I want to know how i can write a .ctt file from a .cvs file? it has to do with the msn contact list. hotmail works with .cvs msn works with .ctt is this possible in any way? Thank ...
1
vote
1answer
717 views

Windows Live Contacts API Error on Getting E-Mail hashes - JavaScript

The following codes for the Window Live Contacts API to Get all email address from. Its works fine in login, log-out, and other authentications. I can collect all user information of logged in user ...
1
vote
2answers
95 views

MSN Protocol Documentation

Does anyone know of a good (up-to-date) reference for the MSN protocol? I have found some sites with simple google searches, but they all seem pretty dated. Does anyone know of a good source of ...
1
vote
2answers
163 views

How to show MSN status in Flex app form?

I have a flex business application and need to create some control that will show a small picture symbol of given user's MSN messenger status (online, away etc.) Alternatively, how to insert an html ...
1
vote
1answer
536 views

Is there a way to send message from Windows Live Messenger to MS Lync users?

HI, Is there a way to send message from Windows Live Messenger to MS Lync users? Change some settings or something else?
1
vote
2answers
103 views

Are there MSNP Implementation for Java, ActionScript (Flash) exist?

Interesting if there any Implementation of MSNP Live Messanges Protocol for Java or ActionScript (Flash)?
1
vote
1answer
304 views

What is the status of MSN openID integration?

One of the answers to this SO question said that MSN OpenID was in Beta (as of September 2009). Does anyone know what is its current status? Has the integration been finished? If so what is the URL to ...
1
vote
1answer
122 views

Python msn hook - possible?

Is it possible to hook msn via a python application to send messages to your contacts etc?
1
vote
0answers
121 views

How to handle socket error during logout routine

I am writing an instant messaging library. Currently, when a SocketException is raised while reading or writing to the socket, I start the logout routine from inside the application, passing the ...
1
vote
1answer
319 views

Importing MSN contact list

How to import import Msn contact in our application? I want to learn about importing msn contact list in my java appication. Need help on this and where can i find the sample java code for achieving ...
1
vote
3answers
189 views

How to obtain msn contact list?

Given the account and password, how to obtain the contact list of that account in msn? Are there any msn api can do this? Or I have to use the account and password to login and obtain the contact ...
1
vote
2answers
898 views

Good open-source Swing/Java component for doing MSN-like popup notifications

I am looking for a good open-source Java component for implementing popup notifications in a Swing desktop application. The component should be able to function like the ones commonly seen in instant ...
1
vote
2answers
484 views

Either PHP's pfsockopen or Microsoft closes connection after about one minute

I'm making an MSN client in PHP, which makes a persistent socket connection to one of Microsoft's servers: //Connect to second server $server2 = explode(":", $xfr[3]); $socket2 = ...
1
vote
1answer
191 views

Programatically launch MSN or chat client for specific contact

Is there a way to programmatically launch a chat client (eg: MSN Messenger) and automatically open a chat window for a specific contact? I'm hoping for something similar to ...
0
votes
0answers
12 views

Live SDK Error in registering new application?

I am trying to Create a new application to get contacts from msn. First of all I created my application in live SDK everything is ok except the redirect uri, each time I am trying to add it as ...
0
votes
1answer
104 views

Skype/MSN/Yahoo icon for online/offline status

I want to show skype/msn/yahoo icons that show the online status in my ASP.NET website. The purpose is that user can click the online icon and can directly chat if he's online on skype/msn/yahoo. An ...
0
votes
0answers
103 views

How to sendFile in jml(Java MSN Messenger Library) on Android

Now,I can send and recive text message on android by my app client, and I can recive image too,but I can't send file/image send message code: messenger.sendText(contact.getEmail(), message); send ...
0
votes
1answer
33 views

MSN Protocol 11 implementation

I am working on a MSNP 11 implementation and currently having some issues with Challenge response generation. Does some one has a good knowledge about the algorithm used to generate the Challenge ...
0
votes
1answer
159 views

Creating a Complete WEB MSN Application Like EBuddy. First Steps [?]

I want to create an application like that in my website, I want to be able to login (without that Microsoft Permission like in Ebuddy), chat with people, see groups, block contacts and everything that ...
0
votes
2answers
96 views

Jabber/XMPP client that transports as default

I wonder, if a Jabber/XMPP client can be installed in a way that user enters MSN login info and sees only his/her MSN contacts, without having a Jabber account. And if this is possible, can anyone ...
0
votes
1answer
573 views

Login using google, yahoo, msn: SocialAuth-net problem

I am using social auth-net for integration google, yahoo & msn login in asp.net 4. I am using this link for development. On integrating there are some errors with each of the services: Google ...
0
votes
1answer
80 views

Is there some kind of API for MSN protocol (for using in C# asp.net application)?

i was wandering, is there some kind of .NET API for MSN protocol, so I can make chat application which uses Windows Live Messenger data and servers. If not than I will use .Net Sockets, TCP + UDP, ...
0
votes
2answers
66 views

What technology/language is needed to put together an Instant messenger - integrated notifier?

My team and I are struggling to put together a notification software to incorporate onto our site, so that users who have added our bot on their IM client (eg. MSN, AIM, Yahoo Messenger) would be able ...
0
votes
0answers
40 views

Which email addresses / accounts are under the Windows Live umbrella?

Which email or other accounts are under the Windows Live family? In particular, which can be used to authenticate with Windows Live Messenger Connect? The signup page suggests hotmail.com, live.com. ...
0
votes
0answers
63 views

How trade mate of tradekey works?

Can any one tell me how trademate of tradekey works? Because I am trying to build a chat system for registered members on my site so that they can chat with the visitors on my site by using there ...
0
votes
1answer
98 views

MSN Bot, where to begin?

I want to create an MSN bot that basically monitors my incoming MSN, when one of my contacts issues a command I want to run some code and send back a text reply. The example command format would be ...
0
votes
2answers
100 views

How would i make AIM/MSN connectivity in the PHP

How do I make robot connect AIM/MSN and stay connected, and respond to a message with a PHP function ? I can't seem to find even an AIM function that would work or isn't from 2001
0
votes
1answer
373 views

Change MSN chat status icon

I'm using this tip to integrate MSN Messenger to my Website: http://en.kioskea.net/faq/3987-integrate-msn-chat-on-your-website-or-blog It shows an icon with the current MSN status (online, away and so ...
0
votes
1answer
181 views

MSN Bot written in Ruby

I would like to program an MSN bot in Ruby and I have found a few libraries that do it for you. What I would like to do is to write an MSN bot ground up. I just want it to write a "Hello!" message to ...
0
votes
2answers
245 views

android: jml library for msn don't work on android 2.1?

I have managed to connect to msn through jml library on android by adding the getpropertyaction class in my project. On android 2.2 works just fine, I can login, get the contacts, send and receive ...
0
votes
0answers
36 views

how to get the msn key [closed]

hi i want a msn key for seo process. how can i get the msn key. can any one tell me? thanks
0
votes
1answer
147 views

MSN Explorer Premium without MSN Account

I have a bug on my site which only appears in MSN Explorer. The user agent indicates that it could be using IE7 rendering however, the bug cannot be replicated with IE7. So it must obviously be ...
0
votes
2answers
433 views

Error 8100030d when update to Live Messenger 2011

I've tried solutions in http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!13937.entry and others search out from Google, none of them works. TIA
0
votes
1answer
50 views

MSN bot appending wrong parameters to URLs

On my site http://www.mustseeindia.com/places-around-bangalore"" is valid URL. While crawling, MSN bot is appending a string to it and there by causing a crawl error. String appended by MSN bot ...

1 2