<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,7 @@ module Jabber
         parser = REXML::Parsers::SAX2Parser.new @stream 
 
         parser.listen( :start_element ) do |uri, localname, qname, attributes|
-          e = REXML::Element::new(qname, nil, :raw =&gt; :all)
+          e = REXML::Element::new(qname)
           e.add_attributes attributes
           @current = @current.nil? ? e : @current.add_element(e)
 
@@ -61,7 +61,7 @@ module Jabber
         end
 
         parser.listen( :characters ) do | text |
-          @current.add(REXML::Text.new(text.to_s, @current.whitespace(), nil, @current.raw())) if @current
+          @current.add(REXML::Text.new(text.to_s, @current.whitespace, nil, true)) if @current
         end
 
         parser.listen( :cdata ) do | text |</diff>
      <filename>lib/xmpp4r/streamparser.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebb7eca53b4ef7d4163142a87c0e0cc17116e63c</id>
    </parent>
  </parents>
  <author>
    <name>Stephan M</name>
    <email>astro@spaceboyz.net</email>
  </author>
  <url>http://github.com/ln/xmpp4r/commit/a58bc51ac6c601bc1b85f998de0bfe6eec627d3a</url>
  <id>a58bc51ac6c601bc1b85f998de0bfe6eec627d3a</id>
  <committed-date>2008-05-12T09:05:25-07:00</committed-date>
  <authored-date>2008-05-12T09:05:25-07:00</authored-date>
  <message>streamparser: just handle :characters raw


git-svn-id: svn+ssh://svn.gna.org/svn/xmpp4r/trunk/xmpp4r@504 fc81a325-65fc-0310-ab21-b05fd605316e</message>
  <tree>db730f980c691ebe73511e858b0b440882aee473</tree>
  <committer>
    <name>Stephan M</name>
    <email>astro@spaceboyz.net</email>
  </committer>
</commit>
