ios - XMPPFramework - Delete a registered user account -


i using https://github.com/robbiehanson/xmppframework ios chat application.

i need here delete registered user account.

kindly me out.

as described in the section entity cancels existing registration of xep-0077, need send following stanza server:

<iq type='set' id='unreg1'>   <query xmlns='jabber:iq:register'>     <remove/>   </query> </iq> 

the server should send 'not-authorized' stream error , terminate connection.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -