adium 5716:1a1c7d78ee3b: S/Jabber/XMPP
commits at adium.im
commits at adium.im
Mon Oct 21 17:11:20 UTC 2013
details: http://hg.adium.im/adium/rev/1a1c7d78ee3b
revision: 5716:1a1c7d78ee3b
branch: adium-1.5.8
author: Robert Vehse <robertvehse at fastmail.fm>
date: Mon Oct 21 19:11:11 2013 +0200
S/Jabber/XMPP
diffs (136 lines):
diff -r 85c06859399e -r 1a1c7d78ee3b AdiumHelp/pgs/Account-RegisteringJabberAccount.html
--- a/AdiumHelp/pgs/Account-RegisteringJabberAccount.html Mon Oct 21 18:39:59 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Registering a Jabber (XMPP) account</title>
-<meta name="keywords" content="account, jabber, jabber naming" />
-<meta name="description" content="Registering a Jabber Accounts" />
-<link media="all" rel="stylesheet" href="../css/topicpage.css" type="text/css" />
-</head>
-<body>
-<div id="banner"> <a name="account" id="account"></a><a name="jabber" id="jabber"></a>
- <div id="navleft"><a class="navleftsty" href="../AdiumHelp.html">Adium Help</a> <a class="navleftsty" href="AdiumDocumentation.html">Adium Documentation</a></div>
-</div>
-<div id="mainbox">
- <div id="caticon"> <img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" /> </div>
- <div id="pagetitle">
- <h1>Registering a Jabber (XMPP) account</h1>
- </div>
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3>Setting up an account via Adium</h3>
- </div>
- <div class="taskboxtext">
- <p>On most XMPP (previously known as "Jabber") servers, Adium can register your account with the server for you. Just set up your account as if you were already registered by following the steps described in <a href="Accounts-CreatingAccounts.html">Creating An Account</a>, including your desired Jabber ID and password. When the account attempts to connect, Adium will notify you that the account is not yet registered and will offer to register it.</p>
- </div>
- </div>
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3>Username constraints</h3>
- </div>
- <div class="taskboxtext">
- <ul>
- <li>Usernames are case-insensitive (e.g. "StPeter" is the same as "stpeter") and are limited to 1023 Characters.</li>
- <li>In addition, certain characters are not allowed in your username:
- <ul>
- <li>@ ('at' sign)</li>
- <li>: (colon)</li>
- <li>' (single quote)</li>
- <li>" (double quote)</li>
- <li>< (open angle bracket)</li>
- <li>> (close angle bracket)</li>
- <li>& (ampersand)</li>
- <li>space, carriage-return, line-feed, horizontal tab, and any other whitespace</li>
- <li>ASCII control characters</li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3>How to specify an XMPP server</h3>
- </div>
- <div class="taskboxtext">
- <p>Jabber IDs are in the form <i>name at server</i>.</p>
- <p>The name <i>adiumuser</i> on <i>jabber.org</i> would be <i>adiumuser at jabber.org</i>.</p>
- <p><i>adiumuser</i> on <i>jabber-fr.net</i> would be <i>adiumuser at jabber-fr.net</i>.</p>
- </div>
- </div>
-</div>
-<script type="text/javascript" src="../js/help.js"></script>
-</body>
-</html>
diff -r 85c06859399e -r 1a1c7d78ee3b AdiumHelp/pgs/Account-RegisteringXMPPAccount.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/AdiumHelp/pgs/Account-RegisteringXMPPAccount.html Mon Oct 21 19:11:11 2013 +0200
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="keywords" content="account, xmpp, jabber, jabber naming" />
+<meta name="description" content="Registering an XMPP Account" />
+<title>Registering an XMPP (Jabber) account</title>
+<link media="all" rel="stylesheet" href="../css/topicpage.css" type="text/css" />
+</head>
+<body>
+<div id="banner"> <a name="account" id="account"></a><a name="jabber" id="jabber"></a>
+ <div id="navleft"><a class="navleftsty" href="../AdiumHelp.html">Adium Help</a> <a class="navleftsty" href="AdiumDocumentation.html">Adium Documentation</a></div>
+</div>
+<div id="mainbox">
+ <div id="caticon"> <img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" /> </div>
+ <div id="pagetitle">
+ <h1>Registering an XMPP (Jabber) account</h1>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Setting up an account via Adium</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>On most XMPP (previously known as "Jabber") servers, Adium can register your account with the server for you. Just set up your account as if you were already registered by following the steps described in <a href="Accounts-CreatingAccounts.html">Creating An Account</a>, including your desired Jabber ID and password. When the account attempts to connect, Adium will notify you that the account is not yet registered and will offer to register it.</p>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Username constraints</h3>
+ </div>
+ <div class="taskboxtext">
+ <ul>
+ <li>Usernames are case-insensitive (e.g. "StPeter" is the same as "stpeter") and are limited to 1023 Characters.</li>
+ <li>In addition, certain characters are not allowed in your username:
+ <ul>
+ <li>@ ('at' sign)</li>
+ <li>: (colon)</li>
+ <li>' (single quote)</li>
+ <li>" (double quote)</li>
+ <li>< (open angle bracket)</li>
+ <li>> (close angle bracket)</li>
+ <li>& (ampersand)</li>
+ <li>space, carriage-return, line-feed, horizontal tab, and any other whitespace</li>
+ <li>ASCII control characters</li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>How to specify an XMPP server</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Jabber IDs are in the form <i>name at server</i>.</p>
+ <p>The name <i>adiumuser</i> on <i>jabber.org</i> would be <i>adiumuser at jabber.org</i>.</p>
+ <p><i>adiumuser</i> on <i>jabber-fr.net</i> would be <i>adiumuser at jabber-fr.net</i>.</p>
+ </div>
+ </div>
+</div>
+<script type="text/javascript" src="../js/help.js"></script>
+</body>
+</html>
More information about the commits
mailing list