summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Young <consult.awy@gmail.com>2017-04-06 06:53:56 (GMT)
committerAlan Young <consult.awy@gmail.com>2017-04-06 07:58:09 (GMT)
commit329d7f7cf1b425540b0fa625799d21573d14b149 (patch)
tree3653f864a0ddc6bebb7158e8be946cfdbe2316d3 /src/com/isode/stroke/elements/DiscoInfo.java
parent0b496cbffef4d75d07b2e9709328c7d6b172afd7 (diff)
downloadstroke-329d7f7cf1b425540b0fa625799d21573d14b149.zip
stroke-329d7f7cf1b425540b0fa625799d21573d14b149.tar.bz2
Implement Message Carbons enable request
Swift-Commit: b16a2d1483f59ad93a2171c6c286e12f4ebbf3be Change-Id: I8d5b5d9975651a2353909dea976f58e4bf12e014
Diffstat (limited to 'src/com/isode/stroke/elements/DiscoInfo.java')
-rw-r--r--src/com/isode/stroke/elements/DiscoInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/isode/stroke/elements/DiscoInfo.java b/src/com/isode/stroke/elements/DiscoInfo.java
index 78e43ff..83a36b4 100644
--- a/src/com/isode/stroke/elements/DiscoInfo.java
+++ b/src/com/isode/stroke/elements/DiscoInfo.java
@@ -3,7 +3,7 @@
* All rights reserved.
*/
/*
- * Copyright (c) 2010-2016, Isode Limited, London, England.
+ * Copyright (c) 2010-2017, Isode Limited, London, England.
* All rights reserved.
*/
package com.isode.stroke.elements;
@@ -34,6 +34,7 @@ public class DiscoInfo extends Payload {
public static final String Bytestream = "http://jabber.org/protocol/bytestreams";
public static final String MessageDeliveryReceiptsFeature = "urn:xmpp:receipts";
public static final String WhiteboardFeature = "http://swift.im/whiteboard";
+ public static final String MessageCarbonsFeature = "urn:xmpp:carbons:2";
public static class Identity implements Comparable<Identity> {
private final String name_;