no ideas?

Alexander Gnauck wrote:
Example 208 shows the <password/> as child of <invite/>

  <message to='darkc...@chat.shakespeare.lit'>
    <x xmlns='http://jabber.org/protocol/muc#user'>
      <invite to='hec...@shakespeare.lit'>
        <password>cauldronburn</password>
      </invite>
    </x>
  </message>

Example 124 has the <password/> as child of <x/>
  <message
      from='darkc...@chat.shakespeare.lit'
      to='hec...@shakespeare.lit'>
    <x xmlns='http://jabber.org/protocol/muc#user'>
      <invite from='b...@shakespeare.lit'/>
      <password>cauldronburn</password>
    </x>
  </message>


which one is correct. I think the second one.

<continue/> is missing in the schema of <invite/>
Also <password/> if 208 is correct ;-)

  <xs:element name='invite'>
    <xs:complexType>
      <xs:sequence>
        <xs:element ref='reason' minOccurs='0'/>
      </xs:sequence>
      <xs:attribute name='from' type='xs:string' use='optional'/>
      <xs:attribute name='to' type='xs:string' use='optional'/>
    </xs:complexType>
  </xs:element>

Regards,
Alex
--
Alexander Gnauck
http://www.ag-software.de
xmpp:gna...@jabber.org



Reply via email to