Mercurial > libervia-pubsub
view db/gateway.sql @ 470:a549c8e17827
privilege: don't try to get roster if the request if for a jid not belonging to our server
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 21 Oct 2021 17:24:25 +0200 |
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) );