2014-10-09 12:41:18 +02:00
# Support
2014-05-14 00:06:53 +02:00
The YunoHost support is provided by the community members.
2014-06-08 19:33:48 +02:00
* The **best and fastest** way to get answers remains the community chatroom, accessible on the bottom-right corner of this page, or via an XMPP compatible instant messaging client (like [Pidgin ](https://pidgin.im/ )), at the following address:
2014-05-14 00:06:53 +02:00
** [support@conference.yunohost.org ](xmpp:support@conference.yunohost.org?join )**
---
2014-10-14 15:18:42 +02:00
* You may also want to visit the **discussion forum** :
2014-05-14 00:06:53 +02:00
2014-10-14 15:18:22 +02:00
** [forum.yunohost.org ](https://forum.yunohost.org/ )**
2014-05-14 00:06:53 +02:00
---
2014-10-09 12:32:01 +02:00
* However, if you want to write specificaly to the Yunohost team, do not hesitate to send us an email. Please note that **we do not provide any support by email** .
2014-05-14 00:06:53 +02:00
2014-06-08 19:33:48 +02:00
** [yunohost@yunohost.org ](mailto:yunohost@yunohost.org )**
2016-03-22 21:39:07 +01:00
< script type = "text/javascript" src = "/jappix/javascripts/mini.min.js" > < / script >
2014-06-08 19:33:48 +02:00
< script type = "text/javascript" >
2016-03-22 21:39:07 +01:00
// Jappix mini chat
2014-06-08 19:33:48 +02:00
$(".actions").css('opacity', 0);
jQuery.ajaxSetup({cache: false});
2016-03-22 21:39:07 +01:00
var ADS_ENABLE = 'off';
var JAPPIX_STATIC = '/jappix/';
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
var ANONYMOUS = 'on';
JappixMini.launch({
connection: {
domain: "anonymous.yunohost.org",
},
application: {
network: {
autoconnect: false,
},
interface: {
showpane: false,
animate: false,
},
groupchat: {
open: ['support@conference.yunohost.org']
}
},
});
2014-06-08 19:33:48 +02:00
< / script >