diff options
Diffstat (limited to 'Swiften/Elements/DiscoInfo.h')
| -rw-r--r-- | Swiften/Elements/DiscoInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Elements/DiscoInfo.h b/Swiften/Elements/DiscoInfo.h index 3334ac8..9ef3ab6 100644 --- a/Swiften/Elements/DiscoInfo.h +++ b/Swiften/Elements/DiscoInfo.h @@ -33,8 +33,10 @@ namespace Swift { static const std::string JingleTransportsS5BFeature; static const std::string Bytestream; static const std::string MessageDeliveryReceiptsFeature; static const std::string WhiteboardFeature; + static const std::string JingleRTPFeature; + static const std::string JingleTransportRawUDPFeature; class Identity { public: Identity(const std::string& name, const std::string& category = "client", const std::string& type = "pc", const std::string& lang = "") : name_(name), category_(category), type_(type), lang_(lang) { |
Swift