Jabberd Quick Installation Guide. The jabberd server is the original open-source server implementation of the Jabber protocol, and is the most popular.

Slides:



Advertisements
Similar presentations
RSDB Installation & Configuration
Advertisements

1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 2 Getting Started.
FILEMAKER SERVER SOFTWARE & REMOTE ADMINISTRATION
© Tally Solutions Pvt. Ltd. All Rights Reserved 1 Shoper 7.2 Interface with Tally.ERP 9 January 2010.
Presentation Heading – font Arial
CSS Central: Central Management Utility Screen View Samples Next.
Web Application Server Apache Tomcat Downloading and Deployment Guide.
1 Routing and Remote Access Service (Week 15, Friday 4/21/2006) © Abdou Illia, Spring 2006.
Chapter Apache Installation on Linux. Acknowledgement The contribution made by Darrin Morison is acknowledged.
George Blank University Lecturer. Creating A Web Site at NJIT Professor Blank.
Keeping You Connected Through Citrix Access your applications Access your network shares and documents Access your …and do it remotely!
Chapter Apache Installation in Linux- Mandrake. Acknowledgment The following information has been obtained directly from
UNIX Chapter 00 A “ Quick Start ” into UNIX Operating System Mr. Mohammad Smirat.
PowerCenter 8.6 SE Installation and Operational Guidelines.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
Command Console Tutorial BCIS 3680 Enterprise Programming.
Software Library Configuration 1 Travis Love Technical Service Engineer.
Copyright © 2014 EMC Corporation. All Rights Reserved. Exporting NFS File Systems to UNIX/ESXi Upon completion of this module, you should be able to: Export.
APACHE SERVER By Innovationframes.com »
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
Implementing RADIUS AAA Phil & Rick. Content Terms and Concepts Access Control What is AAA? Benefits of AAA What is RADIUS? Microsoft IAS Overview Installation.
By Steven Campbell and Erik Boone.  Sharing projects by putting them into a central repository.  Checking out copies of projects from the repository.
UNIT - III. Installing Samba Windows uses Sever Message Block(SMB) to communicate with each other using sharing services like file and printer. Samba.
4-1 PSe_4Konf.503 EAGLE Getting Started and Configuration.
Ch 8-3 Working with domains and Active Directory.
Installing a DHCP Server role on Windows Server 2008 R2 in a home network. This is intended as a guide to install the DHCP role on a Domain Controller.
DAT602 Database Application Development Lecture 15 Java Server Pages Part 1.
Hosted Exchange The purpose of this Startup Guide is to familiarize you with ExchangeDefender's Exchange and SharePoint Hosting. ExchangeDefender.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
How to Download and Install a Sharp Print Driver on a Mac.
MagicInfo Pro Server Software All control, content, and scheduling is performed within the MagicInfo Pro Server software previously installed. Before.
Module 4: Add Client Computers and Devices to the Network.
Microsoft SQL Server 2008 Installation Guide Omer Alrwais.
Objectives Define IP Address To be able to assign an IP address with its Subnet Mask and Default Gateway to a PC that operates using Windows 7 or Fedora.
Apache + Tomcat. Apache + Tomcat Download mod_webapp.so:
Unix Basics Chapter 4.
Samba Advanced System Administration Course James Lwali University computing Centre Ltd, University of Dar es salaam,
Step By Step Windows Server 2003 Installation Guide Step By Step Windows Server 2003 Installation Guide.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Day 11 SAMBA NFS Logs Managing Users. SAMBA Implements the ability for a Linux machine to communicate with and act like a Windows file server. –Implements.
Samba Server Configuration
Windows PostgreSQL installation. Pre-requisites Define a local non-administrative Windows account (eg. postgres) Must install on Console, not through.
How to Take Full Control of the ArrayTools and R Folder You need to have Full Control of the ArrayTools and R installation folders to run BRB-ArrayTools.
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
Configuring IQmol for Windows machines, use version!
WinCvs. WinCVS WinCvs is a window based version control system. Use WinCvs when  You want to save every version of your file you have ever created. CVS.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
Quick guide to ASIMON configuration For version 3.0 or greater SAFETY AT WORK Date: 3/18/2009.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
Fujitsu America Proprietary and Confidential, (c) FUJITSU America Inc Download Authentic Desktop Edition How to download Authentic 2004 Download.
Installing the ALSMS Software on a Windows Platform Configuration Example Alcatel-Lucent Security Products Configuration Example Series.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
CACI Proprietary Information | Date 1 PD² SR13 Client Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
Installing a Moodle Test Site The painless and easy way.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
CACI Proprietary Information | Date 1 Sybase Open Client 15.5 ESD#6 Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
PRESENTED BY ALI NASIR BITF13M040 AMMAR HAIDER BITF13M016 SHOIAB BAJWA BITF13M040 AKHTAR YOUNAS BITF13M019.
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
LINUX - SAMBA
Data Virtualization Demoette… ODBC Clients
Uploading Files to the Remote Server Using Win_SCP Portable
LINUX ADMINISTRATION 1
Introduction to Programming the WWW I
Telnet/SSH Connecting to Hosts Internet Technology.
How to install the Enterprise Agent using Active Directory
1. Open Visual Studio 2008.
Configuration Of A Pull Network.
Radoslaw Jedynak, PhD Poland, Technical University of Radom
IMovie sits at the center of the iLife suite, integrating iTunes, iPhoto, and iDVD to help create professional-looking films with music, titles, and effects. 
Presentation transcript:

