pubsubhubbub endpoint
This commit is contained in:
parent
7ad27f5737
commit
abe6a3286e
7 changed files with 363 additions and 238 deletions
|
@ -61,7 +61,6 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`issued-id` char(255) NOT NULL,
|
||||
`dfrn-id` char(255) NOT NULL,
|
||||
`url` char(255) NOT NULL,
|
||||
`issued-pubkey` char(255) NOT NULL,
|
||||
`pubkey` text NOT NULL,
|
||||
`prvkey` text NOT NULL,
|
||||
`request` text NOT NULL,
|
||||
|
@ -70,8 +69,6 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`confirm` text NOT NULL,
|
||||
`aes_allow` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`ret-aes` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`ret-id` char(255) NOT NULL,
|
||||
`ret-pubkey` text NOT NULL,
|
||||
`last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue