forked from GNUsocial/gnu-social
		
	add handle_session()
darcs-hash:20080714124733-84dde-a931815975c1e98cc6b8a5d4ebfabb7554d64402.gz
This commit is contained in:
		@@ -99,6 +99,11 @@ class XMPPDaemon {
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	function handle_session($pl) {
 | 
			
		||||
		# XXX what to do here?
 | 
			
		||||
		return true;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	function get_user($from) {
 | 
			
		||||
		$user = User::staticGet('jabber', jabber_normalize_jid($from));
 | 
			
		||||
		return $user;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user