How to UNinstall OpenFire for Mac?

I installed OpenFire on my mac, but wasn’t really thinking and this is not what I wanted to do. Ok, no problem I just uninstall it. Except there is no uninstall option. There is no readme about what files are installed where, there aren’t even any files called openfiire or xmpp etc. So how do I get rid of this?

First, make sure openfire is shut down. Then from the command line, you can just do:

sudo rm -rf /Library/PreferencePanes/Openfire.prefPane

sudo rm -rf /usr/local/openfire

sudo rm -rf /Library/LaunchDaemons/org.jivesoftware.openfire.plist

And that should get rid of everything.

Thanks!