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