RE: [jdev] urgent:applets not connecting to jabber

2005-03-28 Thread Dan Plesse
Applets and also almost any client technology will have some kind of sandbox. What you may need to do is sign the applet or use web start, but I am assuming you know this already. I did this once and people could save data locally from within an access database but I had trouble with the network sa

[jdev] XIFF now at Jive

2005-03-15 Thread Dan Plesse
Great news, XIFF is now at Jive! http://www.jivesoftware.org/xiff/ ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

RE: [jdev] Would anyone like to test my remote ringer feature?

2005-03-15 Thread Dan Plesse
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damon Register Sent: Tuesday, March 15, 2005 9:12 AM To: Jabber software development list Subject: Re: [jdev] Would anyone like to test my remote ringer feature? Dan Plesse wrote: > Would anyone like to test my remote ringer fea

RE: [jdev] Would anyone like to test my remote ringer feature?

2005-03-15 Thread Dan Plesse
] On Behalf Of Damon Register Sent: Tuesday, March 15, 2005 9:12 AM To: Jabber software development list Subject: Re: [jdev] Would anyone like to test my remote ringer feature? Dan Plesse wrote: > Would anyone like to test my remote ringer feature? Ok, I'll bite. > To ring someone remo

[jdev] Would anyone like to test my remote ringer feature?

2005-03-14 Thread Dan Plesse
Would anyone like to test my remote ringer feature? To ring someone remotely always click your target first, then click Ring On/Off. The text commands are "ringer on" and "ringer off" for remote ringing. To turn off ringer locally click ring On/Off two times http://flashjabber.kicks-ass.net:80

RE: [jdev] XIFF development

2005-03-10 Thread Dan Plesse
The only hack I was able to come up (today) was to use dyndns.org. http://flashjabber.kicks-ass.net:8081/LocalJabberTest.html It runs on a tomcat server with Jive (and XIFF) so it is almost all java. My picture should come up when you click on the online box. Call it a hidden Easter egg. App

RE: [jdev] XIFF development

2005-03-10 Thread Dan Plesse
Since I am developing in flash too I would like know the range of methods used to get around the cross domain issue. Specifically if any use a proxy server or are they just using a local jabber server installation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [jdev] urgent:where to get jabber beans

2005-03-08 Thread Dan Plesse
Matt, I just read the install docs and I got it. Thanks for Jive BTW! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Tucker Sent: Tuesday, March 08, 2005 1:52 AM To: vimal kumar; Jabber software development list Subject: RE: [jdev] urgent:wh

RE: [jdev] urgent:where to get jabber beans

2005-03-08 Thread Dan Plesse
Matt, Do you know how to add Jive as a service on windows? Right now I have it loading up on startup, but it would be better if it loaded quietly in the background. Can Jabber be use for multi-user gaming? I think it can, but the delay issues could be a problem. Thanks Dan -Origin

RE: [jdev] Re: My outgoing jabber packet

2005-03-07 Thread Dan Plesse
EMAIL PROTECTED] On Behalf Of Magnus Henoch Sent: Monday, March 07, 2005 5:39 PM To: jdev@jabber.org Subject: [jdev] Re: My outgoing jabber packet Dan Plesse <[EMAIL PROTECTED]> writes: > While examining my outgoing data packet I see a copy of the message inside a > > > http://www.w

RE: [jdev] My outgoing jabber packet

2005-03-07 Thread Dan Plesse
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Monday, March 07, 2005 12:24 PM To: 'Jabber software development list' Subject: [jdev] My outgoing jabber packet While examining my outgoing data packet I see a copy of the message inside a http://www.w3.org/199

[jdev] My outgoing jabber packet

2005-03-07 Thread Dan Plesse
While examining my outgoing data packet I see a copy of the message inside a http://www.w3.org/1999/xhtml";> tag Example: hello backhttp://www.w3.org/1999/xhtml";>hello back I was wondering how I can use this to advance my skills beyond just text messages. Right now I am just peeling the text

