Files @ 00248dfbc0df
Branch filter:

Location: libtransport.git/include/Swiften/Elements/Privilege.cpp

Vitaly Takmazov
Twitter backend: 280 characters support
/*
 * Implements Privilege tag for XEP-0356: Privileged Entity
 * Licensed under the Simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include <Swiften/Elements/Privilege.h>

namespace Swift {

Privilege::Privilege() {
}

}