Subject: MissingMethodException in Message object
I have some really strange thing in my code. When i create a new message object like this
agsXMPP.protocol.client.Message m_message = new agsXMPP.protocol.client.Message(new Jid(receiver),MessageType.chat, body);
the Type property gives me back
Type: <error: an exception of type: {System.MissingMethodException} occurred>
which is really strange. This also results in not capible of getting the Xml of the message to store it inside a queue.
I created a small application before where i did likely the same. I really don't know why it is not working at this time. Hope somebody can help me.
agsXMPP.protocol.client.Message m_message = new agsXMPP.protocol.client.Message(new Jid(receiver),MessageType.chat, body);
the Type property gives me back
Type: <error: an exception of type: {System.MissingMethodException} occurred>
which is really strange. This also results in not capible of getting the Xml of the message to store it inside a queue.
I created a small application before where i did likely the same. I really don't know why it is not working at this time. Hope somebody can help me.