PrivateData not returning any data in response packets

Smack version 4.4.4,4.4.5
Smack debug true.

I save private data
Watch it get stored.
then get the response and the data i sent up is missing

NOTE: I have tried a custom provider
i have tried xml with no attributes.
Any ideas?
Thanks

( 6751): SENT (1):
04-16 18:42:44.193 D/SMACK ( 6751):
04-16 18:42:44.193 D/SMACK ( 6751):
04-16 18:42:44.193 D/SMACK ( 6751): <Account xmlns:‘http://ipblue.com/xmpp/account’ uuid=‘dd4bb6be-1080-4c74-8515-7a4ab70354e5’>
04-16 18:42:44.193 D/SMACK ( 6751): test
04-16 18:42:44.193 D/SMACK ( 6751): </Account
04-16 18:42:44.193 D/SMACK ( 6751):
04-16 18:42:44.193 D/SMACK ( 6751):

then when i get the private data later nothing but the Element is returned
this is the get

04-16 18:43:16.807 D/SMACK ( 6751): SENT (2):
04-16 18:43:16.807 D/SMACK ( 6751):
04-16 18:43:16.807 D/SMACK ( 6751):
04-16 18:43:16.807 D/SMACK ( 6751):
04-16 18:43:16.807 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751): RECV (2):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):
04-16 18:43:17.050 D/SMACK ( 6751):

04-16 18:43:17.394 D/SMACK   ( 6751): SENT (2):
04-16 18:43:17.394 D/SMACK   ( 6751): <iq id='NTCIK-25' type='get'>
04-16 18:43:17.394 D/SMACK   ( 6751):   <query xmlns='jabber:iq:private'>
04-16 18:43:17.394 D/SMACK   ( 6751):     <Account xmlns='http://ipblue.com/xmpp/account'/>
04-16 18:43:17.394 D/SMACK   ( 6751):   </query>
04-16 18:43:17.394 D/SMACK   ( 6751): </iq>
04-16 18:43:17.394 D/SMACK   ( 6751): <r xmlns='urn:xmpp:sm:3'/>
04-16 18:43:17.434 I/io_stats(  655): !@   8,0 r 6585927 199781636 w 1799485 66176828 d 1236832 173873908 f 1160760 1458030 iot 2967464 2409241 th 102400 0 0 pt 0 inp 0 0 320534.807
04-16 18:43:17.670 D/SMACK   ( 6751): RECV (2):
04-16 18:43:17.670 D/SMACK   ( 6751): <iq type="result" id="NTCIK-25" from="ron1@ipblue.com" to="ron1@ipblue.com/d4037e1332ebeb72">
04-16 18:43:17.670 D/SMACK   ( 6751):   <query xmlns="jabber:iq:private">
04-16 18:43:17.670 D/SMACK   ( 6751):     <Account xmlns="http://ipblue.com/xmpp/account">
04-16 18:43:17.670 D/SMACK   ( 6751):     </Account>
04-16 18:43:17.670 D/SMACK   ( 6751):   </query>
04-16 18:43:17.670 D/SMACK   ( 6751): </iq>

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.