[JDEV] multiple ICQ/AIM accts (was whatif)

jswink at softcom.net jswink at softcom.net
Thu Jan 14 19:27:11 CST 1999


Kemal 'Disq' Hadimli wrote:
> 
> What if I have 2 ICQ accounts and 7 AIM accounts? The transports
> should be smart enough to handle all of them, and the clients too.
> Just a thought. :)

Well, _if_ the protocol includes an alias business like this,
you'd just send a message for each account.
Sorry to keep making stuff up, but the client/server protocol
page is pretty sparse!

<alias action='add' name='Disq(ICQ #1)'>
  <transport name='ICQ'>
    <UIN>1234567</UIN>
    <password>xxxxxx</password>
  </transport>
</alias>

<alias action='add' name='Disq(ICQ #2)'>
  <transport name='ICQ'>
    <UIN>5667676</UIN>
    <password>xxxxxx</password>
  </transport>
</alias>

Joshua Swink
jswink at softcom.net



More information about the JDev mailing list