Difference between revisions of "Main Page"

From XMPP WIKI
Jump to navigation Jump to search
(Moved sprints from 'upcoming' to 'past')
(55 intermediate revisions by 16 users not shown)
Line 1: Line 1:
<div id="mw-content-text" class="mw-content-ltr" lang="en" dir="ltr">
{| id="mp-topbanner" style="width:100%; background:#fcfcfc; margin-top:1.2em; border:1px solid #ccc;"
 
| style="width:56%; color:#000;" |
{|
{| style="width:280px; border:none; background:none;"
|width="20%"|
| style="width:280px; text-align:center; white-space:nowrap; color:#000;" |
{|
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">Welcome to wiki.xmpp.org!</div>
|width="100%"|
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">
 
Welcome to wiki.xmpp.org!
 
</div>
|}
|}
|width="20%"|
| style="width:11%; font-size:95%;" |
* [https://xmpp.org/xmpp-software/clients/ Clients]
* [http://xmpp.org/xmpp-software/clients/ Clients]
|width="20%"|
| style="width:11%; font-size:95%;" |
* [https://xmpp.org/xmpp-software/servers/ Servers]
* [http://xmpp.org/xmpp-software/servers/ Servers]
|width="20%"|
| style="width:11%; font-size:95%;" |
* [https://xmpp.org/xmpp-software/libraries/ Libraries]
* [http://xmpp.org/xmpp-software/libraries/ Libraries]
|width="20%"|
| style="width:11%; font-size:95%;" |
* [https://xmpp.net/ Public services]
* [http://xmpp.net/ Public services]
|}
|}
 
{| id="mp-upper" style="margin:0; background:none;"
{|
| class="MainPageBG" style="width:60%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;" |
|width="33%"|
{| id="mp-left" style="width:100%; vertical-align:top; background:#f5fffa;"
{|
! style="padding:2px" | <h2 id="mp-dyk-h2" style="margin:3px; background:#cef2e0; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">wiki.xmpp.org</h2>
!width="100%"|
== <span id="wiki.xmpp.org" class="mw-headline">wiki.xmpp.org</span> ==
|-
|-
| This wiki is a sandbox for work on the Extensible Messaging and Presence Protocol or [[web/XMPP|XMPP]], provided for public use by the [[web/XSF|XSF]]. To obtain an account on this wiki, ask one of the [[web/Special:ListUsers/sysop|sysops]] in the [xmpp:xsf@muc.xmpp.org?join xsf@muc.xmpp.org] chatroom for help (sorry, we don't allow open registration because we're trying to avoid the spammers).
| style="color:#000;" | This wiki is a sandbox for work on the Extensible Messaging and Presence Protocol or [[XMPP]], provided for public use by the [[XSF]]. To obtain an account on this wiki, please contact the [[Sysops]] who will be glad to create it for you (sorry, we don't allow open registration because we're trying to avoid the spammers).
|-
|-
|
! style="padding:2px" | <h2 id="mp-dyk-h2" style="margin:3px; background:#cef2e0; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">XMPP technologies</h2>
== <span id="XMPP_technologies" class="mw-headline">XMPP technologies</span> ==
|-
|-
|
| style="color:#000;padding:2px 5px 5px" | Introductory articles:
Introductory articles:
* [[Quickstart|Quickstart]]
* [[web/Quickstart|Quickstart]]
* [[Philosophy_overview|Philosophy overview]]
* [[web/Philosophy_overview|Philosophy overview]]
* [[Technology_overview|Technology overview]]
* [[web/Technology_overview|Technology overview]]
* [[Quickstart_for_developers|Quickstart for developers]]
* [[web/Quickstart_for_developers|Quickstart for developers]]
 
Advanced Articles:
 
* [[Tech_pages|Tech Pages]]


More in-depth (though some unfinished yet) articles:
More in-depth (though some unfinished yet) articles:


* [[web/Tech_pages/Core|Core]] - Information about the core XMPP technologies for XML streaming.
* [[XMPP URIs]] - What is it?
* [[web/Tech_pages/BOSH|BOSH]] - An HTTP binding for XMPP (and other) traffic.
* [[SRV Records]] - What is it? How to add them for my domain?
* [[web/Tech_pages/Jingle|Jingle]] - SIP-compatible multimedia signalling for voice, video, file transfer, and other applications.
* [[OTR]] - What is it? How to use?
* [[web/Tech_pages/Multi-User_Chat|Multi-User Chat]] - Flexible, multi-party communication.
* [https://en.wikipedia.org/wiki/OMEMO OMEMO] - What is it? How to use?
* [[web/Tech_pages/PubSub|PubSub]] - Alerts and notifications for data syndication, rich presence, and more.
* '''[[Securing XMPP]] - What is it? How? [http://stpeter.im/journal/1496.html The encrypted XMPP network] [https://github.com/stpeter/manifesto +]'''
* [[web/XMPP_URIs|XMPP URIs]] - <span style="color:#FF0000">What is it?</span>
* '''[[Securing DNS]] - What is it? How?'''
* [[web/SRV_Records|SRV Records]] - <span style="color:#FF0000">What is it? How to add them for my domain?</span>
* [[XMPP IM Client Design Guidelines]]
* [[web/OTR|OTR]] - <span style="color:#FF0000">What is it? How to use?</span>
* [[XEP and RFC Remarks|Remarks about XEPs and RFCs]]
* '''[[web/Securing_XMPP|Securing XMPP]] - <span style="color:#FF0000">What is it? How?</span> [http://stpeter.im/journal/1496.html The encrypted XMPP network] [https://github.com/stpeter/manifesto +]'''
* [[Modern Login Procedure]]
* '''[[web/Securing_DNS|Securing DNS]] - <span style="color:#FF0000">What is it? How?</span>'''
* [[web/Tech_pages/IoT_systems|IoT systems]] - <span style="color:#FF0000">NEW exciting movement of instant messaging to Internet of Things.</span>
* [[web/XMPP_IM_Client_Design_Guidelines|XMPP IM Client Design Guidelines]]
* [[web/XEP_and_RFC_Remarks|Remarks about XEPs and RFCs]]
* [[web/Modern_Login_Procedure|Modern Login Procedure]]
|}
|}
|width="33%"|


|width="33%"|
| style="border:1px solid transparent;" |
{|
| class="MainPageBG" style="width:40%; border:1px solid #cedff2; background:#f5faff; vertical-align:top;"|
!width="100%"|
{| id="mp-right" style="width:100%; vertical-align:top; background:#f5faff;"
== <span id="Upcoming_Events" class="mw-headline">Upcoming Events</span> ==
! style="padding:2px" | <h2 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Upcoming Events</h2>
|-
|-
|
|
* [[web/Meetups|Meetups]]
* [[Membership Applications Q3 2019]]
* [http://opendiscussionday.org/ Open Discussion Day 2017]
* [[GSoC/2019|GSoC 2019]]
* [[web/Membership_Applications_Q2_2017|Membership Applications Q2 2017]]
* Google [[web/Summer_of_Code_2017|Summer of Code 2017]]


XSF Events calendar: [https://calendar.google.com/calendar/embed?src=64v3vs15qlalgqv0j7r99ikm1c%40group.calendar.google.com HTML] [https://calendar.google.com/calendar/ical/64v3vs15qlalgqv0j7r99ikm1c%40group.calendar.google.com/public/basic.ics iCal]
XSF Events calendar: [https://calendar.google.com/calendar/embed?src=64v3vs15qlalgqv0j7r99ikm1c%40group.calendar.google.com HTML] [https://calendar.google.com/calendar/ical/64v3vs15qlalgqv0j7r99ikm1c%40group.calendar.google.com/public/basic.ics iCal]
|-
|-
|
! style="padding:2px" | <h2 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Recent Events</h2>
== <span id="Recent_Events" class="mw-headline">Recent Events</span> ==
|-
|-
|
| style="color:#000;padding:2px 5px" |
* [[web/Membership_Applications_Q1_2017|Membership Applications Q1 2017]]
* [[Sprints/2019 May Karlsruhe|Karlsruhe Sprint]] (May 30th - June 2nd 2019)
* [[web/FOSDEM_2017|FOSDEM 2017]]
* [[Sprints/2019_June_The_Hague|the Hague Sprint]] (June 7th - 9th 2019)
* [[web/Summit_21|Summit 21]] in Brussels
* [[Sprints/2019_March_Berlin|Berlin XMPP Sprint]]
* [[web/Board_and_Council_Elections_2016|Board and Council Elections 2016]]
* [[Membership Applications Q2 2019]]
* [[web/Membership_Applications_Q4_2016|Membership Applications Q4 2016]]
* [[Summit 23]]: Jan 31st - 1st Feb 2019, Brussels BE
* [[web/Membership_Applications_Q3_2016|Membership Applications Q3 2016]]
* [[FOSDEM 2019]]: 2-3 Feb 2019, Brussels BE
* [[web/Summit_20|Summit 20]] in Austin Texas


Older events are available in the [[web/Event_Archive|Event Archive]].
Older events are available in the [[Event_Archive|Event Archive]].
|-
! style="padding:2px" | <h2 id="mp-otd-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Talk with us?</h2>
|-
|-
|
| style="color:#000;padding:2px 5px 5px" |
== <span id="Talk_with_us.3F" class="mw-headline">Talk with us?</span> ==
|-
|-
|
|
Line 102: Line 87:
* [https://mail.jabber.org/mailman/listinfo/iot Internet Of Things]
* [https://mail.jabber.org/mailman/listinfo/iot Internet Of Things]
* [https://mail.jabber.org/mailman/listinfo More lists]
* [https://mail.jabber.org/mailman/listinfo More lists]
Meetings:
* [[Sprints|Development Sprints]]
* [[Meetups]]
|-
! style="padding:2px" | <h2 id="mp-otd-h2" style="margin:3px; background:#cedff2; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Social networks</h2>
|-
|-
|
| style="color:#000;padding:2px 5px 5px" |
== <span id="Social_networks" class="mw-headline">Social networks</span> ==
|-
|-
|
|
Line 112: Line 102:
|}
|}
|}
|}
 
__NOTOC__
== <span id="What_our_visitors_are_interested_in" class="mw-headline"> What our visitors are interested in </span> ==
__NOEDITSECTION__
 
Currently this wiki contains:
 
* '''2,636 content pages''' with 10667 total editions.
* '''414 registered users'''
 
<br />
 
 
 
</div>

Revision as of 13:22, 11 June 2019

Welcome to wiki.xmpp.org!

wiki.xmpp.org

This wiki is a sandbox for work on the Extensible Messaging and Presence Protocol or XMPP, provided for public use by the XSF. To obtain an account on this wiki, please contact the Sysops who will be glad to create it for you (sorry, we don't allow open registration because we're trying to avoid the spammers).

XMPP technologies

Introductory articles:

Advanced Articles:

More in-depth (though some unfinished yet) articles:

Upcoming Events

XSF Events calendar: HTML iCal

Recent Events

Older events are available in the Event Archive.

Talk with us?

MUC Rooms:

Mailing lists:

Meetings:

Social networks