forked from GNUsocial/gnu-social
		
	Use addPlugin! (esp. XMPP folks should do this)
If you're using XMPP by setting $config['xmpp'][*] then you should do:
    addPlugin('Xmpp', $config['xmpp']);
because setting it directly in $config[''] won't do anything.
Also, default resource for XMPP is now 'gnusocial'. If you want something
more random, set it in your addPlugin config array.
			
			
This commit is contained in:
		@@ -172,17 +172,6 @@ $default =
 | 
			
		||||
        array('enabled' => false, // whether to throttle edits; false by default
 | 
			
		||||
              'count' => 20, // number of allowed messages in timespan
 | 
			
		||||
              'timespan' => 600), // timespan for throttling
 | 
			
		||||
        'xmpp' =>
 | 
			
		||||
        array('enabled' => false,
 | 
			
		||||
              'server' => 'INVALID SERVER',
 | 
			
		||||
              'port' => 5222,
 | 
			
		||||
              'user' => 'update',
 | 
			
		||||
              'encryption' => true,
 | 
			
		||||
              'resource' => 'uniquename',
 | 
			
		||||
              'password' => 'blahblahblah',
 | 
			
		||||
              'host' => null, # only set if != server
 | 
			
		||||
              'debug' => false, # print extra debug info
 | 
			
		||||
              'public' => array()), # JIDs of users who want to receive the public stream
 | 
			
		||||
        'invite' =>
 | 
			
		||||
        array('enabled' => true),
 | 
			
		||||
        'tag' =>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user