A Preliminary Analysis for Porting XML-Based Chat to MYSEA

Total Page:16

File Type:pdf, Size:1020Kb

A Preliminary Analysis for Porting XML-Based Chat to MYSEA View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Calhoun, Institutional Archive of the Naval Postgraduate School Calhoun: The NPS Institutional Archive Theses and Dissertations Thesis Collection 2008-06 A preliminary analysis for porting XML-based chat to MYSEA LaVelle, Claire E. R. Monterey, California. Naval Postgraduate School http://hdl.handle.net/10945/4116 NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS A PRELIMINARY ANALYSIS FOR PORTING XML- BASED CHAT TO MYSEA by Claire E. R. LaVelle June 2008 Thesis Advisor: Cynthia E. Irvine Co-Advisor: Thuy D. Nguyen Approved for public release; distribution is unlimited THIS PAGE INTENTIONALLY LEFT BLANK REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instruction, searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to Washington headquarters Services, Directorate for Information Operations and Reports, 1215 Jefferson Davis Highway, Suite 1204, Arlington, VA 22202-4302, and to the Office of Management and Budget, Paperwork Reduction Project (0704-0188) Washington DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT DATE 3. REPORT TYPE AND DATES COVERED June 2008 Master’s Thesis 4. TITLE AND SUBTITLE : 5. FUNDING NUMBERS A Preliminary Analysis for Porting XML-based Chat to MYSEA 6. AUTHOR(S) Claire E. R. LaVelle 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) 8. PERFORMING ORGANIZATION Naval Postgraduate School REPORT NUMBER Monterey, CA 93943-5000 9. SPONSORING /MONITORING AGENCY NAME(S) AND ADDRESS(ES) 10. SPONSORING/MONITORING N/A AGENCY REPORT NUMBER 11. SUPPLEMENTARY NOTES The views expressed in this thesis are those of the author and do not reflect the official policy or position of the Department of Defense or the U.S. Government. 12a. DISTRIBUTION / AVAILABILITY STATEMENT 12b. DISTRIBUTION CODE Approved for public release; distribution is unlimited 13. ABSTRACT (maximum 200 words) The Monterey Security Architecture (MYSEA) is a distributed multilevel secure (MLS) computing environment. MYSEA does not presently support chat, an Internet application that provides near-real-time collaboration capability. Chat capability that implements the Extensible Messaging and Presence Protocol (XMPP) standards has been recognized by the Department of Defense (DoD) as a mandatory standard. The primary goal of this thesis is to determine if a chat server that implements the XMPP and the XMPP Instant Messaging (XMPP-IM) standards could be ported to MYSEA. To accomplish this goal, a set of selection criteria was developed and the open-source jabberd14 server was selected for this study. Its functionality was tested on different operating system environments (Fedora 7, RedHat 8, STOP OS 7 beta). This study also includes a functional analysis of the XMPP and XMPP-IM specifications, the related XMPP extensions supported by the jabberd14 server, a preliminary security analysis and a survey of the jabberd14 server code. The results of this project show that implementation of the XMPP jabberd14-1.6.0 server on the MYSEA platform under STOP 7 OS is feasible. The results also provide stepping stones toward a full-scale development effort to provide MLS-aware chat services in the MYSEA network. 14. SUBJECT TERMS Information assurance, MLS, Chat, XMPP, MYSEA, Jabber 15. NUMBER OF PAGES 145 16. PRICE CODE 17. SECURITY 18. SECURITY 19. SECURITY 20. LIMITATION OF CLASSIFICATION OF CLASSIFICATION OF THIS CLASSIFICATION OF ABSTRACT REPORT PAGE ABSTRACT Unclassified Unclassified Unclassified UU NSN 7540-01-280-5500 Standard Form 298 (Rev. 2-89) Prescribed by ANSI Std. 239-18 i THIS PAGE INTENTIONALLY LEFT BLANK ii Approved for public release; distribution is unlimited A PRELIMINARY ANALYSIS FOR PORTING XML-BASED CHAT TO MYSEA Claire E. R. LaVelle Civilian, Naval Postgraduate School M.A., Mills College, 2006 Submitted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE IN COMPUTER SCIENCE from the NAVAL POSTGRADUATE SCHOOL June 2008 Author: Claire E. R. LaVelle Approved by: Cynthia E. Irvine, Ph.D. Thesis Advisor Thuy D. Nguyen Co-Advisor Peter J. Denning, Ph.D. Chairman, Department of Computer Science iii THIS PAGE INTENTIONALLY LEFT BLANK iv ABSTRACT The Monterey Security Architecture (MYSEA) is a distributed multilevel secure (MLS) computing environment. MYSEA does not presently support chat, an Internet application that provides near-real-time collaboration capability. Chat capability that implements the Extensible Messaging and Presence Protocol (XMPP) standards has been recognized by the Department of Defense (DoD) as a mandatory standard. The primary goal of this thesis is to determine if a chat server that implements the XMPP and the XMPP Instant Messaging (XMPP-IM) standards could be ported to MYSEA. To accomplish this goal, a set of selection criteria was developed and the open- source jabberd14 server was selected for this study. Its functionality was tested on different operating system environments (Fedora 7, RedHat 8, STOP OS 7 beta). This study also includes a functional analysis of the XMPP and XMPP-IM specifications, the related XMPP extensions supported by the jabberd14 server, a preliminary security analysis and a survey of the jabberd14 server code. The results of this project show that implementation of the XMPP jabberd14-1.6.0 server on the MYSEA platform under STOP 7 OS is feasible. The results also provide stepping stones toward a full-scale development effort to provide MLS-aware chat services in the MYSEA network. v THIS PAGE INTENTIONALLY LEFT BLANK vi TABLE OF CONTENTS I. INTRODUCTION........................................................................................................1 A. MOTIVATION ................................................................................................1 B. PURPOSE OF STUDY....................................................................................1 C. ORGANIZATION OF THIS STUDY............................................................2 II. BACKGROUND ..........................................................................................................3 A. CHAT................................................................................................................3 B. EXTENSIBLE MESSAGING AND PRESENCE PROTOCOL (XMPP) ...........................................................................................................10 1. XMPP Server Responsibilities..........................................................11 2. XMPP Client Responsibilities...........................................................12 3. Security Issues ....................................................................................12 C. JABBER..........................................................................................................13 D. MONTEREY SECURITY ARCHITECTURE (MYSEA).........................14 E. XTS-400 ARCHITECTURE.........................................................................15 F. SUMMARY ....................................................................................................16 III. CHAT ENGINES SELECTION...............................................................................17 A. CHAT SERVERS...........................................................................................17 1. Selection Criteria for the Server.......................................................18 2. Outcome..............................................................................................23 B. CHAT CLIENTS ...........................................................................................23 1. Selection Criteria for the Clients......................................................23 2. Outcome..............................................................................................24 C. SUMMARY ....................................................................................................24 IV. EXPERIMENTATION .............................................................................................25 A. FUNCTIONALITIES OF THE JABBERD14 SERVER ...........................25 B. TESTING OVERVIEW ................................................................................28 1. Test Plan .............................................................................................29 C. REDHAT 8 PLATFORM .............................................................................34 1. Configuration Issues with the Server...............................................35 2. Installation of Jabber14-1.4.2 Server...............................................35 3. Testing of Jabber14-1.4.2 Server......................................................37 4. Summary for the RedHat 8 Platform...............................................37 D. FEDORA 7 PLATFORM..............................................................................37 1. Installation of Jabberd14-1.6.1.1 Server..........................................37 2. Testing of Jabberd14-1.6.1.1 Server.................................................38 3. Test Analysis.......................................................................................45 4. Summary for
Recommended publications
  • Universidad Pol Facultad D Trabajo
    UNIVERSIDAD POLITÉCNICA DE MADRID FACULTAD DE INFORMÁTICA TRABAJO FINAL DE CARRERA ESTUDIO DEL PROTOCOLO XMPP DE MESAJERÍA ISTATÁEA, DE SUS ATECEDETES, Y DE SUS APLICACIOES CIVILES Y MILITARES Autor: José Carlos Díaz García Tutor: Rafael Martínez Olalla Madrid, Septiembre de 2008 2 A mis padres, Francisco y Pilar, que me empujaron siempre a terminar esta licenciatura y que tanto me han enseñado sobre la vida A mis abuelos (q.e.p.d.) A mi hijo icolás, que me ha dejado terminar este trabajo a pesar de robarle su tiempo de juego conmigo Y muy en especial, a Susana, mi fiel y leal compañera, y la luz que ilumina mi camino Agradecimientos En primer lugar, me gustaría agradecer a toda mi familia la comprensión y confianza que me han dado, una vez más, para poder concluir definitivamente esta etapa de mi vida. Sin su apoyo, no lo hubiera hecho. En segundo lugar, quiero agradecer a mis amigos Rafa y Carmen, su interés e insistencia para que llegara este momento. Por sus consejos y por su amistad, les debo mi gratitud. Por otra parte, quiero agradecer a mis compañeros asesores militares de Nextel Engineering sus explicaciones y sabios consejos, que sin duda han sido muy oportunos para escribir el capítulo cuarto de este trabajo. Del mismo modo, agradecer a Pepe Hevia, arquitecto de software de Alhambra Eidos, los buenos ratos compartidos alrrededor de nuestros viejos proyectos sobre XMPP y que encendieron prodigiosamente la mecha de este proyecto. A Jaime y a Bernardo, del Ministerio de Defensa, por haberme hecho descubrir las bondades de XMPP.
    [Show full text]
  • A Survey of Open Source Products for Building a SIP Communication Platform
    Hindawi Publishing Corporation Advances in Multimedia Volume 2011, Article ID 372591, 21 pages doi:10.1155/2011/372591 Research Article A Survey of Open Source Products for Building a SIP Communication Platform Pavel Segec and Tatiana Kovacikova Department of InfoCom Networks, University of Zilina, Univerzitna 8215/1, 010 26 Zilina, Slovakia Correspondence should be addressed to Tatiana Kovacikova, [email protected] Received 29 July 2011; Revised 31 October 2011; Accepted 15 November 2011 Academic Editor: T. Turletti Copyright © 2011 P. Segec and T. Kovacikova. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Session Initiation Protocol (SIP) is a multimedia signalling protocol that has evolved into a widely adopted communication standard. The integration of SIP into existing IP networks has fostered IP networks becoming a convergence platform for both real- time and non-real-time multimedia communications. This converged platform integrates data, voice, video, presence, messaging, and conference services into a single network that offers new communication experiences for users. The open source community has contributed to SIP adoption through the development of open source software for both SIP clients and servers. In this paper, we provide a survey on open SIP systems that can be built using publically available software. We identify SIP features for service deve- lopment and programming, services and applications of a SIP-converged platform, and the most important technologies support- ing SIP functionalities. We propose an advanced converged IP communication platform that uses SIP for service delivery.
    [Show full text]
  • Ovládání Zabezpečovací Kamery EYE-02 Protokolem
    TECHNICKA´ UNIVERZITA V LIBERCI Fakulta mechatroniky, informatiky a mezioborov´ych studi´ı DIPLOMOVA´ PRACE´ V Liberci, 18. kvˇetna2013 Bc. Jakub Ponikelsk´y TECHNICKA´ UNIVERZITA V LIBERCI Fakulta mechatroniky, informatiky a mezioborov´ych studi´ı Studijn´ıprogram: N2612 – Elektronika a informatika Studijn´ıobor: 1802T007 – Informaˇcn´ıtechnologie Ovl´ad´an´ızabezpeˇcovac´ıkamery EYE-02 protokolem XMPP Control of security camera EYE-02 via XMPP protocol Bc. Jakub Ponikelsk´y Vedouc´ıpr´ace: doc. RNDr. Pavel Satrapa, Ph.D. Konzultant: Ing. Jan Halama, JABLOCOM s. r. o. Pracoviˇstˇe: Ustav´ nov´ych technologi´ıa aplikovan´einformatiky Prohl´aˇsen´ı Byl(a) jsem sezn´amen(a)s t´ım,ˇze na mou diplomovou pr´aci se plnˇevztahuje z´akon ˇc.121/2000 Sb., o pr´avuautorsk´em,zejm´ena § 60 – ˇskoln´ıd´ılo. Beru na vˇedom´ı,ˇzeTechnick´auniverzita v Liberci (TUL) nezasahuje do m´ych autorsk´ych pr´avuˇzit´ımm´ediplomov´epr´acepro vnitˇrn´ıpotˇrebuTUL. Uˇziji-lidiplomovou pr´acinebo poskytnu-li licenci k jej´ımu vyuˇzit´ı,jsem si vˇedom povinnosti informovat o t´etoskuteˇcnostiTUL; v tomto pˇr´ıpadˇem´aTUL pr´avo ode mne poˇzadovat ´uhradun´aklad˚u,kter´evynaloˇzilana vytvoˇren´ıd´ıla,aˇzdo jejich skuteˇcn´e v´yˇse. Diplomovou pr´acijsem vypracoval(a) samostatnˇes pouˇzit´ımuveden´eliteratury a na z´akladˇekonzultac´ıs vedouc´ımdiplomov´epr´acea konzultantem. Datum: 18. kvˇetna2013 Podpis: ......................... Bc. Jakub Ponikelsk´y 3 Podˇekov´an´ı Touto cestou bych r´adpodˇekoval vedouc´ımu diplomov´epr´acedoc. RNDr. Pavlu Satrapovi, Ph.D., za jeho cenn´epˇripom´ınkypˇrivytv´aˇren´ıa dokonˇcov´an´ıpr´ace.R´ad bych tak´epodˇekoval spoleˇcnosti JABLOCOM s.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Jabber/Xmpp Robot Pro Vyhledávání Pomocí Google Jabber/Xmpp Robot for Searching by Means of Google
    VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA INFORMAČNÍCH TECHNOLOGIÍ ÚSTAV INFORMAČNÍCH SYSTÉMŮ FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEMS JABBER/XMPP ROBOT PRO VYHLEDÁVÁNÍ POMOCÍ GOOGLE JABBER/XMPP ROBOT FOR SEARCHING BY MEANS OF GOOGLE BAKALÁŘSKÁ PRÁCE BACHELOR´S THESIS AUTOR PRÁCE Jiří Hrazdil AUTHOR VEDOUCÍ PRÁCE Mgr. Marek Rychlý SUPERVISOR BRNO 2007 Jabber/XMPP robot pro vyhledávání pomocí Google Zadání 1. Seznamte se s protokolem Jabber/XMPP a jeho open-source implementacemi. 2. Seznamte se se službami vyhledávače Google a s rozhraním webové služby Google (Google Web APIs service). 3. Návrhněte vhodný formát dotazu (strukturovaný prostý text), který pokryje funkce a služby poskytované vyhledávačem Google. 4. Navrhněte a implementujte robota pro Jabber, který bude odpovídat na dotazy podle výsledků hledání pomocí služby Google. Robot by měl umožnit přizpůsobit své uživatelské rozhraní podle požadavků uživatele. 5. Diskutujte výsledky práce a navrhněte možná rozšíření. 2 Licenční smlouva Licenční smlouva je uložena v archivu Fakulty informačních technologií Vysokého učení technického v Brně. 3 Abstrakt Cílem této práce bylo seznámit se s principem a fungováním komunikační sítě Jabber/XMPP a jeho open-source implementacemi, dále pak seznámit se s rozhraním pro vyhledávání webových stránek pomocí rozhraní webové služby vyhledávače Google a implementovat robota, který na dotazy položené prostřednictvím protokolu XMPP odpoví výsledky získanými z webového vyhledávače pomocí protokolu SOAP. Klíčová slova Jabber, XMPP, robot, Google, Yahoo, MSN Live, SOAP, vyhledávání na webu. Abstract The aim of this thesis was to get acquainted with principles and basics of Jabber/XMPP communication network and its open-source implementations, learn about Google web search application interface and implement a robot, which will respond to search queries sent via XMPP protocol with adequate search results acquired through SOAP.
    [Show full text]
  • International Journal for Scientific Research & Development| Sp. Issue- Computer Networking | ISSN (Online):2321-061
    IJSRD - International Journal for Scientific Research & Development| Sp. Issue- Computer Networking | ISSN (online):2321-0613 XMPP in Instant Messengers Neeraj Vashistha1 Akshay Khilari2 S.N. Shelke3 3Assistant Professor 1,2,3Department of Computer Engineering 1,2,3Sinhgad Academy of Engineering, SPPU, Pune. Abstract— Instant Messengers(IM) are the most commonly like Pidgin, Adium using the standard XMPP protocol. The used interacting method to communicate with people main advantage of using a decentralized architecture is that worldwide. IM presence is felt in multicast (chat rooms) and it allows client developers to focus on user experience and one-to-one message exchange between different kind of server developers to focus on reliability and scalability. The client entities. IM using eXtensible Messaging and Presence servers incorporate important security features such as Protocol (XMPP) as the base protocol is able to provide near authentication, channel encryption. real-time text-based communication through the use of The following are the components of the XMPP XML. Social media networks like gtalk, ejabberd, facebook architecture: employ XMPP. XMPP can be implemented with servers as well as without servers. XMPP is not only used in IM but also collaborative services like sensor networks, multiplayer games and Internet-of-Things (IoT) as they require real-time event publication and distribution. In this paper we briefly describe XMPP and its usage in IM and also discuss the market share of XMPP. Key words: XMPP, Social Media Networks, Collaborative Services, Internet of things, Near Real-time communication I. HISTORY OF XMPP AND LESSONS LEARNT As discussed in [1], based on TCP, DNS and SSL and built as a client-server architecture XMPP prophesied for simple Fig.
    [Show full text]
  • Vysoké Učení Technické V Brně Nebezpečí Internetové Komunikace
    VYSOKÉ U ČENÍ TECHNICKÉ V BRN Ě BRNO UNIVERSITY OF TECHNOLOGY FAKULTA ELEKTROTECHNIKY A KOMUNIKA ČNÍCH TECHNOLOGIÍ ÚSTAV TELEKOMUNIKACÍ FACULTY OF ELECTRICAL ENGINEERING AND COMMUNICATION DEPARTMENT OF TELECOMMUNICATIONS NEBEZPE ČÍ INTERNETOVÉ KOMUNIKACE INTERNET COMMUNICATION RISKS BAKALÁ ŘSKÁ PRÁCE BACHELOR‘S THESIS AUTOR PRÁCE RADEK ŠT ĚRBA AUTHOR VEDOUCÍ PRÁCE ING. MICHAL POLÍVKA SUPERVISOR BRNO 2009 Anotace Tato práce se zabývá problematikou komunikačních protokolů a serverů. Jsou zde popsány protokoly TCP/IP. Dále jsou popsány čtyři nejpoužívanější IM protokoly (popis přihlašování, komunikace a zabezpečení). Jsou zde popsány protokoly pro hlasovou komunikaci a problematika softwarových ústředen. Dále jsou zde nastíněny databázové systémy hlavně LDAP. Součástí této práce je také praktická činnost – zprovoznění serveru pro hlasovou komunikaci a posílání zpráv a databáze LDAP. Je popsán postup pro zprovoznění jednotlivých serverů, navázání příslušných klientů na servery a v neposlední řadě komunikace s LDAP. Klíčová slova TCP/IP, Instant Messaging, Jabber, VoIP, SIP, LDAP, server, klient, odposlech, ústředna. Abstrakt This work deals with problems of communications protocols and servers. Primarily protocols TCP/IP are described. Next four the most used IM protocols (account of log in, communications and security) are described. Protocols for voice communications and problems of software phone systems are described here. Also database systems especially LDAP are mentioned here. A practical working is a part of this work too – a putting server for voice communications and sending messages and database LDAP into service. The process for putting the servers into service, connecting competent clients, and last but not least communications with LDAP are described. Key words TCP/IP, Instant Messaging, Jabber, VoIP, SIP, LDAP, server, client, wiretap, phone system.
    [Show full text]
  • Real-Time Communications Quick Start Guide
    Real-Time Communications Quick Start Guide Daniel Pocock [http://danielpocock.com] Real-Time Communications Quick Start Guide Daniel Pocock [http://danielpocock.com] Copyright © 2013, 2014, 2015 Daniel Pocock Table of Contents Preface ........................................................................................................................ x 1. Introduction .............................................................................................................. 1 Federation ............................................................................................................ 1 Independent and decentralized alternatives to federation ............................................... 1 Private networks ........................................................................................... 1 Decentralized networks .................................................................................. 1 Conclusion ................................................................................................... 2 Choosing between SIP and XMPP ........................................................................... 2 Choice of operating system ..................................................................................... 3 Using a ready-to-run or turn-key solution .......................................................... 3 Using a generic GNU/Linux distribution ........................................................... 3 Use latest software versions ...................................................................................
    [Show full text]
  • An Analysis of Instant Messaging and E- Mail Access Protocol Behavior in Wireless Environment
    An Analysis of Instant Messaging and E- mail Access Protocol Behavior in Wireless Environment IIP Mixture Project Simone Leggio Tuomas Kulve Oriana Riva Jarno Saarto Markku Kojo March 26, 2004 University of Helsinki - Department of Computer Science i TABLE OF CONTENTS 1 Introduction ..................................................................................................................................... 1 PART I: BACKGROUND AND PROTOCOL ANALYSIS ............................................................. 1 2 Instant Messaging............................................................................................................................ 1 3 ICQ.................................................................................................................................................. 3 3.1 Overview ................................................................................................................................. 3 3.2 Protocol Operation .................................................................................................................. 4 3.2.1 Client to Server................................................................................................................4 3.2.2 Client to Client ................................................................................................................5 3.2.3 Normal Operation............................................................................................................ 5 3.2.4 Abnormal Operation.......................................................................................................
    [Show full text]
  • Ejabberd 2.1.11 Installation and Operation Guide Contents
    ejabberd 2.1.11 Installation and Operation Guide Contents Chapter 1 Introduction 1.1 Key Features 1.2 Additional Features Chapter 2 Installing ejabberd 2.1 Installing ejabberd with Binary Installer 2.2 Installing ejabberd with Operating System Specific Packages 2.3 Installing ejabberd with CEAN 2.4 Installing ejabberd from Source Code 2.4.1 Requirements 2.4.2 Download Source Code 2.4.3 Compile 2.4.4 Install 2.4.5 Start 2.4.6 Specific Notes for BSD 2.4.7 Specific Notes for Sun Solaris 2.4.8 Specific Notes for Microsoft Windows 2.5 Create an XMPP Account for Administration 2.6 Upgrading ejabberd Chapter 3 Configuring ejabberd 3.1 Basic Configuration 3.1.1 Host Names 3.1.2 Virtual Hosting 3.1.3 Listening Ports 3.1.4 Authentication 3.1.5 Access Rules 3.1.6 Shapers 3.1.7 Default Language 3.1.8 CAPTCHA 3.1.9 STUN 3.1.10 Include Additional Configuration Files 3.1.11 Option Macros in Configuration File 3.2 Database and LDAP Configuration 3.2.1 MySQL 3.2.2 Microsoft SQL Server 3.2.3 PostgreSQL 3.2.4 ODBC Compatible 3.2.5 LDAP 3.3 Modules Configuration 3.3.1 Modules Overview 3.3.2 Common Options 3.3.3 mod_announce 3.3.4 mod_disco 3.3.5 mod_echo 3.3.6 mod_http_bind 3.3.7 mod_http_fileserver 3.3.8 mod_irc 3.3.9 mod_last 3.3.10 mod_muc 3.3.11 mod_muc_log 3.3.12 mod_offline 3.3.13 mod_ping 3.3.14 mod_pres_counter 3.3.15 mod_privacy 3.3.16 mod_private 3.3.17 mod_proxy65 3.3.18 mod_pubsub 3.3.19 mod_register 3.3.20 mod_register_web 3.3.21 mod_roster 3.3.22 mod_service_log 3.3.23 mod_shared_roster 3.3.24 mod_shared_roster_ldap 3.3.25 mod_sic 3.3.26 mod_stats
    [Show full text]
  • Openser XMPP-SIMPLE Gateway
    OpenSER XMPP-SIMPLE Gateway Daniel-Constantin Mierla Co-Founder OpenSER Project Target • Transparent XMPP-SIMPLE gateway • Open Source software • Instant Messaging • End-to-End Presence model • Client-Server Presence model • VoIP (Jingle-SIP) – only at signaling level if possible O February 24 FOSDEM 2007 Brussels, Belgium Previous work October 2002 SIMPLE-Jabber Gateway * Jabber 1.3 * SIP Express Router * FhG Fokus, Germany, Berlin Initial target: SIMPLE to any IM network * reuse of Jabber 1.3 IM gateways (transports) * have just on translation in SIP side (SIMPLE-XMPP) * SIMPLE – MSN * SIMPLE – ICQ * SIMPLE – Yahoo! O February 24 FOSDEM 2007 Brussels, Belgium Limitations of old version Scalability - for each SIP account must exist a Jabber account - each SIP account needed a TCP connection to Jabber server - too many connections from same IP to different IM servers Security - SIP users have to provide credentials to be stored in SIP server - some IM services accepts only one registration Interoperability - not all SIP users are visible in XMPP world and vice versa - delay in new XMPP/SIMPLE user propagation O February 24 FOSDEM 2007 Brussels, Belgium Requirements for new implementation Focus on XMPP - open protocols allow to improve the interoperability - trend to migrate to open protocols - XMPP is widely used IM&P protocol Transparent gatewaying - don't require extra credentials from users - one-to-one relation between XMPP address and SIP address using DNS - immediate visibility of the new accounts in both sides - gateway the signaling
    [Show full text]
  • Kommunikation Mit Jabber (XMPP)
    Sichere Unternehmens- kommunikation mit Jabber (XMPP) SLAC2008 Magdeburg 12. Dezember 2008 [email protected] <version>2008-12-12</version> <author>Holger Zuleger</author> <slide total=34>1</slide> > c Secure Jabber Agenda • Einführ ung —Kommunikationsar ten im Unternehmen —War um Jabber/XMPP • XMPP Kommunikationsmodell —Client Registrier ung —Ser ver − ServerKommunikation —Skalier ung • Softwareauswahl —Ser versoftware / Clientsoftware • Sicherheit —Client − ServerVerschlüsselung (TLS) —Ser ver − ServerDialback —Ende zu Ende Verschlüsselung —OTR • Zusammenfassung <version>2008-12-12</version> <author>Holger Zuleger</author> <slide total=34>2</slide> < > c Secure Jabber Kommunikationsar ten im Unternehmen • Inter ne Kommunikation E-Mail, Telefon, Meeting, Fax, Brief • Exter ne Kommunikation Br ief,Fax, E-Mail, Telefon, Meeting • Eigenschaften unterschiedlicher Kommunikationsar ten Komm.- Vorlauf- Reakt.- Multiuser- Medium form zeit zeit fähig Mail Text async − ≤ 5Tage ja Telefon Sprache sync unbest. − jein pers.Bild/ sync Tage - −ja Meeting Sprache Wochen Br ief/Fax Text async − ≥ 1Woche nein Video- Bild/ sync Tage − ja konferenz Sprache SMS Text async −Stunden nein Instant Text sync Presence Minuten ja Messaging Dienst <version>2008-12-12</version> <author>Holger Zuleger</author> <slide total=34>3</slide> < > c Secure Jabber WarumJabber/XMPP? • Viele verschiedene Instant Messaging Systeme verfügbar IRC,ICQ, AIM, Yahoo,MSN, Skype,Gadu Gadu, QQ, GoogleTalk • Meist properitäre Systeme • Separate ”Communities“ • Keine Kommunikation
    [Show full text]