[JDEV] is there any message size limitation?

2003-03-11 Thread Robert Spahr
Hi all,

I have looked at the mailing list archive and can find no information regarding 
message size limits.
My question is:

Is there a limit to the size of a jabber message? My goal would be to create a client 
that sends a message, and yet has an attached or embedded section of XML that 
would not be parsed, but would instead be saved locally, to later be viewed as an XML 
document.

So is there a real or practical size limit of a jabber message? 

Thanks so much

-- Robert Spahr
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev


Re: [JDEV] is there any message size limitation?

2003-03-11 Thread Daniel MD
Yes, there is a practical size limit, check the JEP's and OOB.

I don't remember the exact numbers, but they are on the jabber web 
site.

On Tuesday 11 March 2003 12:29, Robert Spahr wrote:
 Hi all,

 I have looked at the mailing list archive and can find no
 information regarding message size limits. My question is:

 Is there a limit to the size of a jabber message? My goal would be
 to create a client that sends a message, and yet has an attached
 or embedded section of XML that would not be parsed, but would
 instead be saved locally, to later be viewed as an XML document.

 So is there a real or practical size limit of a jabber message?

 Thanks so much

 -- Robert Spahr
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev

-- 
Best Regards, 
Daniel MD
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev


[JDEV] Compiling Jabberd on Macos X

2003-03-11 Thread sonic Beez
Hi Tim,

If you manage to find the info for compiling that'd be great. I'd like to be 
able to compile the latest versions as they are released.  If it's a big 
hassle to get it running on OS X I might just carry on using the jabber.org 
server for my test apps.

thanks.

_
Chat online in real time with MSN Messenger http://messenger.msn.co.uk
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev


Re: [JDEV] Jabber and Databases ??

2003-03-11 Thread Benoit Orihuela
hi,

   Is there a way compatible with gateways to use Jabber Server with a 
 database, preferently MySQL ? I have seen both projects xdb_sql and 
 xdb_mysql but they look to be not fully compliant with all 
 functionalities of Jabber Server !!
xdb_sql handles the main jabber namespaces.
if you need support for additional namespaces, you can simply add it with the
dtd=2 method (see xdb_sql's README for more details on how to do it)

regards,

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


[JDEV] Article on Presence Applications

2003-03-11 Thread David Greenfield








Folk, 

At the behest of
St. Peter, I thought the community might appreciate the following.



This May, Network
Magazine will publish a feature on presence-based applications. The article will
give corporate network managers a sense of what can be done with IM beyond simple
text-based messaging. 



If youve got an
app or know of an app that leverages IM for more than simple text-based
messaging or presence for more than simple online/offline status, drop me a
line at the address below. Ill help
get your message across to the 200,000 network managers who rely on Network
Magazine or speak to you on background if thats the sort of think youd like
to do. 



Ciao, 

David Greenfield

International
Technology Editor

--


Network Magazine - International Office

--

IM:
NetMagDave (on AIM, Yahoo, and
Hotmail)

v:
+972-2-651-9742


e:
[EMAIL PROTECTED]





Snail
Mail: 

2
Chai Taib, Entrance A, Suite 6

Jerusalem,
95405 Israel










RE: [JDEV] Article on Presence Applications

2003-03-11 Thread Tiwari, Rajeev



Hi 
David,
We are 
planning to use IM inside of eLearning application to faciliate distance 
learning , Where Class will represent Course group , When Admin will create a 
class for online course. A discussion group will automatically setup and when 
learner will come access online course they can see who else is online etc . We 
are also planning to use whiteboard where Tutor can use that interact 
learners.

Thanks
Rajeev


  -Original Message-From: David Greenfield 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, 12 March 2003 6:18 
  AMTo: [EMAIL PROTECTED]Subject: [JDEV] Article on Presence 
  Applications
  
  Folk, 
  
  At the behest of St. 
  Peter, I thought the community might appreciate the 
  following
  
  This May, Network 
  Magazine will publish a feature on presence-based applications. The article 
  will give corporate network managers a sense of what can be done with IM 
  beyond simple text-based messaging. 
  
  If you've got an app 
  or know of an app that leverages IM for more than simple text-based messaging 
  or presence for more than simple online/offline status, drop me a line at the 
  address below. I'll help get your 
  message across to the 200,000 network managers who rely on Network Magazine or 
  speak to you on background if that's the sort of think you'd like to do. 
  
  
  Ciao, 
  
  David Greenfield
  International Technology 
  Editor
  --
   
  Network Magazine - International Office
  --
  IM: NetMagDave (on AIM, Yahoo, and 
  Hotmail)
  v: +972-2-651-9742 
  
  e: 
  [EMAIL PROTECTED]
  
  
  Snail Mail: 
  2 Chai Taib, Entrance A, Suite 6
  Jerusalem, 95405 Israel
  



***

This electronic message transmission contains information from

TMP Worldwide and is confidential or privileged.  The information

is intended to be for the use of the individual or entity named

above.  If you are not the intended recipient, be aware that any

disclosure, copying, distribution, or use of the contents of this

information is prohibited.  If you have received this electronic

transmission in error, please notify us by telephone immediately

at +61 2 8233 

***

**


Re: [JDEV] question on dialback.c

2003-03-11 Thread Dave Smith
On Tuesday, Mar 11, 2003, at 16:06 America/Denver, Frank Koenen wrote:

can anyone give me insight on the following lines of code in the 
function dialback_out_read() in dialback.c:

/* make sure we're not connecting to ourselves */
if( ghash_get( c-d-in_id, xmlnode_get_attrib( x , id ) ) 
!= NULL)
{
log_alert(c-key-server,hostname maps back to 
ourselves!);
mio_write(m, NULL, stream:errorMirror Mirror on the 
wall/stream:error, -1);
mio_close(m);
break;
}


Heh. Dialback is EEEVIIL. Notice, it even has a talking mirror... ;)

when i try to add roster items of users from one server to the next, i 
get the hostname maps back to ourselves!
error. When I enable -D debug mode on the servers to snoop on them... 
the problem doesn't happen.
Of note, there are numerous race conditions in s2s/dialback that could 
be the cause of this problem.

I have two servers, one running on 10.10.12.10 and one running on 
10.10.12.11, using a test environment and a locally
configured DNS server to test. The hostnames and reverse lookups are 
correct.

When I comment out the lines of code above from the dialback.c, 
everything works okay.
Any reason why the 'ghash_get( c-d-in_id, xmlnode_get_attrib( x , 
id ) ) != NULL' statement causes a false truth?
Is it safe to comment this block of logic altogether?
Well, if it works for you, you can certainly try it. As I recall, this 
code is meant to simply protect hapless sys admins from mis-configuring 
their server and setting up a infinite message loop. So, eliminate with 
extreme prejudice :)

There's probably a more concrete answer than this, but frankly it's 
been way too long since I've worked on dialback. :)

Diz

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