what do I need to build a complete P2P chat servic (General questions)
Hello,
If I like to build a P2P chat service base on XMPP and VPN component. What do I need to prepare?
1. Regist account(s) in Gtalk
2. friend list server(s). For getting friend list?
3. mediator server(s)
4. Client (like wippien)
Do I need anything else?
Thanks
David Chiang
Re: what do I need to build a complete P2P chat se
David,
This should be all you need.
Drazen
Re: what do I need to build a complete P2P chat se
David,
This should be all you need.
Drazen
Hello Drazen,
Do you have sample or spec to build friend list server and mediator server.
Thanks
David Chiang
Re: what do I need to build a complete P2P chat se
David,
For start you can use wodXMPP samples inside component Samples folder.
You can find here example how to authenticate with Gmail server:
http://www.weonlydo.com/code.asp?did=Authenticate-with-Gmail-XMPP-server
You can find here example how to create mediator (you can check VB sample and use it in C#):
http://www.weonlydo.com/VPN/Help/Mediator.html
Drazen