RE: [jdev] XMLHttpRequest and http binding or polling

2005-02-21 Thread Dan Plesse
Trejkaz Sent: Monday, February 21, 2005 4:13 PM To: Jabber software development list Subject: Re: [jdev] XMLHttpRequest and http binding or polling On Tuesday 22 February 2005 00:14, Christopher Zorn wrote: > Quoting Dan Plesse <[EMAIL PROTECTED]>: > > Do they already use XMLHttpR

RE: [jdev] XMLHttpRequest and http binding or polling

2005-02-20 Thread Dan Plesse
JWchat[1] and Punjab[2]. [1] http://jwchat.sourceforge.net/ [2] http://punjab.sourceforge.net/ Quoting Dan Plesse <[EMAIL PROTECTED]>: > Can you use XMLHttpRequest object combined with HTTP binding or polling to > build a jabber client? > > http://developer.apple.com/i

[jdev] XMLHttpRequest and http binding or polling

2005-02-18 Thread Dan Plesse
Can you use XMLHttpRequest object combined with HTTP binding or polling to build a jabber client? http://developer.apple.com/internet/webcontent/xmlhttpreq.html For years, advanced client-side developers have frequently wanted a clean way to maintain a "connection" with the server so that tran

RE: [jdev] HTTP Binding (jep-0124) implementation

2005-02-16 Thread Dan Plesse
Is HTTP binding used with jwCHAT for their javascript based jabber client? Can this be done using java because I think their module is based on something else? Thanks Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Zorn Sent: Wednesday, F

RE: [jdev] Re: NOTICE: Planned Downtime

2005-02-14 Thread Dan Plesse
Peter, Hello peter, I noticed my app stopped working after the transition. I was wondering if you could look into it when you have the time. - Thanks Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Saint-Andre Sent: Saturday, February 1

RE: [jdev] Does anyone know how jwchat works?

2005-02-11 Thread Dan Plesse
: Re: [jdev] Does anyone know how jwchat works? Am Samstag, den 12.02.2005, 00:04 +1100 schrieb Trejkaz: > On Friday 11 February 2005 05:22, Dan Plesse wrote: > > > > It seems to use javascript for all its communication needs and therefore > > does it pass information via get

[jdev] Does anyone know how jwchat works?

2005-02-10 Thread Dan Plesse
Hello, It seems to use javascript for all its communication needs and therefore does it pass information via get method through a URL? -Dan ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

RE: [jdev] anonymous login

2005-02-07 Thread Dan Plesse
For my app I just use a random number generator to create a JID for each new visitor. I had to do this because each new visitor would disconnect the last visitor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Hildebrand Sent: Tuesday, February 08,

RE: [jdev] Has anyone gone beyond simple text messaging?

2005-02-01 Thread Dan Plesse
Open Source Future History: http://www.galactic-developments.com/ >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >Of Dan Plesse >Sent: Tuesday, February 01, 2005 8:10 AM >To: 'Jabber software development list' >Subject: [jde

[jdev] Has anyone gone beyond simple text messaging?

2005-01-31 Thread Dan Plesse
Has anyone gone beyond simple text messaging? My current test goal is to connect it with a database, but after that the problem becomes display. ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

[jdev] Jabber and images

2005-01-30 Thread Dan Plesse
Can Jabber send and receive images? I can't image how. -Dan ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

RE: [jdev] Jive Messenger cannot communicate with Flash clients y et

2005-01-26 Thread Dan Plesse
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Tuesday, January 25, 2005 8:08 PM To: 'Jabber software development list' Subject: RE: [jdev] Jive Messenger cannot communicate with Flash clients y et Hello Daniel, Yes I am happy to report that it does connect

RE: [jdev] IMPORTANT: JSF/JabberStudio Service Update

2005-01-26 Thread Dan Plesse
, 2005 6:04 PM To: Jabber software development list Subject: Re: [jdev] IMPORTANT: JSF/JabberStudio Service Update Please constrain your posts to those specifically about Jabber development. Thank you, - LW Dan Plesse wrote: > 1. I wish it was Spyware. > 2. Installing a service it is very s

