Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
sirmansoor #1
Member since Sep 2005 · 8 posts
Group memberships: Members
Show profile · Link to this post
Subject: Chat with legacy chat systems
How can I chat with legacy IM services like MSN, YAHOO, etc using MiniClient program. What enhancements are needed ?
Please reply in detail.
Mansoor Sarfraz
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
hi,

you only have to register the transports. For that you need an account on a server that runs transports, or server that allows you to register to the transports over s2s. The transports translate the other IM protocols to XMPP. So you need no enhancements at all.
For example a JabberId of an icq user would look like this then:
123456789@icq.server.org
icq.server.org is the Jid of the icq transport/gateway.
So just send a xmpp message to 123456789@icq.server.org and the regular icq user will receive it.

Alex
Avatar
sirmansoor #3
Member since Sep 2005 · 8 posts
Group memberships: Members
Show profile · Link to this post
I want to know that how I will browse the gateways and services ?
I have to write my own code or is there any classes available for me to use ?
Mansoor Sarfraz
Avatar
Alex #4
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
No, you dont have to write own code. All is supported in the libary. It depends on your server which classes to use.
The "old" protocol uses jabber:iq:agents and jabber:iq:browse, newer servers normally use service discovery (disco).
The most active server still use agents. The lib requests the agents by default on each login. So you get the agents in the OnAgentItem event.

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS