https://github.com/igniterealtime/xiff
XIFF is an Open Source Flash library for instant messaging and presence clients using the XMPP protocol.
https://github.com/igniterealtime/xiff
Last synced: 29 days ago
JSON representation
XIFF is an Open Source Flash library for instant messaging and presence clients using the XMPP protocol.
- Host: GitHub
- URL: https://github.com/igniterealtime/xiff
- Owner: igniterealtime
- License: other
- Created: 2014-12-17T14:59:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T19:17:37.000Z (about 10 years ago)
- Last Synced: 2025-01-18T02:41:08.450Z (12 months ago)
- Language: ActionScript
- Homepage:
- Size: 5.49 MB
- Stars: 5
- Watchers: 10
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.html
- Changelog: changelog.html
- License: LICENSE.html
Awesome Lists containing this project
README
XIFF Changelog
/* global font and body settings */
body {
font-size : 100%;
background-color : #d3d6d9;
padding: 30px;
}
body, td, th {
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
}
pre, tt, code {
font-family : courier new, monospaced;
font-size : 9pt;
}
#pageContainer {
display: block;
position: relative;
clear: both;
background-color: #fff;
border: 1px solid #999;
padding: 40px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-border-radius: 6px;
}
#headerBox {
display: block;
position: relative;
height: 60px;
background-color: #e7eaee;
border: 1px solid #cccccc;
border-bottom: none;
padding: 0px;
margin: 10px 0px 0px 0px;
}
#content {
margin: 0px 10px 0px 15px;
}
/* anchors */
a:link {
color: #11568c;
}
a:visited {
color: #571c8d;
}
a:hover {
color: #7a1d42;
text-decoration : underline;
}
a:active {
color: #7a1d42;
}
/* page header elements (logo and navigation) */
#nav {
display: block;
background-color: #335588;
margin-bottom: 0px;
color: #ffffff;
font-size: 11px;
line-height: 20px;
padding: 0px 0px 0px 0px;
}
#nav a {
margin: 0px 20px 0px 20px;
}
#nav a:link { color: #ffffff; }
#nav a:visited { color: #ffffff; }
#nav a:hover { color: #ffffff; }
#nav a:active { color: #ffffff; }
/* headings */
h1 {
display: block;
position: relative;
font-size : 1.7em;
font-weight : bold;
color: #670e15;
padding: 0px;
margin-left: 18px;
}
h2 {
font-size : 1.3em;
font-weight : bold;
margin: 40px 0px 6px 0px;
padding: 0px;
color: #335588;
}
h3 {
font-size : 1.0em;
font-weight : bold;
margin: 25px 0px 3px 0px;
padding: 0px;
color: #334466;
}
/* general elements */
p {
margin: 0px 0px 15px 0px;
}
ul {
margin: 5px 0px 15px 35px;
}
li {
padding-bottom : 4px;
}
tt {
font-family : courier new;
font-weight : bold;
color : #060;
}
hr {
display: block;
height: 1px;
background-color: #999999;
border: none;
margin: 40px 0px 20px 0px;
}
.footer {
font-size : 8pt;
color : #666;
text-align : center;
margin-top : 2em;
padding-top : 0.5em;
border-top : 1px #CCC solid;
}
XIFF: Read Me
Thank you for downloading XIFF 3.1.0!
XIFF is an Open Source Flash library for instant messaging and presence clients using the XMPP (Jabber) protocol.
XIFF includes an extension architecture that makes it easy to add functionality for additional protocol
extensions, or even your own special-needs extensions.
Contact and Support
Visit the Ignite Realtime community. At the site, you'll find
several resources including online discussion forums.