RE: [jdev] IMPORTANT: JSF/JabberStudio Service Update

2005-01-26 Thread Dan Plesse
m not understanding why you're bothering posting this to jdev at all. On 26 Jan 2005, at 17:16, Dan Plesse wrote: > 1. I wish it was Spyware. > 2. Installing a service it is very serious breach. > 3. I assumed it did not come from JabberStudio > > > -Original Message--

RE: [jdev] Re: Peter is the crossdomain.xml file gone?

2005-01-26 Thread Dan Plesse
-Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Saint-Andre Sent: Wednesday, January 26, 2005 5:38 PM To: jdev@jabber.org Subject: [jdev] Re: Peter is the crossdomain.xml file gone? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PRO

RE: [jdev] IMPORTANT: JSF/JabberStudio Service Update

2005-01-26 Thread Dan Plesse
f software listed on JabberStudio, that's another thing entirely. Julian On 26 Jan 2005, at 16:38, Dan Plesse wrote: > Thanks for the update peter. > > I just found out that under services: Network Functions, service name: > cfgPrn was loading at startup c:\windows\system32\spool\n

RE: [jdev] IMPORTANT: JSF/JabberStudio Service Update

2005-01-26 Thread Dan Plesse
Thanks for the update peter. I just found out that under services: Network Functions, service name: cfgPrn was loading at startup c:\windows\system32\spool\nt\svchost.exe which was a backdoor. Who and how did [they] do that? I also had a folder called "USA AutoSpeedTester" with HideRun.exe. Appa

RE: [jdev] Jive Messenger cannot communicate with Flash clients yet

2005-01-25 Thread Dan Plesse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse > Sent: Tuesday, January 25, 2005 3:31 PM > To: 'Jabber software development list' > Subject: [jdev] Jive Messenger cannot communicate with Flash

RE: [jdev] Jive Messenger cannot communicate with Flash clients y et

2005-01-25 Thread Dan Plesse
entries on this and should be quite helpful. Daniel Dura Macromedia, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Tuesday, January 25, 2005 3:31 PM To: 'Jabber software development list' Subject: [

[jdev] Jive Messenger cannot communicate with Flash clients yet

2005-01-25 Thread Dan Plesse
Also I found this http://www.jivesoftware.com/jive/thread.jspa?threadID=13461&tstart=0 Because of the way Flash handles XML streams, Jive Messenger cannot communicate with Flash clients yet. I've opened an issue in JIRA at http://www.jivesoftware.org/issues/ to add this improvement to Jive Messe

RE: [jdev] Does anyone know of a good jabber server

2005-01-25 Thread Dan Plesse
Matt are you sure that jive supports flash:stream? Here's my out stream: http://www.jabber.com/streams/flash"; version="1.0"> Admin Console says 2 sessions for each client which is not a flash client. So does this mean its just not working? Another thing is Exodus normally shows a

RE: [jdev] Does anyone know of a good jabber server

2005-01-24 Thread Dan Plesse
use Smack within an applet (with the Java plug-in). Regards, Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse > Sent: Monday, January 24, 2005 5:05 PM > To: 'Jabber software development list' > Subject: RE:

RE: [jdev] Does anyone know of a good jabber server

2005-01-24 Thread Dan Plesse
: Jabber software development list Subject: RE: [jdev] Does anyone know of a good jabber server Dan, Yes, you should be able to use Smack within an applet (with the Java plug-in). Regards, Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of D

RE: [jdev] Does anyone know of a good jabber server

2005-01-24 Thread Dan Plesse
v] Does anyone know of a good jabber server Dan, Have you tried Jive Messenger? -- http://www.jivesoftware.org The latest release supports the XIFF flash library and can be installed as a service. Regards, Matt > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]

[jdev] Does anyone know of a good jabber server

