Changes between Version 13 and Version 14 of how-to/jabber
- Timestamp:
- Jun 3, 2016, 8:29:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/jabber
v13 v14 33 33 When you login your should receive a Welcome message for registering on the server. You can now add of other friends to your account. 34 34 35 36 35 == Is there support for Chat Rooms? == 37 36 … … 45 44 Also depending on the client software you choose, starting a '''chatroom''' will vary, in most cases it is "'''Start a Chat Room'''" where you can then invite other buddies into the room. Keep in mind we have tested and verified that these chatrooms are available for buddies to join from other xmpp servers. So you can create a room and invite buddies that use gtalk, @jabber.org, @riseup.net and any other xmpp server that is not closed (i.e facebook chat is closed). 46 45 47 == Can I connect to IRC with my jabber account? ==48 49 Yes, our instance of ejabberd has the IRC module built in. Use requires additional settings when joining a chatroom.50 51 When you Join a Chat for the please follow the following guide52 53 {{{54 Room: <irc channel>%irc.server.org55 Server: irc.im.mayfirst.org (change from conference to irc)56 Handle: username or chat name57 Password: leave blank58 }}}59 60 if for example one were to enter in Rooom mayfirst%irc.indymedia.org and server irc.im.mayfirst.org with a handle mv this would place me into the mayfirst chat room. These instructions are based on the use of Pidgin alterations maybe required for other clients.61 62 == Can we send files to other chat buddies? ==63 64 Yes you can but to better facilitate this we recommend using our stun server. Depending on your client the stun server settings will be in different locations.65 66 For instance in Pidgin the settings are found under67 Tools --> Preferences --> Networking68 Under stun server add the following69 70 {{{71 209.234.253.232:347872 }}}73 74 Now when you try to send the files it should work.75 76 == Does the IM Chat support Audio/Video Support? ==77 78 For better Audio and Video support we also recommend using our stun server to improve the quality of the sound and video.79 80 Each client for IM has different settings to support, please visit the client page for more details.81 82 83 46 == What is this OTR I here about with Chat == 84 47 85 48 Please see our how to on installing and [wiki:how-to/otr setting up OTR] 86 49 87 == Does th IM chat support video conferencing? ==88 89 We have introduced an experimental video conferencing system that allows for multi-party video conferencing. However, it requires all users to have the [https://jitsi.org/ jitsi] client installed. Once installed, run jitsi and then click Tools -> Create Video Bridge.90 50 ---- 91 51 92 52 If you have trouble with any of the above please open a [https://support.mayfirst.org/newticket support ticket] 53 54 See also our [wiki:prosody-admin Prosody admin docs].