Update Your Bookmarks

| |

I'm in the process of switching hosts. Part of that is moving my blog to a new address. The new address is http://nolan.eakins.net/. So update your bookmarks. The old address should still work thanks to mod_rewrite. It should forward to the new address along with everything after it.

If anything turns up broken tell me.

I would also like to know if there is any pre-existing script that'll log into my account, go through my roster, and reapprove and re-request presence subscriptions? That'll keep me from having to go through 40 contacts by hand.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

If you use jabber.el, you can

If you use jabber.el, you can run the following code from the scratch buffer:

(dolist (n *jabber-roster*)
  (dolist (s '("subscribe" "subscribed"))
    (jabber-send-sexp `(presence ((to . ,(symbol-name n)) (type . ,s))))))

Ad's by Google