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"
activate
end tell
tell application "System Events"
if not (exists application process "Adium") then error
end tell
end run