Top Level Namespace

Defined Under Namespace

Modules: Superfeedr Classes: Author, Category, IqQueryStanza, Item, Link, Location, NotificationStanza, SubscribeQueryStanza, SubscriptionsQueryStanza, UnsubscribeQueryStanza

Instance Method Summary collapse

Instance Method Details

#timeObject

Repesents the items published by the firehoser (the feed entries). They have accessors for the following fields :

  • title

  • summary

  • link

  • published

  • unique_id

  • chunks (long entries might be notified in several chunks)

  • chunk (current chunk out of chunks)

<item xmlns=“jabber.org/protocol/pubsub” chunks=“2” chunk=“1”>

<entry xmlns="http://www.w3.org/2005/Atom" xml:lang="">
    <title>cool</title>
    <content type="text">cool</content>
    <id>tag:pubhubsubbub-example-app,2009:ahhwdWJzdWJodWJidWItZXhhbXBsZS1hcHByDQsSBUVudHJ5GMGOEAw</id>
    <published>2010-03-25T16:57:18Z</published>
    <link type="text/html" href="http://pubsubhubbub-example-app.appspot.com/ahhwdWJzdWJodWJidWItZXhhbXBsZS1hcHByDQsSBUVudHJ5GMGOEAw" title="" rel="alternate"/>
</entry>

</item>



22
# File 'lib/stanzas/notification_stanza.rb', line 22

require 'time'