Example 208 shows the <password/> as child of <invite/>
<message to='[email protected]'> <x xmlns='http://jabber.org/protocol/muc#user'> <invite to='[email protected]'> <password>cauldronburn</password> </invite> </x> </message> Example 124 has the <password/> as child of <x/> <message from='[email protected]' to='[email protected]'> <x xmlns='http://jabber.org/protocol/muc#user'> <invite from='[email protected]'/> <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:[email protected]
