[JDEV] Troubles with SSL (again)

2001-03-26 Thread Vladimir Rybintsev
TCP timeout on my system for connection establishment is set to 180 sec. I think it is fair enough. Thomas Muldowney [EMAIL PROTECTED] Mon, 26 Mar 2001 21:50:46 -0600 wrote: >I guess there could be a connect timeout (although that doesn't make much sense, >but you never know). Have you trie

Re: [JDEV] Q: Non-anonymous conferencing?

2001-03-26 Thread Jens Alfke
Keith Minkler <[EMAIL PROTECTED]> wrote: > Using the groupchat protocol defined in > http://docs.jabber.org/draft-proto/conference.html, > you will see the user's real jid as the jid="" attribute of the > jabber:iq:browse iq push.. Thanks! That'll work fine. BTW, this ties in with my other ques

Re: [JDEV] Q: Buddy icons?

2001-03-26 Thread Jens Alfke
Thomas Muldowney <[EMAIL PROTECTED]> wrote: > This seems as if it could be implemented with a iq:oob style namespace. Maybe, but since a typical buddy icon will be a 32x32 pixel image, which will be ~2k bytes in size as a GIF/JPEG/PNG, I don't really think it's worth the overhead of opening up a

Re: [JDEV] Q: Buddy icons?

2001-03-26 Thread Eliot Landrum
vCard supports this type of stuff.. would that be an appropriate place to put it? On 26 Mar 2001 21:56:27 -0600, Thomas Muldowney wrote: > This seems as if it could be implemented with a iq:oob style namespace. Client > authors do you have any thoughts? > > --temas > > On Mon, Mar 26, 2001 at

Re: [JDEV] Q: Buddy icons?

2001-03-26 Thread Thomas Muldowney
This seems as if it could be implemented with a iq:oob style namespace. Client authors do you have any thoughts? --temas On Mon, Mar 26, 2001 at 02:45:00PM -0800, Jens Alfke wrote: > I spent a lot of this weekend reading Jabber docs, but didn't see any > mention in the protocol description of

Re: [JDEV] Troubles with SSL (again)

2001-03-26 Thread Thomas Muldowney
I guess there could be a connect timeout (although that doesn't make much sense, but you never know). Have you tried setting your tcp timeout higher? Because there is no server code that limits that time. Might want to poke pgmillard as well about the SSL stuff. --temas On Sun, Mar 25, 2001 a

[JDEV] example transport

2001-03-26 Thread Jau-Lung Huang
Hi...: example transport seems didn't work!! I can't complete the register process. It can accept the register information and save it to xml profile But when i try to send some message to example transport It tell me that i didn't complete register !! do somebod meet this

Re: [JDEV] Q: Non-anonymous conferencing?

2001-03-26 Thread Keith Minkler
Using the groupchat protocol defined in http://docs.jabber.org/draft-proto/conference.html, you will see the user's real jid as the jid="" attribute of the jabber:iq:browse iq push.. for example... after you send presence, and the iq:set (jabber:iq:conference) indicating that you are joining t

[JDEV] Jabber DevZone News - User Profiles and Jabber

2001-03-26 Thread Jabber DevZone
User Profiles and Jabber The following was posted by [EMAIL PROTECTED] via the Jabber DevZone web site (http://dev.jabber.org/): You can check out the article here. http://jabber.org/?oid=823 ___ jdev mailing list [EMAIL PROTECTED] http://mailman.ja

[JDEV] Q: Buddy icons?

2001-03-26 Thread Jens Alfke
I spent a lot of this weekend reading Jabber docs, but didn't see any mention in the protocol description of a way of requesting an icon / picture / cartoon / whatever for a jid. AIM supports this, although not very well, and it's a useful way to enhance the UI by showing pictures as well as n

[JDEV] Q: Non-anonymous conferencing?

2001-03-26 Thread Jens Alfke
Jabber's conferencing protocol seems biased in favor of anonymity, where clients are redirected through opaque temporary nicknames. This has its uses, but I'm interested in handling non-anonymous chat too, i.e. how to look up the real jid from a nickname. The specs allege that this can be done

[JDEV] Q: vCard property for storing Jabber IDs?

2001-03-26 Thread Jens Alfke
Has anyone defined a vCard property for storing Jabber IDs? I would like to be able to import and export vCards with Jabber IDs in them, and would prefer not to make up my own property name if anyone else has already defined one. I have read the documentation on the "Temporay vCard Namespace"

[JDEV] Help with ICQ Transport v0.9

2001-03-26 Thread J. R.
Hi, I've installed a Jabber server (1.4) on a Red Hat Linux 7.0 system with ptf-1.3.7. I've managed to get all of the transports configured and running that I need (AOL, ICQ, MSN, Yahoo!). However, no matter what I do, the ICQ transport will never connect. I've tried with WinJab and JabberIM.

[JDEV] small typo in icq-transport-0.9

2001-03-26 Thread John Hebert
Just downloaded icq-transport-0.9 and found a small typo in the example configuration info in the README: ... -- John Hebert System Engineer http://www.vedalabs.com - changing your state of mind through sound ___ jdev mailing list [EMAIL PROTECTED

Re: [JDEV] I have interested in making a jabber client.

2001-03-26 Thread Peter Saint-Andre
The MIO API is for server components. You don't need to use that if you're just writing a Jabber client. All that a Jabber client needs to do is make a TCP connection on port 5222 of the Jabber server and send valid XML. For example, first you need to initiate the stream header: Then you can au

Re: [JDEV] Troubles with SSL (again)

2001-03-26 Thread Thomas Muldowney
Sorry for not getting back to you, my grandmother died and then AOL decided to start blocking Jabber. I'll look over your logs and get back to you this evening. --temas On Sun, Mar 25, 2001 at 09:50:49PM +0400, VladimirR wrote: > Because I still have no answer for my problem - unable to

Re: [JDEV] Browseing

2001-03-26 Thread DJ Adams
On Mon, Mar 26, 2001 at 05:44:12PM +0100, Thomas Parslow (PatRat) wrote: > Hi, > I know this is probably a bit of a silly question but how do I browse > a servers services. I've tried various variations on: > > I tried quite a few variations including using as with > jabber:iq:agents but none wo

Re: [JDEV] Browseing

2001-03-26 Thread Thomas Parslow (PatRat)
> Hi, > I know this is probably a bit of a silly question but how do I browse > a servers services. I've tried various variations on: > > I tried quite a few variations including using as with > jabber:iq:agents but none worked (I either got a element or and > error). > How should I be doing it

[JDEV] Browseing

2001-03-26 Thread Thomas Parslow (PatRat)
Hi, I know this is probably a bit of a silly question but how do I browse a servers services. I've tried various variations on: I tried quite a few variations including using as with jabber:iq:agents but none worked (I either got a element or and error). How should I be doing it? Thomas Parslow

RE: [JDEV] Advertising Namespace

2001-03-26 Thread Duncan, Paul
Excluding an RSS channel wouldn't necessarily solve it. If the end user has a choice between 'voluntarily' subscribing to an Ad channel or not, then of course, who's going to do that?! That doesn't help the starving developer, though - not to mention commercially developed IM's (or any multitud

[JDEV] Bouncing a routed packet problem

2001-03-26 Thread Alexandru NOVAC
Hi there ... I've just downloaded version 1.4 of the jabber server and I tryed to installed on a linux server on my network ... I really liked the ideea behind this IM so I'm really interested in using it... However I had a problem when trying to connect with a client ( I've tryed 2 clients and g

[JDEV] (no subject)

2001-03-26 Thread Dillip Kumar Swain
Hi can you send me a copy of xdb_sql-0.1.tar.gz . I want to use jabber server but with mysql, please suggest me haw will i authenticate jabber 1.4 server with mqsql. please send me a copy of xdbmysql module thanking in advance babu = DILLIP KUMAR SWAINEMAIL: [EMAIL PROTECTED] 38,