Changeset - c739f7dee77d
[Not reviewed]
0 2 1
Jan Kaluza - 13 years ago 2012-08-22 07:56:14
hanzz.k@gmail.com
More docs
3 files changed with 26 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/guide/CMakeLists.txt
Show inline comments
 
@@ -29,11 +29,12 @@ ADD_TEXTILE("logging.textile" "Spectrum 2 - Logging")
 
ADD_TEXTILE("backends.textile" "Spectrum 2 - Backends overview")
 
ADD_TEXTILE("libpurple.textile" "Spectrum 2 - Libpurple backend")
 
ADD_TEXTILE("libcommuni.textile" "Spectrum 2 - Libcommuni backend")
 
ADD_TEXTILE("swiften.textile" "Spectrum 2 - Swiften backend")
 
ADD_TEXTILE("skype.textile" "Spectrum 2 - Skype backend")
 
ADD_TEXTILE("spectrum2_manager.textile" "Spectrum 2 - spectrum2_manager tool")
 
ADD_TEXTILE("twitter.textile" "Spectrum 2 - Twitter backend")
 

	
 

	
 
# Setup a target to drive the conversion
 
ADD_CUSTOM_TARGET(guide DEPENDS ${outFiles})
 

	
docs/guide/index.textile
Show inline comments
 
@@ -16,11 +16,12 @@ h2. Backends
 

	
 
* "Backends overview":backends.html
 
* "Libpurple backend":libpurple.html
 
* "Swiften backend":swiften.html
 
* "Libcommuni backend":swiften.html
 
* "Skype backend":skype.html
 
* "Twitter backend":twitter.html
 

	
 
h2. Management
 

	
 
* "spectrum2_manager tool":spectrum2_manager.html
 
* "Munin integration":munin.html
docs/guide/twitter.textile
Show inline comments
 
new file 100644
 
h2. Description
 

	
 
Libpurple backend is backend based on Librpurple library supporting all the networks supported by libpurple
 

	
 
h2. Configuration
 

	
 
You have to choose this backend in Spectrum 2 configuration file to use it:
 

	
 
<pre>
 
[service]
 
backend=/usr/bin/spectrum2_libpurple_backend
 
</pre>
 

	
 
There is also special configuration variable in "service" called @protocol@ which decides which Libpurple's protocol will be used:
 

	
 
|_. Protocol variable|_. Description|
 
|prpl-jabber| Jabber/Facebook/GTalk|
 
|prpl-aim|AIM|
 
|prpl-icq|ICQ|
 
|prpl-msn|MSN|
 
|prpl-yahoo|Yahoo|
 
|prpl-gg|Gadu Gadu|
 
|prpl-novell|Groupwise|
 

	
0 comments (0 inline, 0 general)