lib/xmpp4r/delay/x/delay.rb in xmpp4r-0.3.2 vs lib/xmpp4r/delay/x/delay.rb in xmpp4r-0.4

- old
+ new

@@ -73,10 +73,10 @@ ## # Get the timestamp's origin # result:: [JID] def from if attributes['from'] - JID::new(attributes['from']) + JID.new(attributes['from']) else nil end end