1 Replies Last post: Dec 7, 2006 10:35 AM by pissedoff  
Chris Allen   37 posts since
Mar 30, 2005
Currently Being Moderated

May 19, 2005 5:46 PM

org.jivesoftware.xiff.data.Message problems

Hi Sean and others,

 

I''m having some issues getting the org.jivesoftware.xiff.data.Message class to work properly.  There also seems to be an issue with the XIFFConnection.send() method, but I think that they must be related.

 

Basically I''m creating it like this :

 

 

trace(xmlMsg); //this traces out fine

var msg:Message = new Message( bridgeAccount + "@" + jabberServer.domain, null, null, xmlMsg, "Normal" );

          trace("HTML body: " + msg.htmlBody); this traces undefined

          socket.send( msg );  

 

 

This is the message that get''s traced via the XIFFConnection.outgoingData event:

 

<!-- Sent Time:Thu May 19 18:34:36 GMT-0400 2005 -->

<message id="m_9" type="Normal" to="bridge@xmpptest.partners.org" />

<!-- end --> 

 

Notice that there is no html content in the message.

 

This code used to work with older versions of the library, but now seems to have issues. 

Any idea on what might be going on?

 

If I can''t get this working I will just use my sendRaw() method for now, but it would be nice if the library can use the send() method again.

 

 

Thanks in advance for any help.

 

-Chris

pissedoff   1 posts since
Dec 7, 2006
Currently Being Moderated
Dec 7, 2006 10:35 AM in response to: Chris Allen
Re: org.jivesoftware.xiff.data.Message problems

Look. i don''t know what''s going on here, but i''ve been getting story-like messages through frankenmuthwolverines@umich.edu for over a week now and i''ve traced it back to you. it needs to stop. i get at least five messages a day all from different emails that don''t really exist.

if you are in control of this and it happens again expect a lawsuit.

More Like This

  • Retrieving data ...