blob: 38d14c1269dda91eebf7311e0d10895db8e72847 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Copyright (c) 2010 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#include <Swiften/LinkLocal/DNSSD/DNSSDServiceID.h>
namespace Swift {
const char* DNSSDServiceID::PresenceServiceType = "_presence._tcp";
}
|