Re: [jdev] Whiteboard functionality for xmpp protocol in pidgin.

2010-11-15 Thread Tom Pusateri
I've implemented XEP-0284 on the iPad and its in the App Store as jabberPad (http://itunes.apple.com/us/app/jabberpad/id372857200?mt=8). Initially, currently it only has support for serverless messaging (XEP-0174) but I'm working on adding jabber server configuration. I definitely think SVG

Re: [jdev] Whiteboard functionality for xmpp protocol in pidgin.

2010-11-15 Thread Tom Pusateri
Sorry, forgot to attach my sample SVG document: inline: drawing.svg___ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: jdev-unsubscr...@jabber.org

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Mats Bengtsson
FYI, I'm working actively to get SVG into my whiteboard. Right now implementing path drawing which is the major graphics item missing in Tcl/Tk, but is at the core of SVG. For people interested in doing something similar, you shold be aware of that SVG is something very complex, presumably more

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Ulrich Staudinger
Mats Bengtsson schrieb: FYI, I'm working actively to get SVG into my whiteboard. Right now implementing path drawing which is the major graphics item missing in Tcl/Tk, but is at the core of SVG. For people interested in doing something similar, you shold be aware of that SVG is something very

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Peter Saint-Andre
On Thu, Mar 24, 2005 at 09:17:21AM +0100, Mats Bengtsson wrote: FYI, I'm working actively to get SVG into my whiteboard. Right now implementing path drawing which is the major graphics item missing in Tcl/Tk, but is at the core of SVG. For people interested in doing something similar, you

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Peter Saint-Andre
On Thu, Mar 24, 2005 at 09:54:22AM +0100, Ulrich Staudinger wrote: What i encountered during work on enigma3 (complat.sourceforge.net/jnlp) is, some servers allow only nodes of about 50k size - 50k are not that much when working with SVG documents. ... Maybe truncating those SVG documents

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Tijl Houtbeckers
On Thu, 24 Mar 2005 18:12:38 +0100, Peter Saint-Andre [EMAIL PROTECTED] wrote: On Thu, Mar 24, 2005 at 09:54:22AM +0100, Ulrich Staudinger wrote: What i encountered during work on enigma3 (complat.sourceforge.net/jnlp) is, some servers allow only nodes of about 50k size - 50k are not that much

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Richard Dobson
What i encountered during work on enigma3 (complat.sourceforge.net/jnlp) is, some servers allow only nodes of about 50k size - 50k are not that much when working with SVG documents. ... Maybe truncating those SVG documents would have helped ... anyway, i just wanted to pass on the experience ...

Re: [jdev] Whiteboard - regd.

2005-03-24 Thread Ulrich Staudinger
Peter Saint-Andre schrieb: On Thu, Mar 24, 2005 at 09:54:22AM +0100, Ulrich Staudinger wrote: What i encountered during work on enigma3 (complat.sourceforge.net/jnlp) is, some servers allow only nodes of about 50k size - 50k are not that much when working with SVG documents. ... Maybe

Re: [jdev] Whiteboard.

2004-06-10 Thread Juan Jose Comellas
But where would you include the specific bits of the image in the Jabber stream. My interpretation of the SVG spec is that they should be sent encoded in base64. On Thursday 10 June 2004 12:29, Joe Hildebrand wrote: More specifically: http://www.w3.org/TR/SVG11/struct.html#ImageElement

RE: [jdev] Whiteboard.

2004-06-10 Thread Joe Hildebrand
Good question. cid: URI's? File transfer? -- Joe Hildebrand -Original Message- From: Juan Jose Comellas [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: Re: [jdev] Whiteboard. But where would you include the specific bits

Re: [jdev] Whiteboard.

2004-06-08 Thread Mats Bengtsson
See spec at: http://www.w3.org/TR/SVG11/ How does SVG deal with embedded pixmaps? I think that the ability to insert a screen capture in the whiteboard is essential. On Sunday 06 June 2004 10:54, Mats Bengtsson wrote: Agree completely. As said before, the subset of SVG called Tiny SVG

Re: [jdev] Whiteboard.

2004-06-07 Thread Juan Jose Comellas
How does SVG deal with embedded pixmaps? I think that the ability to insert a screen capture in the whiteboard is essential. On Sunday 06 June 2004 10:54, Mats Bengtsson wrote: Agree completely. As said before, the subset of SVG called Tiny SVG (SVGT) is the more likely candidate. No need to

Re: [jdev] Whiteboard.

2004-06-06 Thread Mats Bengtsson
Agree completely. As said before, the subset of SVG called Tiny SVG (SVGT) is the more likely candidate. No need to invent one ourselves. BUT, even SVGT is really large, and a complete implementation very demanding. SVG is, of course, targeted to static documents, which means they can do editing

Re: [jdev] Whiteboard.

2004-06-05 Thread Trejkaz Xaoza
On Fri, 4 Jun 2004 05:15, Rodolfo Gonzalez Gonzalez wrote: Hi, is there any active whiteboard JEP?... I found out that JEP-10 was such a JEP, but was obsoleted (?). Any effort in this sense, apart from Coccinella?. There was one other client (Neos) which had implemented Whiteboarding (so

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] Whiteboard.

2004-06-04 Thread Heiner Wolf
/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julian Missig Sent: Thursday, June 03, 2004 9:53 PM To: Jabber software development list Subject: Re: [jdev] Whiteboard. JEP 10 just defined an interest group for whiteboarding, not an actual protocol

RE: [jdev] Whiteboard.

2004-06-04 Thread Heiner Wolf
/ -Original Message- From: Rodolfo Gonzalez Gonzalez [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 6:10 PM To: Heiner Wolf Subject: RE: [jdev] Whiteboard. On Fri, 4 Jun 2004, Heiner Wolf wrote: Hi, Hello Heiner, I implemented the JEP-113 in LLuna (www.lluna.de

Re: [jdev] Whiteboard.

2004-06-03 Thread Julian Missig
JEP 10 just defined an interest group for whiteboarding, not an actual protocol. There was this Simple Whiteboarding JEP, which has been deferred due to lack of acivity: http://www.jabber.org/jeps/jep-0113.html I remember there was talk of doing stuff based on SVG at some point... but in