2005-01-24 Thread Dan Plesse
, January 24, 2005 3:22 AM To: Jabber software development list Subject: Re: [jdev] Peter is the crossdomain.xml file gone? On Sun, Jan 23, 2005 at 05:34:14PM -0500, Dan Plesse wrote: > I sure did, but xml is not dynamic data and I assumed the "situation" was > over and done with. I

RE: [jdev] Peter is the crossdomain.xml file gone?

2005-01-23 Thread Dan Plesse
TECTED] On Behalf Of Ralph Meijer Sent: Sunday, January 23, 2005 4:19 PM To: Jabber software development list Subject: Re: [jdev] Peter is the crossdomain.xml file gone? On Sun, Jan 23, 2005 at 04:07:14PM -0500, Dan Plesse wrote: > Peter, > > Is the http://jabber.org/crossdomain.xml fil

[jdev] Peter is the crossdomain.xml file gone?

2005-01-23 Thread Dan Plesse
Peter, Is the http://jabber.org/crossdomain.xml file gone? I can't seem to find it as before. Thanks -Dan -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 2:56 PM To: 'Jabber software development list' Subject: RE:

RE: [jdev] Service Outage

2005-01-21 Thread Dan Plesse
Also unfortunate it [outage] knocked out my chat app!!! Go see: http://www.opticalalert.com/jabberIM.cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Saint-Andre Sent: Friday, January 21, 2005 11:22 AM To: jdev@jabber.org; [EMAIL PROTECTED];

RE: [jdev] Re: Is a DirectorLingoconnectiontoJabber.orgfromthewebpossible?

2005-01-10 Thread Dan Plesse
PROTECTED] On Behalf Of Peter Saint-Andre Sent: Monday, January 10, 2005 1:04 PM To: jdev@jabber.org Subject: [jdev] Re: Is a DirectorLingoconnectiontoJabber.orgfromthewebpossible? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PROTECTED]> wrote: > I got this message > >

RE: [jdev] Re: Is a DirectorLingoconnectiontoJabber.orgfromthewebpossible?

2005-01-07 Thread Dan Plesse
I got this message "Dude! XA? You're crazy. Absolutely crazy." "Be online more. Live it up." What is XA? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Friday, January 07, 2005 8:00 PM To: 'Ja

RE: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible?

2005-01-07 Thread Dan Plesse
nt: Friday, January 07, 2005 5:08 PM To: jdev@jabber.org Subject: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PROTECTED]> wrote: >It all works now, amazing. It says "Read www.jabber.org" not

RE: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible?

2005-01-07 Thread Dan Plesse
ehalf Of Peter Saint-Andre Sent: Friday, January 07, 2005 12:50 PM To: jdev@jabber.org Subject: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible? In article <[EMAIL PROTECTED]>, Peter Saint-Andre <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>

RE: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible?

2005-01-06 Thread Dan Plesse
Hello peter, I just tried http://zeus.jabber.org:5222/crossdomain.xml and the url resolves just fine, but I get the beginning of an open ended document. So maybe http://zeus.jabber.org:5222/flash/crossdomain.xml would work? With this: Thanks Dan _

RE: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible?

2005-01-05 Thread Dan Plesse
: Wednesday, January 05, 2005 7:17 PM To: jdev@jabber.org Subject: [jdev] Re: Is a Director LingoconnectiontoJabber.orgfromthewebpossible? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PROTECTED]> wrote: >Sorry I don't know what an ETA is and I would Jabber you but I have a

RE: [jdev] Re: Is a Director Lingo connectiontoJabber.orgfromthewebpossible?

2005-01-05 Thread Dan Plesse
Hello Peter I have these strange sol file types and they have settings which I can't read. They look like this in notepad fuelindustries.com/settings allow always I think I should have #jabber.org on this list but I don't. I went to http://www.fuelindustries.com/main.fuel and they

RE: [jdev] Re: Is a Director Lingo connectiontoJabber.orgfromthewebpossible?

