home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

5 rows where xep_id = 369

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_id software_id xep_version status
369,1 Best Practices to Discourage Denial of Service Attacks 369 AstraChat XMPP Server 1    
369,20 Best Practices to Discourage Denial of Service Attacks 369 Prosody IM 20 1.0.2 complete
369,34 Best Practices to Discourage Denial of Service Attacks 369 Metronome IM 34 1.0 complete
369,38 Best Practices to Discourage Denial of Service Attacks 369 ejabberd 38 1.0 complete
369,46 Best Practices to Discourage Denial of Service Attacks 369 Tigase XMPP Server 46    

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 22.796ms · Data source: XMPP Standards Foundation