add versioning to sync namespace
This commit is contained in:
parent
5b73ebe9d7
commit
fcea59be2b
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ public final class Namespace {
|
|||
public static final String P1_S3_FILE_TRANSFER = "p1:s3filetransfer";
|
||||
public static final String BOOKMARKS_CONVERSION = "urn:xmpp:bookmarks-conversion:0";
|
||||
public static final String BOOKMARKS = "storage:bookmarks";
|
||||
public static final String SYNCHRONIZATION = "im.quicksy.synchronization";
|
||||
public static final String SYNCHRONIZATION = "im.quicksy.synchronization:0";
|
||||
}
|
||||
|
|
Reference in a new issue