Re: [JDEV] Jabberd map or index of source code

2002-11-25 Thread Rodrigo Bernardo Pimentel
On Mon, Nov 25 2002 at 05:23:07PM BRST, Vapor <[EMAIL PROTECTED]> wrote: > >Is there a map or index of the jabberd source code available. >Specifically what I am looking for is something that contains the >location or file that each function is stored in so that I can more >easily

Re: [JDEV] conference room creation

2002-11-25 Thread Rob Davis
I seem to have solved this for the moment, by sending presence to the new room (using the old group chat protocol) before issuing the configuration request. However this does not seem to be behaviour as documented in JEP-45 so I don't think this its quite right... My problem now is that once I re

Re: [JDEV] Jabberd map or index of source code

2002-11-25 Thread Justin Kirby
On Mon, 2002-11-25 at 18:16, Robert Norris wrote: > > I have lxr setup at http://www.openaether.org/jabberd/source > > it is update every night at 1am, so it should be relatively fresh. > > I'd recommend updating it to point at the jabberd2 module (or jabberd14, > depending on what people want).

[JDEV] Presence

2002-11-25 Thread Ian Littlewood
I'm a little confused with something related to presence. As a user with a JID, I have a presence associated with each resource associated with that JID. In the context of a groupchat (v1.0) room, is it possible to define a separate presence? For example: I am a user, "[EMAIL PROTECTED]" I am

[JDEV] Client using JabberBeans..

2002-11-25 Thread Adrian Brown
If anyone is using JabberBeans, I would certainly appreciate you taking a look at this: I'm trying to build a simple client, at the moment everything is quite static (until I get things right). I can't seem to send the Message Packet to the other client (pre-set into code).. nothing seems to happ

Re: [JDEV] Jabberd map or index of source code

2002-11-25 Thread Robert Norris
> I have lxr setup at http://www.openaether.org/jabberd/source > it is update every night at 1am, so it should be relatively fresh. I'd recommend updating it to point at the jabberd2 module (or jabberd14, depending on what people want). The jabberd module is just our playground, and isn't being up

Re: [JDEV] Jabberd map or index of source code

2002-11-25 Thread Justin Kirby
I have lxr setup at http://www.openaether.org/jabberd/source it is update every night at 1am, so it should be relatively fresh. Justin On Mon, 2002-11-25 at 17:01, Yanming Xiao wrote: > You can use "Source Navigator" to make your life easy, which could be > downloaded from redhat.com. > > BTW,

Re: [JDEV] Jabberd map or index of source code

