Questions tagged [msn-messenger]

43 questions
0
votes
2 answers

How to get Messenger contact list through .NET

I want to be able to get the list of Messenger contacts of a certain user through .NET. I've seen Messenger Connect, but it's still under beta and with limited access. Any ideas for easier alternatives? I thought it would be as easy as invoking a…
SiN
  • 3,704
  • 2
  • 31
  • 36
0
votes
1 answer

C# switch between forms inside a form like in MSN

I remember MSN Messenger used to display a login. And upon logging in, it displayed a loading animation. On success it displayed all your contacts. All that in one single form. How is that done? I dont only know how to make new forms, or display…
Karandawov
  • 93
  • 1
  • 8
0
votes
1 answer

Getting msn contact list and sending e-mail via msn on PHP

Is there any class for it i found some classes but they were old so not working. I need a code snippet or a class for getting msn contact list with username and password. And is it possible sending mail via hotmail instead of php's mail function
Uchiha Itachi
  • 850
  • 2
  • 10
  • 15
0
votes
1 answer

MSNP-SHARP how to send an hello message to an user that changed status from offline to online

I tried in this way. I subscribed to that event who control the user status, its announcing me that user in Online. my code is: void Nameserver_ContactOnline(object sender, ContactEventArgs e) { Talk = messenger.CreateConversation(); …
Constantin
  • 2,288
  • 2
  • 24
  • 31
0
votes
1 answer

DOTMsn is not firing the SingedIn event

I have just started building a app using “XihSolutions.DotMSN.dll” version: 2.0.0.40909, My problem is that it is not firing the “Nameserver_SignedIn” event. Not sure if I am doing something wrong. your help will be really helpful. void…
Khuzema Kamaal
  • 321
  • 2
  • 4
  • 14
0
votes
1 answer

Pymsn/Papyon contact memberships

Dear Stackoverflow, I'm having the following problem: I'm programming a bot for MSN Messenger in python with the pymsn/papyon library. I have everything running, except that I don't know how to accept new contacts already pending or new requests.…
0
votes
1 answer

Showing user friendly information while receiving contact requests on MSN XMPP

In Msn the jid of the user is different than the email id. Now , when i receive any contact requests on Msn , I only get the sender's jid which is something like @messenger.live.com . This does not give any idea to the user who the sender of the…
Vinayak Bhavnani
  • 618
  • 1
  • 4
  • 10
0
votes
1 answer

MSN XMPP see-other-host empty

I'm trying to use XMPP to connect with MSN with js. When I try to connect to "messenger.live.com" I send xmpp
isa
  • 3
  • 1
0
votes
3 answers

Whats the best way to introduce decrypting and showing passwords in delphi

A few weeks ago I lost my passwords for msn and more importent my company email, which change every 30 days or something, they are annoying because of there lengh and a I dont like writting them down. Anyhow I downloaded a so called password…
Ronnie
0
votes
3 answers

Handle see-other-host in smack

I'm trying to use smack in order to connect to Microsoft's Xmpp Msn api. Last april they made a change in their implementation which forces clients to implement the "see-other-host" xmpp specification. When I try to connect to…
alscu
  • 928
  • 9
  • 22
-1
votes
1 answer

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
ants
  • 1
  • 1
-1
votes
1 answer

Visual C++ Error: "Identifier "IMSNMessenger" is undefined" - after adding tlb file

I am learning to work with the MSN Messenger API. After adding the tlb file, and copy/pasting some example code, I noticed that in the Visual c++ IDE it's telling me about an undefined identifier. Though once I compile the code, everything works…
zeta
  • 1,113
  • 3
  • 15
  • 24
-1
votes
1 answer

When using Miranda-IM as an MSN/Skype/Yahoo client, are there any stages where messages aren't encrypted or go through an unintended server?

Since the demise of GTalk a few weeks ago, we've found that MIM (http://www.miranda-im.org/, http://www.miranda-ng.org/en/) seems to be the lightest instant messaging client out there. It connects to multiple chat services (MSN, Skype, Yahoo) Our…
1 2
3