TEQIM
Moderator: Lavish Software Team
Argh, sourceforge is at it again. They have this messed up system where all files must be set to readable permission for everyone, which is horrible if you're trying to keep anything secure. They had it like that before, and then changed it back... looks like they did it again.
Anyway, fixed the script error and you can download it as you normally would
Anyway, fixed the script error and you can download it as you normally would
-
- GamingTools Subscriber
- Posts: 1
- Joined: Sat Jul 10, 2004 9:57 am
Sure, but that's still their servers. Unless it uses your computer's connection there is no way to reproduce it, and even if it does they may restrict it to EQ2Players from the inside... the point is there's just as much possibility of EQ2IM as there is for WoW, DAOC, etc. If they don't support it on their end, it really cant be done.
the EQ2 Guid chat system uses an interactive realtime Flash Applet which implies that there is client server communications going on of some sort. Which means it shoudl be able to be reverse engineered and possibly duplicated in teh same fashion as EQIM.
It uses non HTTP ports at leat for sure (it gets blocked by the firewall at the office). Specificly looks like port 5222 (eq2players-beta.station.sony.com:5222)
Telnet connect to it just fine but any text causes it to boot you.
From a very quick look at some tcpdumps it appears very much to be using the jabber protocol.
This may actually make it phenominally easy...
It uses non HTTP ports at leat for sure (it gets blocked by the firewall at the office). Specificly looks like port 5222 (eq2players-beta.station.sony.com:5222)
Telnet connect to it just fine but any text causes it to boot you.
From a very quick look at some tcpdumps it appears very much to be using the jabber protocol.
This may actually make it phenominally easy...
DEFINATELY Jabber!!!!
From a packet capture....
From a packet capture....
Code: Select all
<iq id="server_alive_80" type="get" />.<message id="m_82" type="groupchat" to="EQ2.Crushbone.Empire#20;of#20;Armageddon@guildschat.station.sony.com"><body>more packet caps..</body></message>.<iq id="server_alive_84" type="get" />.<iq id="server_alive_86" type="get" />.<iq id="server_alive_88" type="get" />.<iq id="server_alive_90" type="get" />.
Hrm.. can't edit my messages.
Looks like they're using a customized/branded version of jabber.com's flash product.
More info here:
http://www.jabber.com/index.cgi?CONTENT_ID=125
Looks like they're using a customized/branded version of jabber.com's flash product.
More info here:
http://www.jabber.com/index.cgi?CONTENT_ID=125