/*
* Copyright (c) 2011 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
#include <string>
#include <Swiften/Elements/StatusShow.h>
namespace Swift {
std::string statusShowTypeToFriendlyName(StatusShow::Type type);
}