Hey Rob,
This looks really interesting...I'd like to use it for exactly the
application you mention, sending mail. Is there a way to adapt it for
receiving though? I want to use Email in conjunction with Jabber to
communicate between Jabber and wireless messaging devices that communicat
Matt Diez wrote:
> There is currently no way to retrieve the number
> of users from an Info/Query. No one has yet
> written the code to do this.
>
> You will have to write it yourself.
>
> Matthew D. Diez
> Systems Engineer
> Vedalabs, Inc.
> [EMAIL PROTECTED]
>
>
> -Original Message-
> F
Dustin Puryear wrote:
>We are working with Jabber 1.4 under AIX thanks to Matt Diez. I am
>setting my presense using:
>
> online online
>
>In error.log I get:
>
>20010830T20:12:42: [warn] (-internal): jsm: Invalid Recipient, returning
>data
>online onlinefrom='[EMAIL PROTECTED]/Receive'
>stamp='
Dustin Puryear wrote:
>We are playing with jabberd under AIX. I was running pasvlogin from the
>jabbertest tools and noticed that as the number of logged in users
>increases the login time increases. Under both Jabber 1.4 under Linux
>and AIX it grows from .1 seconds to .7 seconds as n = 1 -> 100
Dustin Puryear wrote:
>How is jabber.org setup? What about the maximum concurrent users?
>Special configuration? It would be nice if you documented how you have
>everything setup since you seem to be the benchmark for using
>jabber.org's jabberd. Information please! :)
>
>Some nice perty diagrams
Hi all,
This is an announcement for the most recent Jabber-related thing I've
done. This time its a module that forks and executes UNIX commands to
handle received messages. This makes it really easy to set up something
like a Jabber->mail gateway, all you do is have it call /usr/bin/mail.
Think
Julian Missig wrote:
>Replies within.
>
>- Original Message -
>From: "Jens Alfke" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, 30 August, 2001 19:37
>Subject: Re: [JDEV] Buddy Icon (Avatar) Proposal
>
>
>>On Thursday, August 30, 2001, at 03:52 PM, Julian Missig wrote:
>>
Ok, talked with temas and a few others.
I like 48x48, and temas said it wouldn't be a big deal if it were that way.
We're removing the type attribute, and the new list of supported formats is
gif|png|jpeg.
As for public XML storage, temas confirmed... there are still certain very
important serve
Have a look at 'batik' at the ASF (www.apache.org) - it gives you nice
scalable graphics in xml :-) and the lib's to render it.
Dw
On Thu, 30 Aug 2001, Jens Alfke wrote:
>
> On Thursday, August 30, 2001, at 03:52 PM, Julian Missig wrote:
>
> > First, the requirements on the image. The image s
On Thursday, August 30, 2001, at 04:53 PM, Julian Missig wrote:
> 50x50 is what AIM uses. The point of this was to easily support AIM's
> Buddy
> Icons as well.
OK, that makes sense. I'll just squish 'em to 32x32 and thank the gods
for bicubic scaling.
> It didn't seem worth it to support JP
Replies within.
- Original Message -
From: "Jens Alfke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 30 August, 2001 19:37
Subject: Re: [JDEV] Buddy Icon (Avatar) Proposal
>
> On Thursday, August 30, 2001, at 03:52 PM, Julian Missig wrote:
>
> > First, the requirements on
On Thursday, August 30, 2001, at 03:52 PM, Julian Missig wrote:
> First, the requirements on the image. The image should be a 50 x 50
> image in either GIF, PNG, or MNG format, as well as under 8k of data.
> MNG support is optional.
(1) 50x50 seems an unusual choice. Mac and Windows use 32x
The proposal we put together a while ago is available at
http://temas.dyndns.org/~temas/buddy_icons.txt - pasted here for
convenience. Gabber should hopefully support this soon-ish. :)
A simple method to support small buddy icons in Jabber has been an often
requested feature. Here is a proposal
The various JIG mailing lists are not defunct. There is an existing proposal
for buddy icons over Jabber which temas has put up somewhere, I just can't
recall where at the moment.
Julian
- Original Message -
From: "Jens Alfke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 3
The first and last name are stored in the vCard, so yes, you retrieve the
vCard to get the real name of the user.
Julian
- Original Message -
From: "Jens Alfke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 30 August, 2001 17:22
Subject: [JDEV] How to get user name from a J
Existing clients are fairly good at setting the vCard. Some clients,
unfortunately, will overwrite vCards without asking, which is not nice.
Julian
- Original Message -
From: "Jens Alfke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, 30 August, 2001 17:43
Subject: [JDEV] "f
Currently, the only way to get this type of information is by doing a vCard
lookup on the JID.
Peter M
- Original Message -
From: "Jens Alfke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 3:22 PM
Subject: [JDEV] How to get user name from a JID?
> How does
Is anyone considering how to implement support for buddy icons in
Jabber? By this I mean the ability to retrieve from the server a small
picture of another user, to display in the buddy list or chat windows.
AIM has this feature. Ideally you would be notified in semi-real time of
changes to a
After sending my previous question about how to retrieve a user's name,
I found an example in the documentation of the element that does
exactly this, using a jabber:iq:info namespace:
http://docs.jabber.org/proto/html/iq.html
However, it says that "The namespaces used in the following exampl
On Thursday, August 30, 2001, at 01:15 PM, Dustin Puryear wrote:
> At first I was using "Available" instead of "online," but Matt
> suggested I try online. Both generate the above error.
According to the JPO, the correct spelling is "available". That might be
your problem ... the server is pro
How does one look up the real name associated with a Jabber ID? I've
taken another look through the docs but don't see anything obvious,
other than retrieving the user's vCard (if they have one). Since the
server asks for your first and last name when you register, it must have
this info alrea
In general the transports just use normal Jabber XML as defined in the
protocol docs. Specifically the transports to other IM services act as a
proxy on the behalf of the user and translate "foreign" protocols like ICQ
or MSN into the Jabber protocol.
What kind of transport are you interested in
Folks;
Does anybody have a pointer to a place where I could
find information on the Transport protocol. In particular
I am interested in writing a Java Jabber transport.
Any help is much appreciated!
Thanks,
Joe.
___
jdev mailing list
[EMAIL PROTE
How is jabber.org setup? What about the maximum concurrent users?
Special configuration? It would be nice if you documented how you have
everything setup since you seem to be the benchmark for using
jabber.org's jabberd. Information please! :)
Some nice perty diagrams would be nice too. Maybe tim
We are playing with jabberd under AIX. I was running pasvlogin from the
jabbertest tools and noticed that as the number of logged in users
increases the login time increases. Under both Jabber 1.4 under Linux
and AIX it grows from .1 seconds to .7 seconds as n = 1 -> 1000.
Is that expected? Shoul
We are working with Jabber 1.4 under AIX thanks to Matt Diez. I am
setting my presense using:
online online
In error.log I get:
20010830T20:12:42: [warn] (-internal): jsm: Invalid Recipient, returning
data
online online
20010830T20:12:44: [warn] (-internal): jsm: Invalid Recipient, returning
I know there's the Netscape plug but is there an implementation of Jabber
via CGI? Perhaps a perl script that implements a mini jabber client. Even
if it only supported chat, that would be great.
-Tony
___
jdev mailing list
[EMAIL PROTECTED]
http://
You need to download
http://download.jabber.org/contrib/xdb_sql-1.1.tar.gz
and follow the instructions. If you have more detailed questions as you go
along, let me know, but I just started myself.
For now, I'm using a separate database for jabber, so that I don't step on
my current user system
Hey My name is tomer
Jabber client developer (beginner) .
I understand that jabber server 1.4.1 Know to works through http (case only
http traffic is enabled on port 80)
my question is :
1)where i can find more information about that kind of connection ?
2)what header should I use before send
Title: RE: [JDEV] Help: jabber server Admin
There is currently no way to retrieve the number
of users from an Info/Query. No one has yet
written the code to do this.
You will have to write it yourself.
Matthew D. Diez
Systems Engineer
Vedalabs, Inc.
[EMAIL PROTECTED]
-Original Mess
Jabber.Org Client Connection Manager Upgraded
The following was posted by [EMAIL PROTECTED] via the Jabber DevZone web site
(http://dev.jabber.org/):
The upgrade went smoothly last night around 12:30am CDT. Everything
should be normal, but if you have any problems connecting to the
server plea
I agree with Matt. If I was a new developer looking to get into Jabber I
would probably be pointed to jabber.org first, and a lot of whats going on
may not be listed or written about there so I may not be getting the whole
picture. I think temas is right also, its alright if all kinds of other
s
Hi Guys..
I am using jabber-1.4.1 server with all transport
configured as a separate process.
I need all services activity thru mailing
system..badly I need a mail from server whether
yahoo/msn/icq services connected or not...
I am giving you a example...let us suppose session of
yahoo process
33 matches
Mail list logo