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
@@ -93,6 +93,8 @@ CREATE TABLE archive (
xml text NOT NULL,
txt text,
id SERIAL,
kind text,
nick text,
created_at TIMESTAMP NOT NULL DEFAULT now()
);