PubSub Bookmarks

» Information of your Jabber ID.

Your Profile

This page provides a general survey of your XMPP account and stored bookmarks.

Export

Export bookmarks to a file.

Private
JSON, TOML.
Public
JSON, TOML.
Read
JSON, TOML.

Import

Import bookmarks from a file, and choose a node to import your bookmarks to.

( ? )

Permissions

Choose the desired access models of your directories.

Private
Public
Read

Routine

Choose a routine (i.e. default) directory (i.e. node).


Please export your bookmarks before proceeding.


Termination

Due to security concerns, Blasta does not have a built-in mechanism to delete nodes.

Warning! The following actions are irreversible and are committed at your own risk!

If you want to delete your Blasta nodes from your XMPP account, you can execute the following commands, using the XML Console of Gajim, Psi, or Psi+.

Delete your public bookmarks

    <iq type='set'
        from='{{jabber_id}}'
        to='{{jabber_id}}'
        id='delete1'>
      <pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
        <delete node='urn:xmpp:bibliography:0'/>
      </pubsub>
    </iq>
                

Delete your private bookmarks

    <iq type='set'
        from='{{jabber_id}}'
        to='{{jabber_id}}'
        id='delete2'>
      <pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
        <delete node='xmpp:bibliography:private:0'/>
      </pubsub>
    </iq>
                

Delete your reading list

    <iq type='set'
        from='{{jabber_id}}'
        to='{{jabber_id}}'
        id='delete3'>
      <pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
        <delete node='xmpp:bibliography:read:0'/>
      </pubsub>
    </iq>
                

“Blasta bookmarks are stored on your own XMPP account.”