Ignore:
Timestamp:
2015-12-05T01:52:48Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ac68733a
Parents:
48b5fef
Message:

Remove facebook XMPP code, show error pointing at the new plugin

Facebook's oauth has been broken for months, and in the last few days
they broke plain logins too, so I just added an error message that says
this when you do "account on":

Facebook's XMPP service is gone. Try this instead:
https://wiki.bitlbee.org/HowtoFacebookMQTT

Also nuked all the oauth related code, except some parts of lib/oauth2.c
which seemed generic enough to maybe help in the future with other
not-really-compliant not-really-implementations of the not-really-oauth2
not-really-spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    r48b5fef r9b02bab  
    8888                    strstr(a->user, "@googlemail.com")) {
    8989                        strcpy(tag, "gtalk");
    90                 } else if (strstr(a->user, "@chat.facebook.com")) {
    91                         strcpy(tag, "fb");
    9290                }
    9391        }
Note: See TracChangeset for help on using the changeset viewer.