Re: Pidgin not working today

2014-11-16 Thread Matthias Apitz
El día Thursday, November 13, 2014 a las 09:10:03PM +0100, Matthias Apitz 
escribió:

 I followed a hint in this page:
 
 http://messengergeek.wordpress.com/2014/11/12/most-third-party-messenger-clients-have-gone-offline-temporarily/
 
 and changed the ID to 484AAC02-7F59-41B7-9601-772045DCC569, recompiled
 pidgin 2.10.10 from the official sources and it works again.

A short note on this for Ubuntu or Linux users (I normally use FreeBSD):

I've compiled Pidgin on the Ubuntu 14.04 laptop of my wife and it turned out
that the normal Ubuntu distribution of Pidgin is installed below
/usr/lib, while your compilation from source will end up below
/usr/local/lib; especially the libpurple.so will be in the way and your
new compiled Pidgin will not work with MSN until you 'atp-get remove ...'
pidgin *and* the libpurple packages.

HIH 

matthias
-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
1989-2014: The Wall was torn down so that we go to war together again.
El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not working today

2014-11-13 Thread Matthias Apitz
El día Thursday, November 13, 2014 a las 08:25:16AM +0100, Matthias Apitz 
escribió:

 I have (had) a Skype account and a MS$ accout xxx...@hotmail.com; 
 I logged in now for the 1st time into Skype using the MS$ account and
 they combined now somehow the old Skype account with the MS$ account and I can
 only login into Skype now with the xxx...@hotmail.com
 credentials.
 
 Pidgin tries to use the MS$ credentials, but can't sign in. The --debug
 log is attached. My Pidigin version is 2.10.9 on FreeBSD 11-CURRENT.

That I could not login was caused by some additional security question
because it was the 1st time that I logged in from this IP; I managed
this by signing in with a browser and can now connect to the MS$ account
again; but it gives an endlos loop while fetching the contact list:

(10:03:16) msn: S: NS 000: USR 7 OK ...@hotmail.com 1 0
(10:03:16) msn: S: NS 000: SBS 0 null
(10:03:16) msn: Processing SBS...
(10:03:16) msn: S: NS 000: MSG Hotmail Hotmail 1182
(10:03:16) msn: Processing MSG...
(10:03:16) msn: Getting Contact List.
(10:03:17) msn: S: NS 000: UBX 1:...@hotmail.com 0
(10:03:17) msn: UBX received.
(10:03:18) msn: Got the contact list!
(10:03:18) msn: Retrieving contact list failed: Invalid Application
Header Application ID is either not defined in database or blocked from
access.
(10:03:18) msn: Getting Contact List.
(10:03:18) msn: Got the contact list!
(10:03:18) msn: Retrieving contact list failed: Invalid Application
Header Application ID is either not defined in database or blocked from
access.
(10:03:18) msn: Getting Contact List.
(10:03:19) msn: Got the contact list!
(10:03:19) msn: Retrieving contact list failed: Invalid Application
Header Application ID is either not defined in database or blocked from
access.


-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
1989-2014: The Wall was torn down so that we go to war together again.
El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not working today

2014-11-13 Thread Matthias Apitz
El día Thursday, November 13, 2014 a las 10:08:23AM +0100, Matthias Apitz 
escribió:

 That I could not login was caused by some additional security question
 because it was the 1st time that I logged in from this IP; I managed
 this by signing in with a browser and can now connect to the MS$ account
 again; but it gives an endlos loop while fetching the contact list:
 
 (10:03:16) msn: S: NS 000: USR 7 OK ...@hotmail.com 1 0
 (10:03:16) msn: S: NS 000: SBS 0 null
 (10:03:16) msn: Processing SBS...
 (10:03:16) msn: S: NS 000: MSG Hotmail Hotmail 1182
 (10:03:16) msn: Processing MSG...
 (10:03:16) msn: Getting Contact List.
 (10:03:17) msn: S: NS 000: UBX 1:...@hotmail.com 0
 (10:03:17) msn: UBX received.
 (10:03:18) msn: Got the contact list!
 (10:03:18) msn: Retrieving contact list failed: Invalid Application
 Header Application ID is either not defined in database or blocked from
 access.
 (10:03:18) msn: Getting Contact List.
 (10:03:18) msn: Got the contact list!
 (10:03:18) msn: Retrieving contact list failed: Invalid Application
 Header Application ID is either not defined in database or blocked from
 access.

