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
 
@@ -32,6 +32,7 @@ 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
docs/guide/index.textile
Show inline comments
 
@@ -19,6 +19,7 @@ h2. Backends
 
* "Swiften backend":swiften.html
 
* "Libcommuni backend":swiften.html
 
* "Skype backend":skype.html
 
* "Twitter backend":twitter.html
 

	
 
h2. Management
 

	
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)