User Tools

Site Tools


c-services:jabber

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
c-services:jabber [2014/02/22 21:37]
smile created
c-services:jabber [2015/11/02 01:04]
xen [Web presence]
Line 1: Line 1:
-====== ​jabber / XMPP ======+====== ​c-base Jabber (XMPP) server ​======
  
-===== client ​=====+===== Server ​=====
  
-um jabber zu nutzen braucht ma natürlich einen client.+  * Host: c-base.org 
 +  * Port: 5222 
 +  * Username (JID): $member@c-base.org
  
-[[http://​www.jabber.org/​user/​clientlist.php|ClientListe]]+===== Clients =====
  
 +  * iOS:
 +    * [[https://​chatsecure.org/​|ChatSecure]]
 +    * [[http://​monal.im/​|Monal IM]]
 +  * Android:
 +    * [[https://​chatsecure.org/​|ChatSecure]]
 +    * [[https://​github.com/​siacs/​Conversations|Conversations]]
 +  * GNU/Linux:
 +    * [[https://​www.pidgin.im/​|Pidgin]]
 +    * [[http://​psi-im.org/​|Psi]]
 +    * [[http://​gajim.org/​|Gajim]]
 +  * Windows:
 +    * [[https://​www.pidgin.im/​|Pidgin]]
 +    * [[http://​psi-im.org/​|Psi]]
 +    * [[http://​gajim.org/​|Gajim]]
 +  * OSX:
 +    * [[https://​adium.im/​|Adium]]
 +    * [[http://​psi-im.org/​|Psi]]
 +===== Howto =====
  
-===== server ​===== +==== Clients ​====
-mit diesem client verbindet man sich auf einen Server.+
  
-  * server: c-base.org (c-base.org - c-base jabber server. (nur fuer c-base member) +  * [[c-services:jabber_pidgin|How to configure Pidgin]]
-  * usernameist dein crewname+
  
-===== einrichtung =====+==== Multi-User-Chat (MUC) ====
  
-  * HowToConfigurePsi+  * Host: conference.c-base.org 
 +  * Default channel: c_leuse@conference.c-base.org 
 + 
 +==== Web presence ==== 
 + 
 +You can embed the icon into a page using a simple <img> tag, as follows: 
 + 
 +<​code>​ 
 +<img src="​https://​jabber.c-base.org:​5281/​status/​bernd@c-base.org"​ /> 
 +</​code>​ 
 + 
 +Alternatively,​ it can be used to get status name as plain text, status message as plain text or html-code for embedding on web-pages. 
 + 
 +<​code>​ 
 +https://​jabber.c-base.org:​5281/​status/​bernd@c-base.org/​text 
 +https://​jabber.c-base.org:​5281/​status/​bernd@c-base.org/​message 
 +https://​jabber.c-base.org:​5281/​status/​bernd@c-base.org/​html 
 +</​code>​
c-services/jabber.txt · Last modified: 2015/11/02 01:04 by xen