天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 軟件論文 >

面向企業(yè)的移動即時通訊工具設計與實現(xiàn)

發(fā)布時間:2018-04-30 04:26

  本文選題:面向企業(yè)的移動即時通訊 + XMPP協(xié)議; 參考:《山東大學》2017年碩士論文


【摘要】:隨著互聯(lián)網(wǎng)、無線智能終端的快速普及,人們習慣于通過手機中的即時通訊(IM)工具相互溝通交流。而在工作當中,很多企業(yè)不允許員工使用個人即時通訊工具,因為這給企業(yè)帶來了許多的工作效率和安全問題,例如,面向個人的即時通訊工具總會讓員工進入到非工作狀態(tài)的聊天中,所以很多企業(yè)迫切需要面向企業(yè)的即時通訊工具。目前市場上的企業(yè)即時通訊工具大部分都是桌面級的,而移動市場近幾年才開始蓬勃發(fā)展,所以移動企業(yè)即時通訊工具也只有阿里釘釘?shù)。開發(fā)屬于中小型企業(yè)自己的移動即時通訊工具,可以私有化部署,有利于保護數(shù)據(jù)與運維安全,也可針對公司需求進行個性化定制功能,實現(xiàn)通過簡單方式對接中小型企業(yè)的組織架構,可擴展性強,可擴展企業(yè)需要的部分企業(yè)OA功能。開發(fā)企業(yè)移動即時通訊工具,使得中小型企業(yè)能更好的使用移動企業(yè)即時通訊工具管理員工,提高工作效率。基于以上背景,本論文充分考慮中小型企業(yè)的移動即時通訊的需求以及人們的通訊習慣,設計出一款面向企業(yè)的移動即時通訊工具。該工具的主要功能包括管理企業(yè)組織架構、發(fā)送文字、發(fā)送語音、發(fā)送圖片、群聊等。面向企業(yè)的移動即時通訊工具系統(tǒng)選用XMPP協(xié)議作為服務器與客戶端的即時通訊協(xié)議,開源的Openfire服務器作為即時通訊主服務器,即時通訊擴展功能通過擴展Openfire服務器插件實現(xiàn),其他業(yè)務服務器使用SpringMVC框架實現(xiàn)。在數(shù)據(jù)存儲過程中,數(shù)據(jù)庫采用MySQL關系數(shù)據(jù)庫,緩存采用Redis緩存。本人在論文中的主要工作有:1.后臺管理系統(tǒng)前端、后端的開發(fā)實現(xiàn),后臺管理系統(tǒng)主要提供企業(yè)數(shù)據(jù)管理服務,包括企業(yè)組織架構管理、員工管理等,核心功能是實現(xiàn)通過解析Excel表格對接企業(yè)通訊錄。2.編寫Openfire服務器插件實現(xiàn)即時通訊群組等功能。Openfire服務器提供主要的消息傳遞功能,通過消息擴展以及編寫攔截器解析消息實現(xiàn)即時通訊群組、消息回執(zhí)等其它功能。3.優(yōu)化消息存儲服務,使用緩存異步存儲消息,減小數(shù)據(jù)庫壓力,提高數(shù)據(jù)庫性能。4.通過將離線消息存儲到緩存中,實現(xiàn)即時通訊離線消息功能。提供離線消息功能,將離線消息存儲到緩存中,當用戶登錄時將離線消息發(fā)送給用戶。5.用戶業(yè)務服務器的開發(fā)實現(xiàn)。用戶業(yè)務服務器主要為客戶端提供接口,來實現(xiàn)除即時通訊外的其他業(yè)務功能。本論文撰寫的重點是對基于XMPP協(xié)議的面向移動的即時通訊系統(tǒng)服務器端的設計與實現(xiàn),使系統(tǒng)兼容性高,可同時支持Android和IOS客戶端的接入,從而實現(xiàn)適合中小型企業(yè)的移動即時通訊系統(tǒng)。
[Abstract]:With the rapid popularity of the Internet and wireless intelligent terminals, people are used to communicate with each other through instant messaging tools in mobile phones. While at work, many companies do not allow their employees to use personal instant messaging tools, because this brings many efficiency and security problems to the enterprise, such as, Personal instant messaging tools always allow employees to enter non-working status chat, so many enterprises are in urgent need of business-oriented instant messaging tools. At present, most of the instant messaging tools in the market are desktop, and the mobile market has only begun to flourish in recent years, so the mobile enterprise instant messaging tools only have Ali nail nail and so on. The development of mobile instant messaging tools that belong to small and medium-sized enterprises can be privatized and deployed to protect data and operational security, as well as to provide personalized customization functions tailored to the needs of the company. It realizes the organization structure of small and medium-sized enterprises by simple way, which has strong expansibility and expandable part of enterprise OA function that enterprises need. The development of enterprise mobile instant messaging tools enables small and medium-sized enterprises to better use mobile enterprise instant messaging tools to manage staff and improve work efficiency. Based on the above background, this paper fully considers the needs of mobile instant communication and people's communication habits of small and medium-sized enterprises, and designs a mobile instant messaging tool for enterprises. The main functions of the tool include managing enterprise organization structure, sending text, sending voice, sending pictures, group chat and so on. The enterprise oriented mobile instant messaging tool system chooses XMPP protocol as the instant communication protocol between the server and the client, and the open source Openfire server as the instant messaging master server. The instant messaging extension function is realized by extending the Openfire server plug-in. Other business servers are implemented using the SpringMVC framework. In the process of data storage, MySQL relational database is used in database and Redis cache is used in cache. My main work in the thesis is: 1. Background management system front-end, back-end development and implementation, background management system mainly provides enterprise data management services, including enterprise organizational structure management, staff management, the core function is to analyze the Excel table docking enterprise address book. 2. Write Openfire server plug-in to realize instant messaging group and other functions. Openfire server provides main message passing function. Through message extension and write interceptor to parse message to realize instant messaging group, message receipt and other functions. 3. Optimize message storage service, use cache asynchronous storage messages, reduce database pressure, improve database performance. 4. 4. The function of instant messaging offline message is realized by storing offline message in cache. Provides offline message function, stores the offline message in the cache, sends the offline message to the user. 5. 5 when the user logs in. User service server development and implementation. The user service server mainly provides the interface for the client to realize other business functions except instant communication. This paper focuses on the design and implementation of the mobile instant communication system server based on XMPP protocol, which makes the system compatible and supports the access of Android and IOS clients at the same time. In order to achieve a mobile instant messaging system suitable for small and medium enterprises.
【學位授予單位】:山東大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP311.52

