39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
| <meta charset="UTF-8">
 | |
|   <link rel="stylesheet" href="styles.css">
 | |
| <title>LibertaCasa - xmpp</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| <pre>
 | |
| ┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
 | |
| │    │  │─│ │─  │┬┘  │  │─┤
 | |
| ┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │
 | |
| 
 | |
| ┌─┐ ┬─┐ ┐─┐ ┬─┐
 | |
| │   │─┤ └─┐ │─┤
 | |
| └─┘ ┘ │ ──┘ ┘ │
 | |
| </pre>
 | |
| <h3>XMPP</h3>
 | |
| <pre>
 | |
| <p><a href="https://xmpp.org/">What's XMPP</a></p>
 | |
| <p><a href="https://xmpp.org/about/technology-overview.html">Overview: </a> XMPP is the Extensible Messaging and Presence Protocol, a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.</p>
 | |
| 
 | |
| <a href="https://xmpp.org/about/faq.html">FAQs</a>
 | |
| 
 | |
| There are quite a few <a href="https://xmpp.org/software/clients.html">clients</a> available.
 | |
| You can register using a "name"
 | |
| JID: name@liberta.casa
 | |
| 
 | |
| and the password of your choice.
 | |
| 
 | |
| Host: xmpp.liberta.casa
 | |
| Port: 5222
 | |
| 
 | |
| </pre>
 | |
| </body>
 | |
| </html>
 |