Annotate
mod_conformance_restricted/README.wiki @ 1783:b31fe2d22310
mod_cloud_notify: XEP-0357: Push - the server bits ("app server" not included)
author |
Kim Alvefur <zash@zash.se> |
date |
Mon, 24 Aug 2015 23:09:58 +0200 |
parent |
1782:29f3d6b7ad16 |
rev |
line source |
1782
|
1 #summary Send restricted XML for conformance testing
|
|
2
|
|
3 = Introduction =
|
|
4
|
|
5 This module sends processing instructions, comments, DTDs and a
|
|
6 non predefined entity (defined by the DTD) to the requesting entity.
|
|
7
|
|
8 = Usage =
|
|
9
|
|
10 Send "PI", "comment", "DTD" or "entity" to <xmpp:example.com/conformance>, while
|
|
11 directly connected to the Prosody instance. |