Deleting an account with another account

Hello all,

I have an open connection and I want to delete/modify another account. Is there a setting for this?

For example this* message deletes the sender. I want it to delete edelric user.

Thanks in advance.

* iq to="localhost" type="set" id="6" query xmlns="jabber:iq:register" remove edelric /remove /query /iq

JohnChrisRichards wrote: For

JohnChrisRichards wrote:

For example this* message deletes the sender.

* iq to="localhost" type="set" id="6" query xmlns="jabber:iq:register" remove edelric /remove /query /iq

That's an example of a user deleting itself, as described in
http://xmpp.org/extensions/xep-0077.html#usecases-cancel

JohnChrisRichards wrote:

I have an open connection and I want to delete/modify another account. Is there a setting for this?

I want it to delete edelric user.

You want user1 deleting user2, as described in:
http://xmpp.org/extensions/xep-0133.html#delete-user
To do that in ejabberd, user1 must be an ejabberd admin.

badlop wrote: You want user1

badlop wrote:

You want user1 deleting user2, as described in:
http://xmpp.org/extensions/xep-0133.html#delete-user
To do that in ejabberd, user1 must be an ejabberd admin.

xep-0133 is perfect. I didn't know about xep-0133 because of I am new to XMPP and I was looking for that in xep-0077.

Thank you so much!

Hi badlop, I am facing some

Hi badlop,

I am facing some issues with xep 0133 at the time of deletion of user. Somtimes it works perfectly but sometimes I was getting error 503 service-unavailable. This is happening randomly.
Why this is so?

Syndicate content