Changes between Version 3 and Version 4 of how-to/jabber
- Timestamp:
- May 2, 2013, 11:18:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/jabber
v3 v4 1 1 = Does May First People Link have an Instant Messaging (IM) service? = 2 2 3 '''WARNING: We are currently in testing/demo mode any created accounts at this point are for experimentation only and will probably be deleted''' 4 The technology is similar to GoogleTalk and Facebook Chat. You will be able to communicate with people that are currently using google talk,however although Facebook chat uses the same technology they remain to use it in a closed garden preventing communication with other XMPP servers. You will also be able to communicate with Riseup.net users who have opted to use their built-in XMPP server.3 We are proud to announce that we have chat and all member user accounts automatically are able to use the chat with the username and password you currently use for email and openID. 4 The technology is similar software behind GoogleTalk and Facebook Chat. You will be able to communicate with people that are currently using google talk, however although Facebook chat uses the same technology they remain to use it in a closed garden preventing communication with other XMPP servers. You will also be able to communicate with Riseup.net users who have opted to use their built-in XMPP server. 5 5 6 Below are instructions for creating anaccount6 Below are instructions for using your built-in IM chat account 7 7 8 == Pidgin == 8 This chat service is supported across all platform, including mobile devices. 9 9 10 Download and install Pidgin (Cross platform for Linux, OSX, and Windows). 10 To use your IM account, use any IM client like Adium, Gajim, iChat, GibberBot, Pidgin, Psi, or Swift (a full list is here). 11 11 12 12 Go to Accounts --> Manage Accounts --> Add … … 17 17 18 18 {{{ 19 Username: <Type ausername>19 Username: <Type your username> 20 20 Domain: im.mayfirst.org 21 21 Resource: <leave blank> 22 Password: <Create password> 23 }}} 24 You can select Remember Password if you would otherwise leave it unchecked and Pidgin will ask everytime you start Pidgin. 25 26 You can also create a local alias for how you see your own user name in the chat window 27 28 At the bottom of the window click the Check box next too 29 30 {{{ 31 Create this new account on the server 22 Password: <Type your current password> 32 23 }}} 33 24 34 25 then Click Add. 35 26 27 In some clients like Thunderbird chat for the username please enter <yourusername>@im.mayfirst.org 28 36 29 When you login your should receive a Welcome message for registering on the server. You can now add of other friends to your account. 37 30 38 31 32 = Is there support for Chat Rooms? = 39 33 34 Yes you can setup chat rooms through our server 35 36 Please use the following server when creating rooms 37 38 {{{ 39 conference.im.mayfirst.org 40 }}} 41 42 Also pending 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. 43 44 = Can we send files to other chat buddies? = 45 46 Yes you can but need better facilitate this we recommend using our stun server. Depending on your client the stun server settings will be in different locations 47 48 For instance in Pidgin the settings are found under 49 Tools --> Preferences --> Networking 50 Under stun server add the following 51 52 {{{ 53 209.234.253.232:3478 54 }}} 55 56 Now when you try to send the files it should work. 57 58 If you have trouble with any of the above please open a [https://support.mayfirst.org/newticket support ticket] 59 60