home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

3 rows where software_id = 29, status = "complete" and xep_version = "1.1.1"

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_id software_id xep_version status
248,29 User Avatar 248 Gajim 29 1.1.1 complete
270,29 JID Escaping 270 Gajim 29 1.1.1 complete
557,29 Message Styling 557 Gajim 29 1.1.1 complete

Advanced export

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

CSV options:

CREATE TABLE [implementations] (
   [xep_id] INTEGER,
   [software_id] INTEGER,
   [xep_version] TEXT,
   [status] TEXT,
   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 27.675ms · Data source: XMPP Standards Foundation