Its easy to implement, ive implemented it for my own site, all you need is a
component that accepts client subscriptions and presence updates etc which
saves that info to a database and then you just use a php script or whatever
to read that database.

Mine took less than an hour to implement.

Richard

----- Original Message ----- 
From: "Bart van Bragt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 17, 2003 3:46 PM
Subject: Re: [JDEV] Webpresence revisited [Was: JabberCentral]


> > Thanks for the pointers.  When I have time I will follow up - but what I
am
> > mainly interested in is some sort of simple system for displaying Jabber
> > presence info on webpages.  This is a feature you can see in almost
every
> > forum system for the big four (ICQ/AIM/MSN/Yahoo) - the icon beside each
> > user post to show if they are online or not.  From my experience it is
very
> > hard to talk forum/portal web authors into including Jabber support
without
> > this.
> >
> > Can anyone tell me if someone is working on this for any of the above?
> I'm working on this, Jeremie created the Jabber server part quite some
time
> ago, I'm creating the web frontend for it at the moment.
>
> There are already some online indicators available. The problem with
> these indicators is that most of them work on a site basis. So you need
> one bot/agent in your roster for every site where you want to display
> your presence.
>
> IMO that's not really feasible, that's why we're currently working on
> presence.jabber.org, a service that any user/webmaster can use.
>
> You just add an agent to your roster and after that you can use
> something like:
>
> <img src="http://presence.jabber.org/[EMAIL PROTECTED]/1"> for a
> standard indicator (or something like that, still working on it ;)).
>
> I'm trying to get my hands on the code that amessage.de uses for their
> online indicator, that would save me some work. If that's not possible
> I'll write something myself which should be fairly trivial.
>
> So this webpresence issue is being worked on...
>
> Cheers,
>
> BartVB

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to