mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
fix to Get User Password
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3627 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
81b07636bd
commit
982035127b
10
xep-0133.xml
10
xep-0133.xml
@ -564,9 +564,9 @@
|
||||
<field type='hidden' var='FORM_TYPE'>
|
||||
<value>http://jabber.org/protocol/admin</value>
|
||||
</field>
|
||||
<field label='The Jabber ID(s) for which to retrieve the password'
|
||||
type='jid-multi'
|
||||
var='accountjids'>
|
||||
<field label='The Jabber ID for which to retrieve the password'
|
||||
type='jid-single'
|
||||
var='accountjid'>
|
||||
<required/>
|
||||
</field>
|
||||
</x>
|
||||
@ -587,7 +587,7 @@
|
||||
<field type='hidden' var='FORM_TYPE'>
|
||||
<value>http://jabber.org/protocol/admin</value>
|
||||
</field>
|
||||
<field var='accountjids'>
|
||||
<field var='accountjid'>
|
||||
<value>juliet@shakespeare.lit</value>
|
||||
</field>
|
||||
</x>
|
||||
@ -609,7 +609,7 @@
|
||||
<field type='hidden' var='FORM_TYPE'>
|
||||
<value>http://jabber.org/protocol/admin</value>
|
||||
</field>
|
||||
<field var='accountjids'>
|
||||
<field var='accountjid'>
|
||||
<value>juliet@shakespeare.lit</value>
|
||||
</field>
|
||||
<field var='password'>
|
||||
|
Loading…
Reference in New Issue
Block a user