view db/gateway.sql @ 304:bf4098a6cbb7

log the owner JID when roster request failed
author souliane <souliane@mailoo.org>
date Thu, 26 Nov 2015 14:59:24 +0100
parents 274a45d2a5ab
children
line wrap: on
line source

create table callbacks (
    service text not null,
    node text not null,
    uri text not null,
    PRIMARY KEY (service, node, uri)
);