The ApplicationId is defined in libpurple/protocols/msn/contact.h as

#define MSN_APPLICATION_ID CFE80F9D-180F-4399-82AB-413F33A1FA11

it looks like this is not valid / accepted anymore by MS$

matthias
-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
1989-2014: The Wall was torn down so that we go to war together again.
El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not working today

2014-11-13 Thread Matthias Apitz
El día Thursday, November 13, 2014 a las 03:24:00PM +0100, Matthias Apitz 
escribió:

 The ApplicationId is defined in libpurple/protocols/msn/contact.h as
 
 #define MSN_APPLICATION_ID CFE80F9D-180F-4399-82AB-413F33A1FA11
 
 it looks like this is not valid / accepted anymore by MS$

I followed a hint in this page:

http://messengergeek.wordpress.com/2014/11/12/most-third-party-messenger-clients-have-gone-offline-temporarily/

and changed the ID to 484AAC02-7F59-41B7-9601-772045DCC569, recompiled
pidgin 2.10.10 from the official sources and it works again.

HIH

matthias
-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
1989-2014: The Wall was torn down so that we go to war together again.
El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Pidgin not working today

2014-11-12 Thread Heather Clark
We have been trying to sign into pidgin all day and it never loads.  Are you 
having system problems.


Heather Clark
Gopher for Recruiters
BlackDog Recruiting Software, Inc.
Support:  800.316.0852
Direct:  720.505.1327
Fax:  800.316.0852
heat...@go4.bz
supp...@go4.bz
http://www.go4recruitingsoftware.comhttp://www.go4recruitingsoftware.com/
http://recruitersoftware.blogspot.comhttp://recruitersoftware.blogspot.com/

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not working today

2014-11-12 Thread Ethan Blanton
Heather Clark spake unto us the following wisdom:
 We have been trying to sign into pidgin all day and it never loads. 
 Are you having system problems.

Pidgin is not a system.  You are using Pidgin, which is a software
package, to connect to some system.  You need to ask the maintainers
of that system.

Ethan

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Pidgin not working today

2014-11-12 Thread Chris Garriss
I think the real issue is that no one I have talked to today has been able
to use msn, hotmail, etc. accounts that had been previously set up and
working.  No, it is not Pidgin per se, and Pidgin is not the carrier, but
does anyone know of changes that MSFT might have made?  If I recall a few
years ago MSFT made some changes and for a period of time you could not use
any of the accounts using the Pidgin application - there were some
incompatibilities.

On Wed, Nov 12, 2014 at 3:18 PM, Ethan Blanton e...@pidgin.im wrote:

 Heather Clark spake unto us the following wisdom:
  We have been trying to sign into pidgin all day and it never loads.
  Are you having system problems.

 Pidgin is not a system.  You are using Pidgin, which is a software
 package, to connect to some system.  You need to ask the maintainers
 of that system.

 Ethan

 ___
 Support@pidgin.im mailing list
 Want to unsubscribe?  Use this link:
 https://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin not working today

2014-11-12 Thread Makoto

On 11/12/2014 01:47 PM, Chris Garriss wrote:

I think the real issue is that no one I have talked to today has been
able to use msn, hotmail, etc. accounts that had been previously set up
and working.  No, it is not Pidgin per se, and Pidgin is not the
carrier, but does anyone know of changes that MSFT might have made?  If
I recall a few years ago MSFT made some changes and for a period of time
you could not use any of the accounts using the Pidgin application -
there were some incompatibilities.


After Microsoft acquired Skype, and tried to convert all of its MSN 
Messenger users to Skype accounts, everyone's ability to use MSN 
Messenger accounts with Pidgin just seems to stop working at a random 
point in time.
You -may- be able to 'fix' it by logging into those accounts with the 
official Skype client, then seeing if the accounts will work normally 
with Pidgin afterward.  No guarantees, unfortunately.



___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Pidgin not working today

