[licq-im/licq] 737c22: icq: Move SrvSocket from public api
GitHub <[email protected]> Mon, 26 Mar 2012 12:20:03 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 737c22837d88bb0cf263b652893771d42f9dbf60
https://github.com/licq-im/licq/commit/737c22837d88bb0cf263b652893771d42f9dbf60
Author: Anders Olofsson <[email protected]>
Date: 2012-03-26 (Mon, 26 Mar 2012)
Changed paths:
M licq/include/licq/socket.h
M licq/src/CMakeLists.txt
M licq/src/icq/icq-srv.cpp
M licq/src/icq/oscarservice.cpp
A licq/src/icq/socket.cpp
A licq/src/icq/socket.h
M licq/src/icq/threads.cpp
M licq/src/socket.cpp
M msn/src/msn-srv.cpp
Log Message:
-----------
icq: Move SrvSocket from public api
SrvSocket has special code for parsing FLAP packets only used by ICQ.
Other plugins can use TCPSocket instead.