Jabberd Quick Installation Guide

The jabberd server is the original open-source server implementation of the Jabber protocol, and is the most popular software for deploying Jabber either inside a company or as a public IM service. Save the file jabberd tar.gz to /tmp/ (or to a directory of your choice). Open a console window and create the directory as /path/to/jabber/ as follows root]#mkdir /path/ root]#mkdir /path/to/ root]#mkdir /path/to/jabber/ Type mv /tmp/jabberd tar.gz /path/to/jabber/ Type cd /path/to/jabber/ Type gzip -d jabberd tar.gz

Type tar -xvf jabberd tar (this creates a jabberd / directory containing various files and subdirectories) Type cd jabber-1.4.2/ Type./configure Type make Open another console and type cd /path/to/jabber/jabber-1.4.2/ Type ls -l jabberd/jabberd to view the permissions on the Jabber daemon. The output on your console should look something like this: -rwxr-xr-x 1 user group Feb jabberd/jabberd

Type./jabberd/jabberd to start the Jabber daemon. This will run the server using the default hostname of localhost. You should see one line of output in your console window: T02:50:26: [notice] (-internal): initializing server. Open a separate console window on the same machine and type telnet localhost 5222 to connect to your server (yes, you can connect using simple old telnet!). You should see the following: Trying Connected to your-machine- name.Escape character is '^]'.

Now open an XML stream to your server by pasting the full text of the following XML snippet into your telnet window: You should immediately receive a reply from your server: Congratulations! Your Jabber server is working.

Close the stream properly by pasting the following XML snippet into your telnet window: Stop the server by killing the process or simply typing ^C in the window where you started the server deamon.

Configuring the Hostname You change the configuration of jabberd by editing a file named jabber.xml, which is located in your /path/to/jabber/jabber directory. The jabber.xml file contains a great deal of comments that help you understand what each configuration option does. However, right now all that we need to change is the hostname. So open jabber.xml in your favorite text editor (vi, emacs, etc.) and edit the line that reads as follows: localhost You now need to give Jabber server's ip address or hostname here. Ex or im.jic.com

Note: Make sure to create a folder and name it as the name you put in the above line that is or im.jic.com in /path/to/jabber/jabber-1.4.2/spool/ Ex: root]#mkdir /path/to/jabber/jabber /spool/ or root]#mkdir /path/to/jabber/jabber /spool/im.jic.com

Now you need to configure your server to bind to a specific IP address. First, in the section of your jabber.xml file, change to yourIPaddress. Second, in the dialback section of your jabber.xml file, change to yourIPaddress. Ex: Now jabber.xml and type in console again./jabberd/jabberd to start the Jabber daemon previously you have killed.

Install windows jabber client exodus version: in your win PC in the same lan segment that the jabber server runs. You can specify the jabber server name by typing server name or ip address in the Server drop down menu. Type your user name and password (any username and password you like) and click “ok”

Then it ask to create a new user since it was not previously in the jabber server. Click “yes” and proceed. You need to add another user like this and add contact between the other user and start messaging. Following screenshots show how to add a new contact.