Re: [JDEV] .NET, Jabber, & JAM

2002-01-15 Thread joe
"Neil Ferguson" <[EMAIL PROTECTED]> writes: > Anyway, I'm interested in writing a web service listener for .NET > that can handle SOAP messages over Jabber. However, I can't seem to > find any documentation detailing server enhancements that are > being/will be made to support Jabber for applicat

Re: [JDEV] .NET, Jabber, & JAM

2002-01-15 Thread Simon Fell
On Tue, 15 Jan 2002 23:55:42 +0800, in jabber you wrote: >Hi all. > >I've only been on this list for a couple of months, so please excuse any ignorance! > >Anyway, I'm interested in writing a web service listener for .NET that can handle >SOAP messages over Jabber. However, I can't seem to find

Re: [JDEV] About the protocol

2002-01-15 Thread German Pablo de la Cruz
Thanks very muche Peter!. I comment my case. I need to make a messenger with support to a internal protocol form my mates(I see in Jabber a good point). But today I need communication to my clients to. I don't have any problem to make bloking on the client side. But when I send an unavailable be

Re: [JDEV] yahoo transport with problems

2002-01-15 Thread Luar Roji
I'm having problems with yahoo transport when some of my buddies grant me access to view they webcam... I've problems with gabber, konverse and jabber applet... the problem seems to be malformed XML in the communication with the server, any of you had the same problem? The jabber client dies and u

Re: [JDEV] distributed messaging

2002-01-15 Thread Jan Peter Hecking
On Mon, Jan 14, 2002 at 09:05:05AM -0600, John Reinke wrote: > I was once told that groups could be created for distributed messaging, > but I've not found a way to set them up, or a client that appears to > support them. (I think I found something on the jabber.org web site a > while ago, but can

[JDEV] Changes to 1.4.2.test2 for hp-ux

2002-01-15 Thread Doug Claar
Here are the changes I made to the test2 stuff to make it compile on hp-ux. Note that I compiled pth separately, using the config options discussed previously in this mailing list, so these changes don't encapsulate that. Most of the changes are to remove gnumake and gcc extensions. I built this

Re: [JDEV] How to create a new protocol?

2002-01-15 Thread Chris Chen
You can create a new query type.. The problem you're having can be solved by sending the message to a specific JID, not just the "standard JID" of the client. This means that you need to include the resource along with it. Otherwise, when you don't, the server intercepts it and actuallyg vi

Re: [JDEV] How to create a new protocol?

2002-01-15 Thread Peter Saint-Andre
The namespaces starting wtih 'jabber:' are reserved for accepted parts of the protocol. Try a different namespace (e.g., 'gabauer:party' or whatever). Peter -- Peter Saint-Andre email+jabber: [EMAIL PROTECTED] web: http://www.saint-andre.com/ On Tue, 15 Jan 2002, Peter Gebauer wrote: > Hello!

Re: [JDEV] iq question

