Sha256: f79b002694defb9566e19902707f83e2086b24166433fa051f96499d50f779a0
Contents?: true
Size: 637 Bytes
Versions: 11
Compression:
Stored size: 637 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:xmpp:ozone:conference:1" xmlns:tns="urn:xmpp:ozone:conference:1" elementFormDefault="qualified"> <element name="conference" type="tns:conferenceType" /> <complexType name="conferenceType"> <attribute name="id" type="string" use="required" /> <attribute name="beep" type="boolean" use="optional" /> <attribute name="mute" type="boolean" use="optional" /> <attribute name="tone-passthrough" type="boolean" use="optional" /> <attribute name="terminator" type="string" use="optional" /> </complexType> </schema>
Version data entries
11 entries across 11 versions & 1 rubygems