2002-11-25 Thread Yanming Xiao
You can use "Source Navigator" to make your life easy, which could be downloaded from redhat.com.   BTW, Benoit, thanks for you help, I got it.   -Yanming - Original Message - From: Vapor To: [EMAIL PROTECTED] Sent: Monday, November 25, 2002 2:23 PM Subject: [JDEV

RE: [JDEV] Question from a student

2002-11-25 Thread sireesha vudatha
Thank you very much for the suggestions... This would help me a lot.. Sireesha    Bain Kennedy <[EMAIL PROTECTED]> wrote: Or...You could write a regular app that first handles the client/server initial recieve question, send answer. After you finish that, write an outer class that handles the commu

Re: [JDEV] mu-conference and xdb_sql

2002-11-25 Thread bobeal
hi, > Could you be more specific on this issue? The following is an example of > in jabber.xml: yep, you can have something like that : jabber:xdb:nslist ... ./xdb_file/xdb_file.so ./spool jabber:iq:roster ... ./xdb

[JDEV] Jabberd map or index of source code

2002-11-25 Thread Vapor
Is there a map or index of the jabberd source code available.Specifically what I am looking for is something that contains the location or file that each function is stored in so that I can more easily navigate and understand the code.   Vapor

Re: [JDEV] JIT - ICQ Transport release

2002-11-25 Thread admin
On Mon, 25 Nov 2002, lukasm wrote: > I'm pleased to announce that JIT ver 1.0.5 was released. JIT is ICQ > transport What's the difference to ICQv7-t (icqv7-t.sf.net)? (from user's and programmer's point of view if possible) Does JIT support direct connections? Does it read XDB files of the old

RE: [JDEV] Question from a student

2002-11-25 Thread Bain Kennedy
Or... You could write a regular app that first handles the client/server initial recieve question, send answer. After you finish that, write an outer class that handles the communication to and from the Jabber Server. Or... Jabberbeans is an easy enough library to learn, you can use the jabb

Re: [JDEV] Question from a student

2002-11-25 Thread Ralph Meijer
On Mon, Nov 25, 2002 at 11:18:26AM -0800, sireesha vudatha wrote: > Hi all, > > This is Sireesha, a student who is a beginner in Jabber and I want to > use Jabber in a course project where an automated agent (like a bot) will > automatically answer the questions typed in by a user by looking int

[JDEV] Question from a student

2002-11-25 Thread sireesha vudatha
Hi all, This is Sireesha, a student who is a beginner in Jabber and I want to use Jabber  in a  course project where an automated agent (like a bot) will automatically answer the questions typed in by a user by looking into the database of questions and answers. (I want to use Java or perl and mysq

Re: [JDEV] mu-conference and xdb_sql

2002-11-25 Thread Yanming Xiao
Benoit. > yes, just create two xdb sections in jabber.xml file, one for xdb_file and one > for xdb_sql. then, the query dispatch will be done according to the namespaces > declared in each xdb section ... > Could you be more specific on this issue? The following is an example of in jabber.xml:

RE: [JDEV] jabber extensions available for handling locationinformation

2002-11-25 Thread Jeremy Nickurak
On Mon, 2002-11-25 at 09:46, Arjan Peddemors wrote: > We had two main reasons for having the location element at the > same level as the presence element. First, we are considering > presence and location (and many other types of information) as > independent parameters that define the context of

Re: [JDEV] Jabber server and IPv6

2002-11-25 Thread Matthias Wimmer
Hi Mario! Morelli Mario wrote: I need the following information: Can a Jabber server be used by IPv6 and IPv4 users in the same time? In other words, if a Gabber IPv6 user wants to chat with a ICQ IPv4 user and both of them connect to an IPv6 Jabber Server (equipped with a gateway to ICQ us

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ralph Meijer
On Mon, Nov 25, 2002 at 05:46:29PM +0100, Arjan Peddemors wrote: > We had two main reasons for having the location element at the > same level as the presence element. First, we are considering > presence and location (and many other types of information) as > independent parameters that define t

Re: [JDEV] conference room creation

2002-11-25 Thread Rob Davis
Following David's suggestion (from earlier this month) about creating rooms (without entering them) in MUC, I am sending the following room configuration request to MUC, as per JEP-45: http://jabber.org/protocol/muc#owner"; /> However, rather than getting a configuration form as expected (or a d

RE: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Arjan Peddemors
We had two main reasons for having the location element at the same level as the presence element. First, we are considering presence and location (and many other types of information) as independent parameters that define the context of a user (or other non-human entity). Second, we want the us

[JDEV] JIT - ICQ Transport release

2002-11-25 Thread lukasm
Hi ! I'm pleased to announce that JIT ver 1.0.5 was released. JIT is ICQ transport that supports: - messages, presences - sms - vcard - search Please visit http://sourceforge.net/projects/jit for more information. Have fun! Lukas ___ jdev mailing

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ralph Meijer
On Mon, Nov 25, 2002 at 02:01:03PM +0100, Ulrich Staudinger wrote: > Ralph Meijer wrote: > > > > On Mon, Nov 25, 2002 at 01:18:15PM +0100, Ulrich Staudinger wrote: > > > I agree, another top-level element is not very hany and somehow disrupts > > > the order in xmpp. I suggest to set up a jep abou

Re: [JDEV] jabber extensions available for handling locationinformation

2002-11-25 Thread Timothy Carpenter
I agree and disagree with both sides! I agree that can form part of - e.g. "I am on the phone at my desk" or "I am busy in meeting room 1" is a very natural combination. However, pub/sub would be a natural vehicle to filter, distribute and direct the information delivery. Thus, this problem do

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ulrich Staudinger
Ralph Meijer wrote: > > On Mon, Nov 25, 2002 at 01:18:15PM +0100, Ulrich Staudinger wrote: > > I agree, another top-level element is not very hany and somehow disrupts > > the order in xmpp. I suggest to set up a jep about this and putting > > in presence. > > IMHO (again) this context informati

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ralph Meijer
On Mon, Nov 25, 2002 at 01:18:15PM +0100, Ulrich Staudinger wrote: > I agree, another top-level element is not very hany and somehow disrupts > the order in xmpp. I suggest to set up a jep about this and putting > in presence. IMHO (again) this context information doesn't belong in the presence s

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ralph Meijer
On Mon, Nov 25, 2002 at 01:03:48PM +, DJ Adams wrote: > On Mon, Nov 25, 2002 at 11:47:20AM +0100, Arjan Peddemors wrote: > > > The extended server handles elements at the same level as > > the common data types , , and ; i.e. > > I may be missing something here (due to my 'time off' recentl

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Richard Dobson
Yes this seems a little silly to me but you cant blame them really. Its something perfect for pubsub, but since they wanted it now they went ahead and created their own solution since there is still no pubsub standard. But they will have to change their use of their new top level element to pubsub

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread Ulrich Staudinger
DJ Adams wrote: > > On Mon, Nov 25, 2002 at 11:47:20AM +0100, Arjan Peddemors wrote: > > > The extended server handles elements at the same level as > > the common data types , , and ; i.e. > > I may be missing something here (due to my 'time off' recently) so sorry > if I'm speaking out of tu

Re: [JDEV] mu-conference and xdb_sql

2002-11-25 Thread Benoit Orihuela
hi, > Has anyone set it up to work with mysql instead of spool files? I assume > this would involve extra code being adding to xdb_sql (which I already > have working). not necessarily. if you use the v2 queries, that should be doable without adding extra code to xdb_sql (V2 queries are explained

Re: [JDEV] server storage

2002-11-25 Thread Ulrich Staudinger
Hi Klaus, *afaik* there is no way to delete it. Same goes for private storage. ulrich Heiner Wolf wrote: > > Hi all, > > I can set public data which is stored in the server's spool file of the user. I can >also empty this data. But an empty tag remains in the spool file. > > Example: > > if

Re: [JDEV] jabber extensions available for handling location information

2002-11-25 Thread DJ Adams
On Mon, Nov 25, 2002 at 11:47:20AM +0100, Arjan Peddemors wrote: > The extended server handles elements at the same level as > the common data types , , and ; i.e. I may be missing something here (due to my 'time off' recently) so sorry if I'm speaking out of turn ... but this seems slightly wo

Re: [JDEV] Configuring server side component

2002-11-25 Thread DJ Adams
On Mon, Nov 25, 2002 at 11:57:48AM +0100, OUCHIA Mehdi FTRD/SVA/LAN wrote: > Hello, > > I've got a problem with server side component configuration in jabber.xml. > > Indeed, i have a jabberd running on a first machine called "MachineA" and an >"accept" component on another one called "MachineB"

Re: [JDEV] Configuring server side component

2002-11-25 Thread Ulrich Staudinger
[EMAIL PROTECTED] wrote: > > On Mon, 25 Nov 2002, OUCHIA Mehdi FTRD/SVA/LAN wrote: > > > Indeed, i have a jabberd running on a first machine called "MachineA" > > and an "accept" component on another one called "MachineB". In > > jabber.xml on "MachineA", if i configure my component called > > "o

Re: [JDEV] Configuring server side component

2002-11-25 Thread admin
On Mon, 25 Nov 2002, OUCHIA Mehdi FTRD/SVA/LAN wrote: > Indeed, i have a jabberd running on a first machine called "MachineA" > and an "accept" component on another one called "MachineB". In > jabber.xml on "MachineA", if i configure my component called > "ordermanager" as follows : > > >

[JDEV] ANN: BID gateway, ebxml gateway, business data interchange gateway incompliance with JEP 56

2002-11-25 Thread Ulrich Staudinger
Good morning all, i am happy to announce the first initial release of the business data interchange component. it is available at http://www.die-horde.de/btgateway.html and is compliant with JEP 56. The Business Transaction Gateway can be used as a starting point to build xmpp based systems to c

[JDEV] mod_groups

2002-11-25 Thread Poschinger Andreas
Hi, I'm thinking about using jabber as system framework for automatic control systems especially for traffic control applications. What I would need is a kind of distribution list; each application provides messages for well defined distribution lists - other applications consume those messages.

[JDEV] server storage

2002-11-25 Thread Heiner Wolf
Hi all, I can set public data which is stored in the server's spool file of the user. I can also empty this data. But an empty tag remains in the spool file. Example: if I iq-set to server side storage, say: d I can get it again by If I set an empty tag then the server's spool file

[JDEV] Configuring server side component

2002-11-25 Thread OUCHIA Mehdi FTRD/SVA/LAN
Title: Configuring server side component Hello, I've got a problem with server side component configuration in jabber.xml. Indeed, i have a jabberd running on a first machine called "MachineA" and an "accept" component on another one called "MachineB". In jabber.xml on "MachineA", if i c

[JDEV] jabber extensions available for handling location information

2002-11-25 Thread Arjan Peddemors
Hi, As announced earlier this year, we now have jabber-based software available that can be used for handling and distributing the information about a user's location. It consists of extensions to the 1.4.2 jabber server, a Pocket PC client application and a java client library (based on javajabbe

[JDEV] mu-conference and xdb_sql

2002-11-25 Thread Duncan Hoyle
I'm just trying out mu-conference and it seems to do just what I need without relying on having lots of bots hanging around. Has anyone set it up to work with mysql instead of spool files? I assume this would involve extra code being adding to xdb_sql (which I already have working). In the me

[JDEV] Jabber server and IPv6

2002-11-25 Thread Morelli Mario
Hi all.   I need the following information: Can a Jabber server be used by IPv6 and IPv4 users in the same time?   In other words, if a Gabber IPv6 user wants to chat with a ICQ IPv4 user and both of them connect to an IPv6 Jabber Server (equipped with a gateway to ICQ users), is this com