2002-01-15 Thread Chris Chen
Technically, you should be giving each message (or ones that you're waiting on a reply for) a different ID rather than the same ID. The way I do it is to have a global ID counter that increments every time it is called. Jabber IM uses a string-based unique ID approach. Any way works as long

Re: [JDEV] About the protocol

2002-01-15 Thread Peter Saint-Andre
> I'm implementing a Jabber client over Java, then I fault into two > problems > > 1- How block a user like MSN Messenger. Blocking communications from specific JIDs is usually done client-side. There is no Jabber protocol for this. > 2- How define a name to show in the roster of ea

Re: [JDEV] Jabberd 1.5 Development

2002-01-15 Thread Iain Shigeoka
On 1/15/02 7:45 AM, "Thomas Muldowney" <[EMAIL PROTECTED]> wrote: > Hey all it's about time for a new development cycle for jabberd. This Great! > - General cleanup and standards compliance. This includes checking all > the error reporting to make sure it makes sense, and all the other > litt

Re: [JDEV] .NET, Jabber, & JAM

2002-01-15 Thread Iain Shigeoka
On 1/15/02 7:55 AM, "Neil Ferguson" <[EMAIL PROTECTED]> wrote: > Anyway, I'm interested in writing a web service listener for .NET that can > handle SOAP messages over Jabber. However, I can't seem to find any > documentation detailing server enhancements that are being/will be made to > support

Re: [JDEV] distributed messaging

2002-01-15 Thread John Reinke
On Tue, 2002-01-15 at 01:05, [EMAIL PROTECTED] wrote: > Iain Shigeoka <[EMAIL PROTECTED]> writes: > > > On 1/14/02 7:05 AM, "John Reinke" <[EMAIL PROTECTED]> wrote: > > >> For example, if there are two groups of jabber users that work in > >> two separate departments of a company (groups ABC and

Re: [JDEV] Jabberd 1.5 Development

2002-01-15 Thread Fabrice DESRE - FT.BD/FTRD/DMI/GRI
Thomas Muldowney wrote: > > Hey all it's about time for a new development cycle for jabberd. This > will be under the guise of a 1.5.x series of releases culminating in a > 1.6.0 release. We won't officially start the development until 1.4.2 is > tagged in CVS but there is plenty for us to do b

[JDEV] How to create a new protocol?

2002-01-15 Thread Peter Gebauer
Hello! I want to create my own protocol, but there is no documentation on how to do this. Client sends: Server returns: John Carmack Alan Cox But no matter what data I send back to the client, Jabber strips any elements (subnodes to query) that are not i

[JDEV] yahoo transport with problems

2002-01-15 Thread Ron Smits
Evening, I have a large buddy list in yahoo and have been running my jabber server for quite some time now. So every now and then gabber will die unexpectedly. First I thought it was gabber. But hunting down the error showed me that in fact it is due to one of the first packages yahoo sends me con

Re: [JDEV] Missing nodes in IQ result

2002-01-15 Thread Peter Gebauer
> Are you using JabberBeans? It ignores all data which is not valid within the > Jabber protocol. > > -David Waite No David, what is a JabberBean? I use standard ANSI-C, jabberd libs and libxode to create my module. Where is the Jabber protocol specified? Surely there must be a way to add your

[JDEV] iq question

2002-01-15 Thread zak
hello, i was wondering if there is a way to send an id/key element to the the server which the server will return in it's reply on a iq packet by packet basis. basically, my concern is that some replies from the server simply return something like to signal a successful iq operation. howev

[JDEV] JSF discussion tomorrow

2002-01-15 Thread Peter Saint-Andre
This is just a reminder that tomorrow (2002-01-16), we will be holding an open discussion for members of the Jabber Software Foundation and others interested in Jabber. Here are some particulars: Time: 21:00 UTC Location: [EMAIL PROTECTED] Agenda: http://foundation.jabber.org/agendas/2002-01-16.h

[JDEV] .NET, Jabber, & JAM

2002-01-15 Thread Neil Ferguson
Hi all. I've only been on this list for a couple of months, so please excuse any ignorance! Anyway, I'm interested in writing a web service listener for .NET that can handle SOAP messages over Jabber. However, I can't seem to find any documentation detailing server enhancements that are being/

[JDEV] Jabberd 1.5 Development

2002-01-15 Thread Thomas Muldowney
Hey all it's about time for a new development cycle for jabberd. This will be under the guise of a 1.5.x series of releases culminating in a 1.6.0 release. We won't officially start the development until 1.4.2 is tagged in CVS but there is plenty for us to do before that. My main goal right now

Re: Re[4]: [JDEV] SRV record and sending S2S

2002-01-15 Thread David Waite
The only way I could see client support working is if the machine(s) that the A record pointed to also did redirection to an appropriate host, i.e. 1. client uses SRV if supported 2. if SRV is not supported, connect to last known IP for that host 3. if IP is not cached or connection fails, connect

RE: [JDEV] Installing xdb_sql

2002-01-15 Thread Rodrigo Roman
Title: Mensaje Thanks to everybody, its working now, I will make test tonight I'm also interested if somebody migrated data form xdb std files to xdb_sql or mysql tables.     dedalo -Mensaje original-De: Glenn MacGregor [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 15 de Ene

Re: [JDEV] Installing xdb_sql

2002-01-15 Thread Glenn MacGregor
Title: Installing xdb_sql You need to get rid of the slash after xdb_sql_mysql.o and the comment mark in the Makefile (I have changed it below)         Glenn - Original Message - From: Rodrigo Roman To: '[EMAIL PROTECTED]' Sent: Tuesday, January 15, 2002 7:26 AM

[JDEV] Installing xdb_sql

2002-01-15 Thread Rodrigo Roman
Title: Installing xdb_sql I have warnings and errors while making xdb_sql I will use mysql. Any help will be very much apreciated ;-) Here is it: root@poseidon:/usr/local/jabber/jabber-1.4.1/xdb_sql > make gcc -I. -I../jabberd -g -Wall -fPIC -I. -I.. -I/usr/local/jabber/jabber-1.4.1/jabber

Re: Re[4]: [JDEV] SRV record and sending S2S

2002-01-15 Thread Jan Niehusmann
On Mon, Jan 14, 2002 at 10:28:44PM +, Thomas Parslow (PatRat) wrote: > >_jabber._tcpIN SRV 30 30 5269 servera.domain.org. > > Does any one have any thoughts on a how a client should use SRV > records? If the port given in the SRV record is the S2S port then how > would the client determi

[JDEV] Jabber Redundancy

2002-01-15 Thread Riyaad Miller
Hello World {smile} Small question wrt running Jabber on multiple servers in synch. Picture this scenario 2 servers running Jabber doing load balancing. The gateways installed redundantly on both servers? Question - is it possible for the services to 'talk' to each other and also to know exactly w

Re: [JDEV] Jabber Server Appliances.

2002-01-15 Thread raditha dissanayake
The company i work for mediasolv i also in the process of doing something like this. Steve Kennedy wrote: > On Fri, Jan 11, 2002 at 03:12:09PM +, Al Sutton wrote: > > >>Is anyone working on, or interested in working on, the software neccessary to power >a jabber server applicance? >>The