Re: [JDEV] XHTML Basic Support

2003-01-08 Thread Mike Mintz
Does XHTML-basic include forms in its scope? If it does, then I would think a client that supports XHTML should support forms anyway, even if jep-04 already exists. On Wednesday 08 January 2003 06:47 am, Peter Millard wrote: > Aaron McBride wrote: > > Are there any known jabber clients that full

Re: [JDEV] using jabber for multi-user game RFC

2003-01-08 Thread Pat Magnan
While the product I'm working on isn't quite a game (it's a bridge bidding practice tool), it leverages jabber to do the client to client communications, and provide an embedded chat client. My target audience is Win32, so we used the JabberCOM library, and thus far it works quite well. Becaus

Re: [JDEV] using jabber for multi-user game RFC

2003-01-08 Thread Bart van Bragt
Phil DiCorpo wrote: The game itself will be a card game, nothing too graphics intensive. Check this out (jdev archive of this month): http://mailman.jabber.org/pipermail/jdev/2003-January/014376.html -- Bart van Bragt "Take my advice, I don't use it anyway." __

jdev@jabber.org

2003-01-08 Thread Thomas Muldowney
Hrm.. that's not a bad idea, then have the client subscribe back... The only problem I see is it's totally up to the user at that point, but then again, using regular s10n is too. --temas On Wed, Jan 08, 2003 at 08:38:15PM +, Matthias Wimmer wrote: > Hi M.! > > M.Kiesel wrote: > > >- How t

[JDEV] using jabber for multi-user game RFC

2003-01-08 Thread Phil DiCorpo
In an effort to learn some new technologies, I was thinking of implementing a very simple multi-user game. I'm just learning about Jabber, and I was wondering if I could use it for this project as an alternative to a peer-to-peer model. The game itself will be a card game, nothing too graphics i

RE: [JDEV] Question regarding jabberd

2003-01-08 Thread Mike Prince
Try the attached patch to mod_echo (v1.4.2) on for size... You'll also need to fixup your jabber.xml 1) Create a service that will be the target of your copied messages. In my case I'm using an accept component ... 6969

jdev@jabber.org

2003-01-08 Thread Matthias Wimmer
Hi M.! M.Kiesel wrote: - How to let a transport properly push contacts to the user's Jabber roster? I tried using packets, this adds the contact to the user's roster but it seems to be impossible to push name or group also :-(. Using jid="number@mytransport" name="alias"/> does not seem to wo

[JDEV] Question regarding jabberd

2003-01-08 Thread Dov Katz
If I wanted to take jabberd and add a tag which cc's all presence and messages to a server component, please let me know if what I'm planning on doing makes sense: (this is all for 1.4.2) I want to make a /jabberd/base/base_carboncopy.c Then put a some_jid_or_internal_component_id high up in the

[JDEV] Oracle support for xdb_sql

2003-01-08 Thread Mike Shoyher
Hello, Is anybody interested in Oracle support in xdb_sql? I was trying to use Jabber but unfortunately have found that it doesn't suit my needs well so I don't have much resources to continue with it. The Oracle backend works, I was able to run jabberd and exchange messages, but it requires at le

Re: [JDEV] XHTML Basic Support

2003-01-08 Thread Aaron McBride
Thanks. I tried out JIM (1.3? - the old one), and it seems to work pretty well. The new one from jabber.com (I think is the Go one) doesn't seem to work so well though. Oh well... I wonder if XHTML BASIC compliance would make a good feature to show at http://www.jabber.org/user/clientlist.php

Re: [JDEV] XHTML Basic Support

2003-01-08 Thread Peter Millard
Aaron McBride wrote: > Are there any known jabber clients that fully support XHTML Basic > (including support for the form element)? Why would you want form support inside the XHTML segment, when we've got x-data (JEP-04)?? I'm not sure any of the clients that support XHTML (JIM, Jabber Messenger,

Re: [JDEV] presence control

2003-01-08 Thread Peter Millard
Lyn - I'm not aware of any server implementations that do NOT allow directed presence through. This would, for example, prevent anyone from using the current text-conferencing specification (JEP-45), since people join rooms by sending directed presence to the [EMAIL PROTECTED] Building an applica

Re: [JDEV] Proper use of Perl Net::Jabber calls

2003-01-08 Thread Yanming Xiao
Rebbaj,   Sorry for my rush answer. After taking a look again at my code, I understand your problem this time.   I found the following comment in my code.   #   this step is important --- to behavior as a regualr Jabber client.  #    %roster = $Connection->RosterGet(); I recalled the reaso

Fw: [JDEV] Proper use of Perl Net::Jabber calls

2003-01-08 Thread Yanming Xiao
Rebbaj,   I found a segment of code in my files listed in following, and you can see that I am using "$iq->GetXML()" and "$iq_result->GetXML()" to check the IQ packet to be sent and the IQ packet result. As long as the format of XML is right, it should work.   So, please check your XML bef