Source download (including communication framework) database download (including database files, script files, all 2 ways can be)
Breeze im 3.3, using the C # language developed by IM, is using. NET Framework2.0.
It's also easy to switch to. NET framework3.0 or version 4.0. The main function is to implement the network chat.
Once in the previous version, try to join the transfer picture, and peer-to. However, due to the limited level, these features are not very mature, in this version is deleted, only the basic chat features are retained.
Support for offline messaging (provided the server-side database is enabled)
The UI of the breeze IM comes from the internet, which is the qq2008 high simulation version developed by Suphing teacher, and the qq2010 developed by the soaring Eagle teacher. The communication framework is based on the Networkcomms last open source version 2.3.1.
(Networkcomm.net is a British communication Framework, C # language, 3.0 after the source code is no longer free) www.networkcomms.cn
Networkcomms.net support. net2.0+ xamarin.android Xamarin.ios very much look forward to vs2015 to develop the Android program, Networkcomms.net is how appropriate communication framework AH)
I put these 3 parts together, forming the present breeze 3.3.
In order to facilitate testing, this version can not use the database , directly using the server-side simulation of some data, of course, can also set the use of the database.
Update log:
(1): Fixed an issue where the server side could not shut down normally
(2): Fixed an issue where clients did not shut down properly before
Attention:
There are some button tags is the UI framework comes with, the function is not implemented, in addition, the master floated over
Server-side interface:
Client:
If the database is not enabled on the server side. The impersonated user is
9001 (user name) |
Password free |
9002 |
|
9003 |
|
9004 |
|
9005 |
|
9006 |
|
9007 |
|
9008 |
|
9009 |
|
If you enable the database (you need to attach or create a database file) The database file is in SQL 2005 format, or a script file is created to modify the server-side configuration file
The password is:
Default test user (in rcusers that table)
Login ID |
Nickname |
Password |
9001 |
Tom |
123 |
9002 |
John doe |
123 |
9003 |
Xiaohua |
123 |
9004 |
Harry |
123 |
9005 |
Lin Xi |
123 |
9006 |
Dream Cloud |
123 |
9007 |
Blue sky |
123 |
9008 |
Green leaves |
123 |
www.networkcomms.cn Edit
Breeze im 3.3 C # full Open source im download (including open source communication framework)