Possible to connect to PVP.net chat? - WeOnlyDo Discussion board

Possible to connect to PVP.net chat? (General questions)

by Alani, Sunday, October 20, 2013, 01:13 (3813 days ago)

Hi there i found those information on League of legends game forum about how to connect to game XMPP chat.

My question is if that activex is possible to connect on this chat and if it is how i should setting up in code (vb if possible) ty

btw i already test it with Pidgin XMPP client and works great!

Re: Possible to connect to PVP.net chat?

by Alani, Sunday, October 20, 2013, 01:18 (3813 days ago) @ Alani

Hi there i found those information on League of legends game forum about how to connect to game XMPP chat.

My question is if that activex is possible to connect on this chat and if it is how i should setting up in code (vb if possible) ty

btw i already test it with Pidgin XMPP client and works great!

forget to post the forum link with information about how to connect on chat
http://forums.na.leagueoflegends.com/board/showthread.php?t=1868165

Re: Possible to connect to PVP.net chat?

by woddrazen, Sunday, October 20, 2013, 10:40 (3813 days ago) @ Alani

Alani,


We are glad to hear that it works. If you need some help please don't hesitate to ask. We are here to help you.


Drazen

Re: Possible to connect to PVP.net chat?

by Alani, Sunday, October 20, 2013, 12:11 (3813 days ago) @ woddrazen

Alani,


We are glad to hear that it works. If you need some help please don't hesitate to ask. We are here to help you.


Drazen


Really sorry about my bad English looks like i miss understood, i can't get connected to PVP.net using wodXMPP with provided information from lol forum i post before... i only get connected with another XMPP program called Pidgin .

My question is if i can get connected with wodXMPP to PVP.net and how? (some code shows the way)

Some extra information is that PVP.net requires Connection security old-style SSL that you have to provide a server and port to connect.

Hope you can help thanks!

Re: Possible to connect to PVP.net chat?

by woddrazen, Sunday, October 20, 2013, 23:57 (3813 days ago) @ Alani

Alani,


We will give a try and let you know how to configure wodXMPP to work with this server.


Drazen

Re: Possible to connect to PVP.net chat?

by woddrazen, Monday, October 21, 2013, 13:34 (3812 days ago) @ woddrazen

Alani,


Please try something like this it works on my side
[code] wodXMPP1.Login = login@pvp.net/xiff
wodXMPP1.Password = AIR_password
wodXMPP1.Security = SecurityImplicit
wodXMPP1.Port = 5223
wodXMPP1.Connect ( chat.eun1.lol.riotgames.com )[/code]
Let us know how it goes.


Drazen

Re: Possible to connect to PVP.net chat?

by alani, Wednesday, October 23, 2013, 20:12 (3810 days ago) @ woddrazen

works !!! thanks :D