[jdev] Atom over XMPP using JEP-0060

2004-06-04 Thread Bob Wyman
The XML chunk below shows the syntax that we at PubSub.com are using for JEP-0060 messages which contain entries that have been extracted from Atom or RSS feeds and that match a user's content-based subscription. I would greatly appreciate it if folk could take a look and make any

Re: [jdev] Whiteboard

2004-06-04 Thread Mats Bengtsson
There have been some private discussion of this, but no results. My Coccinella 0.94.11 has implemented one attempt to reproduce Tiny SVG, but there are LOTS of complications. You can use this protocol by following the instructions in the README file. The implementation is far from complete, and

Re: [jdev] iq:private question

2004-06-04 Thread Jacek Konieczny
On Fri, Jun 04, 2004 at 08:16:05AM +1000, Robert Norris wrote: On Thu, Jun 03, 2004 at 02:36:37PM -0600, Craig Hollabaugh wrote: I'm trying to send an iq with query xnlns='jabber:iq:private' between my custom non-IM clients. I noticed that jabberd v1.4.3 intercepts and bounces the message.

Re: [jdev] iq:private question

2004-06-04 Thread Craig Hollabaugh
On Fri, 2004-06-04 at 01:10, Jacek Konieczny wrote: On Fri, Jun 04, 2004 at 08:16:05AM +1000, Robert Norris wrote: On Thu, Jun 03, 2004 at 02:36:37PM -0600, Craig Hollabaugh wrote: I'm trying to send an iq with query xnlns='jabber:iq:private' between my custom non-IM clients. I noticed

RE: [jdev] Whiteboard.

2004-06-04 Thread Heiner Wolf
Hi, I implemented the JEP-113 in LLuna (www.lluna.de). I needed a simple WB protocol for Jabber and JEP-113 is as good as anything (simple) I would dream up myself. So there was no point in re-inventing. I made some (compatible) extensions and sent them to the author. I don't know what he did

[jdev] porting jabber server from linux to solaris

2004-06-04 Thread abhijeet kailash maheshwari
  Hi All, I want to port my jabber server from solaris to linux . does some one have any idea how to do it. Regards Abhi On Fri, 04 Jun 2004 Heiner Wolf wrote : Hi, I implemented the JEP-113 in LLuna (www.lluna.de). I needed a simple WB protocol for Jabber and JEP-113 is as good as anything

[jdev] route - using this tag with components

2004-06-04 Thread Doug Byrd
The http://docs.jabber.org/general/html/component-intro.html has a reference to route on the last section. route allows for controlling a users session with JSM (Jabber Session Manager). This is a complex topic I'll save for the next revision. Document has a 2000 date on it. Is there more

Re: [jdev] porting jabber server from linux to solaris

2004-06-04 Thread Tijl Houtbeckers
On 4 Jun 2004 12:13:26 -, abhijeet kailash maheshwari [EMAIL PROTECTED] wrote: Subject: Re: [jdev] porting jabber server from linux to solaris I want to port my jabber server from solaris to linux . Er...? Maybe you can look at how the other servers did it ;)

Re: [jdev] route - using this tag with components

2004-06-04 Thread Peter Saint-Andre
On Fri, Jun 04, 2004 at 07:52:14AM -0700, Doug Byrd wrote: The http://docs.jabber.org/general/html/component-intro.html has a reference to route on the last section. route allows for controlling a users session with JSM (Jabber Session Manager). This is a complex topic I'll save for the

[jdev] iq:private routing in j2

2004-06-04 Thread Craig Hollabaugh
On Fri, 2004-06-04 at 02:07, Craig Hollabaugh wrote: On Fri, 2004-06-04 at 01:10, Jacek Konieczny wrote: On Fri, Jun 04, 2004 at 08:16:05AM +1000, Robert Norris wrote: On Thu, Jun 03, 2004 at 02:36:37PM -0600, Craig Hollabaugh wrote: I'm trying to send an iq with query

Re: [jdev] Atom over XMPP using JEP-0060

2004-06-04 Thread Peter Saint-Andre
Hi Bob, That looks good to me. I've been planning to write up some informational documentation of ATOM over XMPP (probably via a JEP) once the Atom spec stabilizes, but feel free to do so first. :-) Peter On Fri, Jun 04, 2004 at 02:33:56AM -0400, Bob Wyman wrote: The XML chunk below

RE: [jdev] Whiteboard.

2004-06-04 Thread Heiner Wolf
Hi, there are 3 additions. Summary: 1. Add optional subject/ and body/ to the path/ for annotations (see TEXT). 2. Add optional shape-attribute for path with values like: 'rect', 'pointer' (see SHAPE HINT). 3. Add an optional uri-attribute for DOM-based positioning (see ALTERNATE

Re: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-04 Thread Peter Saint-Andre
On Fri, Jun 04, 2004 at 12:23:09AM +0200, Geir Ove Skj?rvik wrote: Hello, And thanks. That brings up another Question: How do we know Who complies to XMPP? I can't find any info on that for Timp or Jabber 1.4.2 or 2.0. Most server developers are slowly bringing their servers up to spec, but

Re: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-04 Thread Peter Saint-Andre
And just for the record, this is not an error in the specs. :-) /psa On Thu, Jun 03, 2004 at 11:25:03PM +0200, Geir Ove Skj?rvik wrote: Hello, Below is an excerpt from draft-ietf-xmpp-im-22.txt Section 7.4. (Seen from the Client Side:) It states the following described in a scenario:

[jdev] TOR 0.0.7. is out: an anonymizing overlay network for TCP-p2p - was: private routing

2004-06-04 Thread Euseval
Tor 0.0.7.: an anonymizing overlay network for TCP-p2p http://archives.seul.org/or/dev/Jun-2004/msg2.html Tor 0.0.7.: an anonymizing overlay network for TCP-p2p an alternative to six/four-network. Tor is a connection-based low-latency anonymous communication system which addresses many

Re: [jdev] iq:private routing in j2

2004-06-04 Thread Jacek Konieczny
On Fri, Jun 04, 2004 at 10:35:43AM -0600, Craig Hollabaugh wrote: I can see both sides of the current implementation, one as a feature and the other as a bug. The feature allows for improperly addressed iq stanzas access to private storage. I'm leaning towards the bug. I think if clients want

Re: [jdev] iq:private routing in j2

2004-06-04 Thread Craig Hollabaugh
On Fri, 2004-06-04 at 13:48, Jacek Konieczny wrote: Please notice, that sending an IQ stanza to a bare JID means sending it to the server. Only a full JID is a client address for IQ stanzas. Interesting, where can I read about this distinction? Is this discussed in the XMPP spec? Also,

[jdev] Passing binary data (.wav, .jpg, .gif, etc...) to chat/IM clients ...

2004-06-04 Thread Wgilliam3
Hi Folks, New to Jabber so pardon me if this info has already been discussed ... but I'm looking for best practices in passing binary data (image, audio files, etc...) to a Jabber Chat/IM client I'm working on (so for example a user-defined .wav file can be downloaded and played on all

Re: [jdev] Passing binary data (.wav, .jpg, .gif, etc...) to chat/IM clients ...

2004-06-04 Thread Justin Karneges
Use File Transfer (JEP-0096) as your building block. You can send the files out of band (via TCP) or inband (over the XMPP stream). If your files are small, you might want to send them inband for simplicity. -Justin On Friday 04 June 2004 4:47 pm, [EMAIL PROTECTED] wrote: Hi Folks, New to