home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

7 rows where xep_id = 661

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version

Link xep_id software_id xep_version status
661,16 Message Displayed Synchronization 661 Slidge 16 0.1.0 complete
661,29 Message Displayed Synchronization 661 Gajim 29 0.1.0 complete
661,41 Message Displayed Synchronization 661 Monal IM 41 0.1.0 complete
661,45 Message Displayed Synchronization 661 xmpp-parsers 45 1.0.1 complete
661,58 Message Displayed Synchronization 661 Conversations 58 0.1.0 complete
661,61 Message Displayed Synchronization 661 slixmpp 61 0.1.0 complete
661,64 Message Displayed Synchronization 661 python-nbxmpp 64 0.1.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 22.007ms · Data source: XMPP Standards Foundation