【相似文獻】

相關期刊論文 前10條

1 肖乃濤;;大學生網(wǎng)絡即時通訊工具使用現(xiàn)狀的初步調研[J];湖北教育學院學報;2007年05期

2 石菲;;即時通訊工具之爭[J];中國計算機用戶;2008年Z2期

3 施嶸;;即時通訊工具的負面影響[J];青年記者;2009年11期

4 龐怡;許洪光;姜媛;;即時通訊工具現(xiàn)狀及發(fā)展趨勢分析[J];科技情報開發(fā)與經(jīng)濟;2006年16期

5 倪燕;;EIM,是福是禍?[J];軟件世界;2007年13期

6 高博;;溝通創(chuàng)造商業(yè)價值[J];電子商務世界;2008年04期

7 張珍珍;;淺析企業(yè)即時通訊工具的弊端及其應對策略[J];知識經(jīng)濟;2010年04期

8 孔玲玲;趙鵬鵬;費新路;;淺談即時通訊工具在大學生日常管理中的作用[J];科教文匯(上旬刊);2011年07期

9 韓軍師;;基于瀏覽器的即時通訊工具的設計與實現(xiàn)[J];科協(xié)論壇(下半月);2012年09期

10 李銳;;淺談即時通訊工具現(xiàn)狀及其發(fā)展趨勢[J];中國科技信息;2013年16期

相關重要報紙文章 前10條

1 臨淵;亂花漸欲迷人眼[N];人民郵電;2011年

2 本報實習記者 陳菲;一淘將推即時通訊工具一聊 移動社交領域競爭加劇[N];通信信息報;2012年

3 朱杰;借審批引擎為企業(yè)IM增效[N];中國計算機報;2007年

4 姜蓉;1個人和100個人對話的秘密[N];中國經(jīng)營報;2008年

5 本報記者 陳靜;互聯(lián)網(wǎng)巨頭借即時通訊工具“搶客”[N];經(jīng)濟日報;2013年

6 南方日報記者 葉丹;MSN中國3月不會終止相關服務[N];南方日報;2013年

7 中國消費者報 姚奕;最看重其溝通效率[N];中國消費者報;2005年

8 上海交通大學媒體與設計學院講師 魏武揮;是什么力量終結了MSN[N];東方早報;2012年

9 鐘川;中小企業(yè)網(wǎng)絡營銷需要創(chuàng)新[N];經(jīng)理日報;2007年

10 欒國揕;當當進軍C2C困難重重[N];國際商報;2006年

相關碩士學位論文 前10條

1 賈寧;即時通訊工具及其廣告?zhèn)鞑D];上海師范大學;2007年

2 肖乃濤;大學生網(wǎng)絡即時通訊工具使用與滿足模型研究[D];武漢科技學院;2007年

3 高強;網(wǎng)絡即時通訊工具使用與中學生同伴關系相關性研究[D];南京師范大學;2015年

4 黃江文;干擾還是交互?即時通訊工具使用對感知工作負荷的影響[D];暨南大學;2015年

5 譚孟元;面向企業(yè)的移動即時通訊工具設計與實現(xiàn)[D];山東大學;2017年

6 王濤;檢察院審訊系統(tǒng)中即時通訊工具研究與實現(xiàn)[D];中南大學;2009年

7 李瑾頡;基于即時通訊工具的知識傳播與網(wǎng)絡結構研究[D];山西師范大學;2012年

8 朱曉慶;即時通訊工具的發(fā)展對人際交往的影響分析[D];成都理工大學;2015年

9 王森;即時通訊工具對人際關系的影響[D];成都理工大學;2009年

10 王立群;即時通訊工具(IM)教學的應用模式研究[D];陜西師范大學;2006年



本文編號:1823082

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1823082.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶4a317***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com