home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

9 rows where xep_id = 322

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_id software_id xep_version status
322,4 CAPTCHA Forms 322 Erlang/Elixir XMPP 4 1.0  
322,29 CAPTCHA Forms 322 Gajim 29 1.0 partial
322,31 CAPTCHA Forms 322 Psi 31   complete
322,38 CAPTCHA Forms 322 ejabberd 38 1.0 complete
322,40 CAPTCHA Forms 322 Renga 40 1.0.1 complete
322,41 CAPTCHA Forms 322 Monal IM 41   planned
322,52 CAPTCHA Forms 322 Kaidan 52 1.0.1 partial
322,64 CAPTCHA Forms 322 python-nbxmpp 64 1.0 partial
322,71 CAPTCHA Forms 322 aTalk 71 1.0.1  

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