Add element without namespace in smack message
问题 I wants to add node element in smack Message . Eg. <myID> is the custom tag which i wants to add in message. like below structure <message to='username@domain' id='12345'><body>Hello</body><myID>33e6cf03-90aa-4281-a36e-902ccdf0657f</myID></message> What i tried so far By creating CustomExtension by implementing DefaultExtensionElement but here its creating message with some namespace specified. <message to='username@domain' id='12345'><body>Hello</body><myID xmlns='somenamespace'>33e6cf03