Eyez0nly / omeglespy-z

Automatically exported from code.google.com/p/omeglespy-z
0 stars 0 forks source link

Refactor OmegleConnection #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1.) The OmegleConnection should function as it does today except that it will 
pass all of its work off to a generified Connection object.

2.) The Connection will look to the Protocol interface to take care of connecty 
stuff.

3.) The default Protocol implementation will be HttpBasedProtocol.

4.) The Protocol implementation will return a standard event object for each 
event type, parseable in the same way for each type regardless of the Protocol 
or service used.

Original issue reported on code.google.com by darkimp...@gmail.com on 2 May 2012 at 7:31