2014-11-12 Thread Matthias Apitz
El día Wednesday, November 12, 2014 a las 03:47:40PM -0800, Makoto escribió:

 On 11/12/2014 01:47 PM, Chris Garriss wrote:
  I think the real issue is that no one I have talked to today has been
  able to use msn, hotmail, etc. accounts that had been previously set up
  and working.  No, it is not Pidgin per se, and Pidgin is not the
  carrier, but does anyone know of changes that MSFT might have made?  If
  I recall a few years ago MSFT made some changes and for a period of time
  you could not use any of the accounts using the Pidgin application -
  there were some incompatibilities.
 
 After Microsoft acquired Skype, and tried to convert all of its MSN 
 Messenger users to Skype accounts, everyone's ability to use MSN 
 Messenger accounts with Pidgin just seems to stop working at a random 
 point in time.
 You -may- be able to 'fix' it by logging into those accounts with the 
 official Skype client, then seeing if the accounts will work normally 
 with Pidgin afterward.  No guarantees, unfortunately.

I have (had) a Skype account and a MS$ accout xxx...@hotmail.com; 
I logged in now for the 1st time into Skype using the MS$ account and
they combined now somehow the old Skype account with the MS$ account and I can
only login into Skype now with the xxx...@hotmail.com
credentials.

Pidgin tries to use the MS$ credentials, but can't sign in. The --debug
log is attached. My Pidigin version is 2.10.9 on FreeBSD 11-CURRENT.

We are logged out, I think. It's of no use to cry. We should work for
OpenSource solutions and services.

matthias

(08:12:41) msn: new httpconn (0x2f0478d0)
(08:12:42) msn: C: NS 000: VER 1 MSNP18 CVR0
(08:12:43) msn: S: NS 000: VER 1 MSNP18
(08:12:43) msn: Negotiated protocol version 18 with the server.
(08:12:43) msn: C: NS 000: CVR 2 0x0409 winnt 5.1 i386 MSNMSGR 8.5.1302 BC01 
xxx...@hotmail.com
(08:12:45) msn: S: NS 000: CVR 2 20.0.0001 20.0.0001 20.0.0001 
http://skype.dlservice.microsoft.com/download/C/E/F/CEFA5C04-05BE-4347-9857-C860CFBE897B/SkypeSetupFull(6.3.73.105)(Trackable457)trackable.exe
 http://download.live.com/?sku=messenger
(08:12:45) msn: C: NS 000: USR 3 SSO I xxx...@hotmail.com
(08:12:45) msn: S: NS 000: XFR 3 NS 157.56.192.170:1863 U D
(08:12:46) msn: C: NS 000: VER 4 MSNP18 CVR0
(08:12:47) msn: S: NS 000: VER 4 MSNP18
(08:12:47) msn: Negotiated protocol version 18 with the server.
(08:12:47) msn: C: NS 000: CVR 5 0x0409 winnt 5.1 i386 MSNMSGR 8.5.1302 BC01 
xxx...@hotmail.com
(08:12:47) msn: S: NS 000: CVR 5 20.0.0001 20.0.0001 20.0.0001 
http://skype.dlservice.microsoft.com/download/C/E/F/CEFA5C04-05BE-4347-9857-C860CFBE897B/SkypeSetupFull(6.3.73.105)(Trackable457)trackable.exe
 http://download.live.com/?sku=messenger
(08:12:47) msn: C: NS 000: USR 6 SSO I xxx...@hotmail.com
(08:12:48) msn: S: NS 000: GCF 0 5900
(08:12:48) msn: Processing GCF command
(08:12:49) msn: S: NS 000: USR 6 SSO S MBI_KEY 
9/Zqvvjied8ML/Yf1sDo3OT7LetXkwZwIuocxzYznUOKWNica5UZqmdXNh5eVOH9
(08:12:49) msn: Starting Windows Live ID authentication
(08:12:49) msn: Logging on xxx...@hotmail.com, with policy 
'MBI_KEY', nonce 
'9/Zqvvjied8ML/Yf1sDo3OT7LetXkwZwIuocxzYznUOKWNica5UZqmdXNh5eVOH9'
(08:12:51) msn: C: NS 000: OUT
(08:12:51) msn: destroy the OIM 0x2f0762a0
(08:12:51) msn: destroy httpconn (0x2f0478d0)


-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
1989-2014: The Wall was torn down so that we go to war together again.
El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez.
Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support