Ended up writing a little bot in Python using xmpppy. Works like a
charm. Shame I couldn't get OpenFire to do it, but in the end it
wasn't that hard - except for some aggravating unicode issues with
MySQL.
Andrew
On May 8, 12:03 pm, Andrew Maizels <
andrew.maiz...@gmail.com> wrote:
> Yeah, I was hoping to get it to work without writing a bot or
> something like that, but it's looking like that's the only solution.
>
> Thanks,
>
> Andrew
>
> On May 7, 3:48 pm, Tom Carden <
tom.car...@gmail.com> wrote:
>
> > On May 6, 9:12 pm, Andrew Maizels <
andrew.maiz...@gmail.com> wrote:
>
> > > I haveOpenfireinstalled and I'm successfully getting a Jabber feed
> > > from Twitter.
>
> > > What I want to do is collect them in a MySQL database so that I can
> > > easily process them with my application. Openfirehas an option to
> > > store messages that arrive when you're offline... But it doesn't seem
> > > to do what I want. I'm guessing that as soon as I go offline, Twitter
> > > stops sending me the Jabber feed. And if I'm online,Openfiredoesn't
> > > store the messages.
>
> > > Has anyone solved this?
>
> > There's a really simple bot library forOpenFirethat you could use to