1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Add OpenFire Instant Messaging in Mozilla Thunderbird</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Chat,Chat Server,Email Client,Free Software,Freeware,Home Lab,Homelab Ideas,Instant Messager,Mozilla,Mozilla Thunderbird,Office Instant Messenger,OpenFire,Pidgin,XMPP,Windows,Thunderbird,System Administration,IM,Instant Messaging,Integrate OpenFire In Thunderbird,XMPP Instant Messaging In Thunderbird,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Add OpenFire Instant Messaging in Mozilla Thunderbird">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="08/07/2022 04:27:48 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Add OpenFire Instant Messaging in Mozilla Thunderbird</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Launch Mozilla Thunderbird</li>
- <li>Select File > New > Chat Account...</li>
- <li>Select XMPP > Click Next</li>
- <li>Input the OpenFire username and domain > Click Next</li>
- <li>Input the chat user passwords > Click Next</li>
- <li>Set the Local Alias field</li>
- <li>From the Connection security dropdown, select Require encryption is SSL has been setup, otherwise select Use encryption if available</li>
- <li>In the Server field enter the IP address or DNS name for the OpenFire server</li>
- <li>Click Next</li>
- <li>Click Finish</li>
- <li>Enjoy instant messaging inside the Thunderbird e-mail client</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|