[JDEV] Hope This Isn't Off Topic - Extending The Jabber Protocol/Messages

2002-07-25 Thread David Griffiths
Sorry if this is off topic (this is for Jabber-based development, so I don't think it is), but it's development related. I've written some software for the company I work for that is designed to help translate data between files, databases, XML, and so on. Data is read in from the source into a f

Re: [JDEV] rbjab hosting

2002-07-25 Thread Kriggs
I need more than hosting of the software. I need hosting for running the software. -Kriggs > This is exactly what JabberStudio is setup to do.. host Jabber projects :) > You should contact myself or temas ([EMAIL PROTECTED] for email & jabber) > and have a project setup once you're ready. You'l

Re: [JDEV] rbjab hosting

2002-07-25 Thread Peter Millard
Kriggs - This is exactly what JabberStudio is setup to do.. host Jabber projects :) You should contact myself or temas ([EMAIL PROTECTED] for email & jabber) and have a project setup once you're ready. You'll have www and cvs access right now... More features on jabberstudio are coming later. Pe

[JDEV] Council Position Paper: Peter Millard

2002-07-25 Thread Peter Millard
You can view this file in HTML format at: http://www.pgmillard.com/jabber-pos-2002.html Enjoy & thanx for reading :) Background I am a developer who also likes to do stuff in the outdoors ([1] http://www.pgmillard.com for more personal stuff). I recently g

Re: [JDEV] Where can I find jabberbeans sources and docs?

2002-07-25 Thread Dalton Caldwell
Why is Jabberbeans dead? It seems to have died at a rather strange time in development, 0.9.0 pre2? Did the developers get bored with it, or was there some reason to kill it? Aside from obvious documentation problems, it seems pretty powerful to me Dalton David Griffiths wrote: > JabberBean

Re: [JDEV] Where can I find jabberbeans sources and docs?

2002-07-25 Thread David Griffiths
JabberBeans seems to be dead. There is a project called Muse that was designed to be an all around API for the various messenger-clients plus Gnutella and Napster (whoops on that last one). You can find them at http://www.echomine.org/projects/muse/ I've played with both - I'm not sure which on

RE: [JDEV] Question: packet routing

2002-07-25 Thread Joe Breeden
I could be wrong about this, so if someone else has a better explanation - please step in, but each message is addressed to a JID and each component has a different JID. So, when a message is sent it is sent to a specific JID with, if it happens to match one for a component JID, is used to rout

[JDEV] Question: packet routing

2002-07-25 Thread Ian Littlewood
If I understand things correctly, each 'Service' type of component can receive at least the three main packets (, , ) - so if a comes in from c2s (which, for simplicity is of type "normal"), and I have three 'Service' components registered for the "" packet then all three services will be handed

Re: [JDEV] Where can I find jabberbeans sources and docs?

2002-07-25 Thread Ben Schumacher
I would guess that the sourceforge version is the latest. I don't think JabberBeans is being actively developed anymore. On Thu, 25 Jul 2002, Javier Rodriguez wrote: > Where can I find jabberbeans sources and docs? > > www.jabberbeans.org server is always down and the sourceforge.net's > jabberbe

Re: [JDEV] Where can I find jabberbeans sources and docs?

2002-07-25 Thread David Waite
jabberbeans.org domain registration expired last month, it probably won't work all that well. The last released version was 0.9.0-pre4. CVS in sourceforge is newer than that, but wasn't released. I am no longer maintainer, and believe the maintainer which followed me gave up on the project - i

[JDEV] (no subject)

2002-07-25 Thread Ryan Pack
I am trying to create a client that implements SSL but I can not find any source code to tell me how. Can anyone help me? Ryan Pack Programmer TEXAR Federal Credit Union Pager: [EMAIL PROTECTED] Work: (903) 831-2639 Email: [EMAIL PROTECTED] ___

[JDEV] rbjab hosting

