On Sat, Mar 13, 2010 at 11:58 AM, Bernd Fondermann <[email protected]> wrote: > can you comment on this issue? Did you happen to deal with that already? > > https://issues.apache.org/jira/browse/VYSPER-82
Yes, this is solved in the new XML parser. However, I'm waiting until after the first release to integrate it as it will require a period of testing before we work out the kinks. > In addition, I can see stanzas containing > xmlns="" > Is that correct or should empty xmlns be subpressed? If there is really element in the empty namespace, they would be correct. But since I don't think there are any in XMPP, it's more likely due to us not creating Stanzas or XMLElements with the correct namespace. This is the major kink :-) /niklas
