home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

11 rows where software_id = 37

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status

Link xep_id software_id xep_version status
168,37 Data Forms 168 Whixp 37 2.9 complete
194,37 Service Discovery 194 Whixp 37 2.5.0 complete
214,37 Ad-Hoc Commands 214 Whixp 37 1.3.0 partial
223,37 Result Set Management 223 Whixp 37 1.0 partial
224,37 Publish-Subscribe 224 Whixp 37 1.26.0 partial
246,37 XMPP Date and Time Profiles 246 Whixp 37 1.1.1 partial
362,37 Stream Management 362 Whixp 37 1.6.1 complete
367,37 Delayed Delivery 367 Whixp 37 2.0 complete
477,37 Message Archive Management 477 Whixp 37 1.1.2 complete
497,37 Displayed Markers 497 Whixp 37 1.0.0 complete
523,37 Unique and Stable Stanza IDs 523 Whixp 37 0.7.0 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 26.111ms · Data source: XMPP Standards Foundation