home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

3 rows where xep_id = 431

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_version status software_id xep_id
431,22 0.3.2 partial monocles chat 22 Current Off-the-Record Messaging Usage 431
431,64 0.3.2 complete profanity 64 Current Off-the-Record Messaging Usage 431
431,65 0.3 removed poezio 65 Current Off-the-Record Messaging Usage 431

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [implementations] (
   [xep_version] TEXT,
   [status] TEXT,
   [software_id] INTEGER,
   [xep_id] INTEGER,
   PRIMARY KEY ([xep_id], [software_id]),
   FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 24.611ms · Data source: XMPP Standards Foundation