Subject: Error parsing Message.Headers
Hello,
I found a bug in the parsing of the Headers (in the agsXMPP2008 project).
In ElementFactory.cs:
AddElementType("headers", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Header));
AddElementType("header", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Headers));
Should be
AddElementType("headers", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Headers));
AddElementType("header", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Header));
I found a bug in the parsing of the Headers (in the agsXMPP2008 project).
In ElementFactory.cs:
AddElementType("headers", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Header));
AddElementType("header", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Headers));
Should be
AddElementType("headers", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Headers));
AddElementType("header", Uri.SHIM, typeof(agsXMPP.protocol.extensions.shim.Header));
meskensj
Show profile
Link to this post