2005-01-05 Thread Dan Plesse
Hello Peter, Sorry I don't know what an ETA is and I would Jabber you but I have a list off interest things to mention. In my "C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files" folder under internet address it says http://192.168.112.2o7.net/crossdomain.x

[jdev] Hi Peter

2005-01-05 Thread Dan Plesse
PROTECTED] On Behalf Of Peter Saint-Andre Sent: Tuesday, January 04, 2005 2:59 PM To: jdev@jabber.org Subject: [jdev] Re: Is a Director Lingo connection to Jabber.org from the web possible? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PROTECTED]> wrote: > Is a Director/Ling

RE: [jdev] Re: Is a Director Lingo connection to Jabber.orgfromthewebpossible?

2005-01-04 Thread Dan Plesse
possible? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Thanks for your reply. >>I guess you tried to connect to Jabber.org with a SWF on a server and it Failed to connect? __ Yes, I'd attempted to connect to jabber.org from a

RE: [jdev] Re: Is a Director Lingo connection to Jabber.org fromtheweb possible?

2005-01-04 Thread Dan Plesse
omain policy file is accessible. Here's the policy file I'd tested against http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Tuesday, January 04, 2005 3:

RE: [jdev] Re: Is a Director Lingo connection to Jabber.org from the web possible?

2005-01-04 Thread Dan Plesse
nuary 04, 2005 2:59 PM To: jdev@jabber.org Subject: [jdev] Re: Is a Director Lingo connection to Jabber.org from the web possible? In article <[EMAIL PROTECTED]>, Dan Plesse <[EMAIL PROTECTED]> wrote: > Is a Director/Lingo connection to Jabber.org from the web possible and > wi

RE: [jdev] Was jabber.org upgraded?

2005-01-04 Thread Dan Plesse
name is in both cases. Is there anyway I could change that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse Sent: Tuesday, January 04, 2005 4:01 AM To: 'Jabber software development list' Subject: [jdev] Was jabber.org upgraded? A

[jdev] Was jabber.org upgraded?

2005-01-04 Thread Dan Plesse
Anyone from jabber.org Was jabber.org upgraded or changed one - two nights ago because I could not log in with my exodus client and today my flash web client stopped working. So I was wondering if my account was flagged or was the server altered in someway which would prevent web connections or di

[jdev] XIFF Jabber question

2005-01-02 Thread Dan Plesse
Any XIFF people here? My next step in my quest to learn jabber using a flash client is to fetch all the JID's resource extensions which look like xiff_0.3464584518224. The goal is to create a peer to peer system if only could these resource extensions then I could have each client send messages to

[jdev] Is a Director Lingo connection to Jabber.org from the web possible?

2004-12-25 Thread Dan Plesse
Is a Director/Lingo connection to Jabber.org from the web possible and without sandbox issues? I have been trying a connection using flash/XIFF but I have been sandboxed. My Instant messaging example program is a flash based exe using XMPP/ Jabber, which I would like to port to the web however f

RE: [jdev] Flash Patch

2004-12-16 Thread Dan Plesse
Hello Flash Jabbers, I am testing a FLEX XIFF beta based client which connects to zeus.jabber.org:5222 as the server but the socket keeps dropping. Does that mean jabber.org is the problem? Does anyone have or know of a server which I can test a connection on using flash? Thanks -Orig

RE: [jdev] General jabber question

2004-12-02 Thread Dan Plesse
t expect much from transports, like buddy icons or file transfer, they just basically send and recieve messages. You'll also need to re-add buddies to your contact list, one-by-one. I hope this helps. Dan Plesse wrote: > Hi All, > > I signed up with a jabber server called bl

[jdev] General jabber question

2004-12-01 Thread Dan Plesse
Hi All, I signed up with a jabber server called bloodyxml.com and according to the public list at jabber.org it supports connections to the other networks (AIM, YIM, MSN) my question is how do you route a message to those networks? Is it standard or do you have to contact the server admin people