home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

12 rows where software_id = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_id software_id xep_version status
209,51 Multi-User Chat 209 Convo 51   partial
212,51 Bookmarks 212 Convo 51    
214,51 Ad-Hoc Commands 214 Convo 51   partial
218,51 vcard-temp 218 Convo 51    
279,51 Entity Capabilities 279 Convo 51   partial
320,51 Discovering Alternative XMPP Connection Methods 320 Convo 51    
362,51 Stream Management 362 Convo 51    
363,51 XMPP Ping 363 Convo 51    
370,51 XMPP Over BOSH 370 Convo 51    
409,51 The /me Command 409 Convo 51    
444,51 Message Carbons 444 Convo 51    
477,51 Message Archive Management 477 Convo 51    

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