Mercurial > libervia-pubsub
view db/gateway.sql @ 220:e59b48f3f636
Add tests for subscription and unsubscription JID checks in [53d2c0019458].
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sat, 16 Oct 2010 20:54:52 +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) );