[JDEV] server storage

Heiner Wolf wolf at bluehands.de
Mon Nov 25 05:02:04 CST 2002


Hi all,

I can set public data which is stored in the server's spool file of the user. I can also empty this data. But an empty tag remains in the spool file. 

Example:

if I iq-set to server side storage, say:
  <iq type='set' to='user at server'><a xmlns='b:c'>d</a></iq>

I can get it again by
  <iq type='get' to='user at server'><a xmlns='b:c' /></iq>

If I set an empty tag
  <a xmlns='b:c' />

then the server's spool file contains an empty tag:
  <a xmlns="b:c" xdbns="b:c" /> 

How do I get rid of it?
  <iq type='DELETE'>...</iq> ??????

--
Dr. Klaus H. Wolf
bluehands GmbH & Co.mmunication KG
http://www.bluehands.de/people/hw
+49 (0721) 16108 75



More information about the JDev mailing list