Add support for MUC MAM

This commit is contained in:
Evgeniy Khramtsov
2015-08-06 13:33:39 +03:00
parent c71d57a05d
commit 40feed723d
7 changed files with 246 additions and 148 deletions
+2
View File
@@ -279,6 +279,8 @@ CREATE TABLE archive (
xml text NOT NULL,
txt text,
id INTEGER PRIMARY KEY AUTOINCREMENT,
kind text,
nick text,
created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
);