diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-21 04:53:43 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-21 04:53:43 -0700 |
commit | 5edee3c4d1f84c07c1c54775072601188075a542 (patch) | |
tree | c3b8167923bbb4c77eee9a727b38b1c93ad3d26b /database.sql | |
parent | 39b19cd0890754c947414ed9eb6d688e12702e0d (diff) | |
download | volse-hubzilla-5edee3c4d1f84c07c1c54775072601188075a542.tar.gz volse-hubzilla-5edee3c4d1f84c07c1c54775072601188075a542.tar.bz2 volse-hubzilla-5edee3c4d1f84c07c1c54775072601188075a542.zip |
magic-envelope verification, status.net appears to do it wrong.
Ultimately we need to do it right (or why bother having a spec?),
and fallback to doing it wrong if we're talking to a broken system - which
ironically seems to include most of the federated social web projects.
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 7526be41d..a3d78d79a 100644 --- a/database.sql +++ b/database.sql @@ -62,6 +62,7 @@ CREATE TABLE IF NOT EXISTS `contact` ( `issued-id` char(255) NOT NULL, `dfrn-id` char(255) NOT NULL, `url` char(255) NOT NULL, + `lrdd` char(255) NOT NULL, `pubkey` text NOT NULL, `prvkey` text NOT NULL, `request` text NOT NULL, |