This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Josh Adams (author)
Thu Jul 31 22:04:22 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | Thu Jul 31 21:50:38 -0700 2008 | [Josh Adams] |
| |
Rakefile | Thu Jul 31 20:08:16 -0700 2008 | [Josh Adams] |
| |
app/ | Thu Jul 31 20:22:02 -0700 2008 | [Josh Adams] |
| |
config/ | Thu Jul 31 22:04:22 -0700 2008 | [Josh Adams] |
| |
db/ | Thu Jul 31 20:08:16 -0700 2008 | [Josh Adams] |
| |
lib/ | Thu Jul 31 20:22:02 -0700 2008 | [Josh Adams] |
| |
public/ | Thu Jul 31 20:08:16 -0700 2008 | [Josh Adams] |
| |
script/ | Thu Jul 31 20:08:16 -0700 2008 | [Josh Adams] |
| |
test/ | Thu Jul 31 20:08:16 -0700 2008 | [Josh Adams] |
README
== Jabber Microblogging by Isotope Eleven, Inc. (http://www.isotope11.com) This software is intended to be used to power a single-user jabber-driven microblogging site. For now it's a proof-of-concept (meaning: there's no daemon written yet. This would take two lines of code.). To see the potential, do the following: - Run rake gems:install to install xmpp4r and xmpp4r-simple, if you don't already have them. NOTE: I had a hard time getting this to work on one machine, so you can always 'gem install xmpp4r xmpp4r-simple' of course. - Run the migrations - Run script/server - Set the environment variables JABBER_LOGIN and JABBER_PASSWORD to the jabber user you'd like to serve as the site-entry point. If you don't know what this means, register for a google talk account specifically for this site, and use those credentials. - Run script/console - Run the following: >> j = JabberClient.new JABBER_LOGIN, JABBER_PASSWORD >> j.handle_async_messaging The thread will then enter a loop, so leave the console. Send a message to your jabber user, and observe as your site gets updated. == Alternate summary http://github.com/knewter/jabber_microblogging/tree/master This is released under an OISLOCDFABRASDWYWWI* license. What does it do? - Hooks onto a given jabber account** - Puts all posts to that account in a blog (index/show) style listing, newest first. That's all. Use it for a microblogging app. Use it to see how to write a really basic Jabber Client. If you want more fun Jabber, you can check out https://github.com/knewter/jabber_client/tree for a real-time browser-based jabber client == CONTRIBUTORS Josh Adams (http://isotope11.com - josh AT isotope11.com)





