Software /
code /
prosody-modules
Comparison
mod_rest/example/app.py @ 4246:53ae1df31950
mod_rest/example: Advertise version query support
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 15 Nov 2020 15:28:14 +0100 |
parent | 3863:45b04f05d624 |
child | 4248:f3fbfde9683d |
comparison
equal
deleted
inserted
replaced
4245:7bf3bf81c9ef | 4246:53ae1df31950 |
---|---|
48 } | 48 } |
49 ], | 49 ], |
50 "features": [ | 50 "features": [ |
51 "http://jabber.org/protocol/disco#info", | 51 "http://jabber.org/protocol/disco#info", |
52 "http://jabber.org/protocol/disco#items", | 52 "http://jabber.org/protocol/disco#items", |
53 "jabber:iq:version", | |
53 "urn:xmpp:ping", | 54 "urn:xmpp:ping", |
54 ], | 55 ], |
55 } | 56 } |
56 } | 57 } |
57 ) | 58 ) |