summaryrefslogtreecommitdiffstats
blob: b5f17cc3fa741b03c6db9f6ec69168f8f13e5883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2013-2018 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include <Swiften/Elements/PubSubItem.h>

using namespace Swift;

PubSubItem::PubSubItem() {
}

PubSubItem::PubSubItem(const std::string& id) : id_(id) {
}

PubSubItem::~PubSubItem() {
}