Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:spark_openfire_server [2017/04/18 16:54]
ajdavis [Prosody Administration]
systems:spark_openfire_server [2018/01/19 09:28] (current)
smayr [Client Software]
Line 5: Line 5:
   * [[http://www.igniterealtime.org/projects/openfire|Openfire Server]]   * [[http://www.igniterealtime.org/projects/openfire|Openfire Server]]
   * [[https://pidgin.im|Pidgin IM Client]]   * [[https://pidgin.im|Pidgin IM Client]]
-  * [[http://www.audina.net/apps/sparkweb|SparkWeb (web-based IM client)]]+  * [[http://audina.net/apps/sparkweb/SparkWeb.html|SparkWeb (web-based IM client)]]
  
 == Openfire Administration == == Openfire Administration ==
Line 11: Line 11:
   * When creating users, be sure to add them to the "All users" group.   * When creating users, be sure to add them to the "All users" group.
  
 +=== Renewing Certificate ===
 +It may seem counterintuitive but in order to see the interface to automatically generate a self-signed certificate in Openfire you first must delete the old certificate. See the image below for an example of the interface you'll see after deleting the old certificate.
 +{{:systems:openfire-gen-self-sign-cert.png?nolink&600|}}
 == Prosody Administration == == Prosody Administration ==
  
Line 21: Line 24:
 To remove accounts, at the console type: <code>prosodyctl deluser <username>@audina.net</code> To remove accounts, at the console type: <code>prosodyctl deluser <username>@audina.net</code>
  
-=== Other information ===+=== Other Prosody information ===
 To restart the service, at the console type: <code>prosodyctl restart</code> To restart the service, at the console type: <code>prosodyctl restart</code>
  
Line 28: Line 31:
   * Install Pidgin on client machine, or login to SparkWeb.   * Install Pidgin on client machine, or login to SparkWeb.
   * Configure IM client to point to Openfire server - openfire (Server20081).   * Configure IM client to point to Openfire server - openfire (Server20081).
-  * Add the user all@broadcast.server20081 with the Alias broadcast.+  * Add the user/buddy ''all@broadcast.server20081'' with the alias "''All Broadcast''"
 + 
 +=== Pidgin Client === 
 +Add user account: Accounts > Manage Accounts (< ctrl > + A). 
 +Enter the following settings: 
 +  * Protocol: XMPP 
 +  * Username: < username > 
 +  * Domain: ''server20081'' 
 +  * Password: < password > 
 +  * Local Alias: User's Full Name 
 +{{ :systems:pidgin-client-account-setup.png?nolink |}}