adium/adium

Remove Facebook protocol code and JSONKit. Facebook no longer supports third-party access via XMPP. References #16907. References #16921.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name of service "AIM") is not "AIM" then error
end tell
end run