[JDEV] ICQ and AIM
Kemal 'Disq' Hadimli
disq at iname.com
Thu Jan 14 17:24:39 CST 1999
On Thu, 14 Jan 1999, jswink at softcom.net wrote:
> [1] Server announces transport requirement to client
> ----------------------------------------------------
>
> <transport name='ICQ'>
> <field>login</field>
> <field>password</field>
> </transport>
maybe like this:
<transport name='ICQ'>
<desc>Lets you to communicate with ICQ</desc>
<field>
<name>login</name>
<desc>write your ICQ UIN here</desc>
</field>
<field>
<name>password</name>
<desc>write your ICQ password here</desc>
</field>
</transport>
the client will be more user-friendly if we supply a description of every
transport and field.
bye,
disqk
More information about the JDev
mailing list