How can I remove my account from a Jabber server?

You can remove your account by using your Jabber client's "Remove account" feature (please refer to your client's documentation for more information). If your client doesn't offer such functionality, you can try logging into your Jabber account (the example below assumes your account is on jabber.org) and then sending the following XML (using the "XML Console" feature of a Jabber client such as Exodus, Gabber, or Jarl):


<iq type='set' to='jabber.org'>
<query xmlns='jabber:iq:register'>
<remove/>
</query>
</iq>

Alternatively, you can ask a server administrator to do this for you.