| 
									
										
										
										
											2010-06-29 10:57:48 -07:00
										 |  |  | The MSN plugin allows users to send and receive notices over the MSN network. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-29 11:14:26 -07:00
										 |  |  | Required PHP extensions: | 
					
						
							|  |  |  | curl pcre mhash mcrypt bcmath | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-06-29 10:57:48 -07:00
										 |  |  | Installation | 
					
						
							|  |  |  | ============ | 
					
						
							|  |  |  | add "addPlugin('msn', | 
					
						
							|  |  |  |     array('setting'=>'value', 'setting2'=>'value2', ...);" | 
					
						
							|  |  |  | to the bottom of your config.php | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-25 19:27:18 +02:00
										 |  |  | scripts/imdaemon.php included with StatusNet must be running. It will be started | 
					
						
							|  |  |  | by the plugin along with their other daemons when you run | 
					
						
							|  |  |  | scripts/startdaemons.sh. See the StatusNet README for more about queuing and | 
					
						
							|  |  |  | daemons. | 
					
						
							| 
									
										
										
										
											2010-06-29 10:57:48 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | Settings | 
					
						
							|  |  |  | ======== | 
					
						
							|  |  |  | user*: username (screenname) to use when logging into MSN | 
					
						
							|  |  |  | password*: password for that user | 
					
						
							|  |  |  | nickname*: nickname for the bot | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * required | 
					
						
							|  |  |  | default values are in (parenthesis) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Example | 
					
						
							|  |  |  | ======= | 
					
						
							|  |  |  | addPlugin('msn', array( | 
					
						
							|  |  |  |     'user' => '...', | 
					
						
							|  |  |  |     'password' => '...', | 
					
						
							|  |  |  |     'nickname' => '...' | 
					
						
							|  |  |  | )); |