2002-07-25 Thread Kriggs
(addendum to my "Re: [JDEV] PHP-HTML based Jabber client") Since I brought it up: anyone on this mailing list interested in hosting for rbjab? If you're worried about bandwidth because, for example, your ISP allows you a 1 gig upload max, rbjab will allow you to set any limit you want, such as

RE: [JDEV] JEP-8 User Avatars in Jabber

2002-07-25 Thread Klaus H. Wolf
OK, I need avatars for my client display, because images are the primary representation, i.e. no buddy-"list". Do you know of any developments in the Avatar direction? Otherwise I will leave it to my common sense as protocol designer :-) Any ideas at Jabber Inc to which I could be compatible whe

Re: [JDEV] PHP-HTML based Jabber client

2002-07-25 Thread Kriggs
rbjab uses HTML. It will be released publicly in a few months when it's bug-free and distributeable, in some form of open-source license (It's almost all done, and I'll be using it really soon, but then I have to make it open for everyone's use, which I couldn't do right away because I needed

[JDEV] Where can I find jabberbeans sources and docs?

2002-07-25 Thread Javier Rodriguez
Where can I find jabberbeans sources and docs? www.jabberbeans.org server is always down and the sourceforge.net's jabberbeans project stopped working last year at 0.9.0-pre4 version... What's the most recent version? Where can I download the sorces? Thanks. ___

Re: [JDEV] JEP-8 User Avatars in Jabber

2002-07-25 Thread David Waite
The proposal was embedding avatars in presence, which would not scale. Hopefully avatars will be reproposed once we have standardized on a discovery mechanism and publish/subscribe mechanism - its an interesting feature for IM. -David Waite Klaus H. Wolf wrote: >Great, > >what does it mean?

RE: [JDEV] JEP-8 User Avatars in Jabber

2002-07-25 Thread Klaus H. Wolf
Great, what does it mean? "The proposal was bad" or "we do not need avatars". Any other avatar developments? -- Dr. Klaus H. Wolf bluehands GmbH & Co.mmunication KG http://www.bluehands.de/people/hw +49 (0721) 16108 75 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [JDEV] JEP-8 User Avatars in Jabber

2002-07-25 Thread Julian Missig
Despite what the "Status" field says, JEP-0008 was rejected. On Thu, 2002-07-25 at 11:16, Klaus H. Wolf wrote: > Hi, > > is JEP-8 still considered active? > Is it worth discussing and worth as a guideline? > > If yes, here the comment: > - JEP-8 proposes 2 methods for retrieving the avatar data

Re: [JDEV] Probelms with presence

2002-07-25 Thread David Waite
You are most likely hitting the (not completely intuitive) presence and roster notification logic. To summarize: - You will not receive other user's available presence until you change your presence to available - You will not receive subscription requests until you change your presence to avai

[JDEV] JEP-8 User Avatars in Jabber

2002-07-25 Thread Klaus H. Wolf
Hi, is JEP-8 still considered active? Is it worth discussing and worth as a guideline? If yes, here the comment: - JEP-8 proposes 2 methods for retrieving the avatar data: client-client and client-storage - it prefers client-client - I discovered the following behaviour: if the client changes th

[JDEV] Probelms with presence

2002-07-25 Thread emma . willis
Hi - I have been reading the code that someone kindly suggested to help me with presence subscription but I still don't understand whats wrong. Maybe I am doing something wrong or maybe there is a bug... I am testing this on a windows server and I have found several things not to work (e.g. of

[JDEV] PHP-HTML based Jabber client

2002-07-25 Thread adrian
hello everyone   has someone make some php-html based implementetion of jabeer?   it should work on the http protocol   [raputza]

[JDEV] To get only online users of my list

2002-07-25 Thread Bharath Kumar
  Hi,    I am connected to the jabber server. Once connected the server sends me the users who are online.     Is there any specific XML stream which i can send to the jabber server which can give me a     list of online users from my roster list.         All i want is the list of my online