what do I need to build a complete P2P chat servic - WeOnlyDo Discussion board

what do I need to build a complete P2P chat servic (General questions)

by lwc5202, Thursday, April 14, 2011, 03:54 (4783 days ago)

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

by woddrazen, Thursday, April 14, 2011, 09:30 (4783 days ago) @ lwc5202

David,


This should be all you need.


Drazen

Re: what do I need to build a complete P2P chat se

by lwc5202, Thursday, April 14, 2011, 12:02 (4783 days ago) @ woddrazen

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

by woddrazen, Thursday, April 14, 2011, 12:06 (4783 days ago) @ lwc5202

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