From 1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 22 Aug 2006 21:26:06 +0000 Subject: some updates. Also adjusted the utf tools and normalizer more to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@6312 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_jabber.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'phpBB/includes/functions_jabber.php') diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php index d98293dd0f..96d2e686e4 100644 --- a/phpBB/includes/functions_jabber.php +++ b/phpBB/includes/functions_jabber.php @@ -627,7 +627,7 @@ class jabber /** * Send auth - * @access: private + * @access private */ function _sendauth_ok($zerok_token, $zerok_sequence) { @@ -655,7 +655,7 @@ class jabber /** * Send auth digest - * @access: private + * @access private */ function _sendauth_digest() { @@ -671,7 +671,7 @@ class jabber /** * Send auth plain - * @access: private + * @access private */ function _sendauth_plaintext() { @@ -687,7 +687,7 @@ class jabber /** * Listen on socket - * @access: private + * @access private */ function _listen_incoming() { @@ -704,7 +704,7 @@ class jabber /** * Check if connected - * @access: private + * @access private */ function _check_connected() { @@ -733,7 +733,7 @@ class jabber /** * Split incoming packet - * @access: private + * @access private */ function _split_incoming($incoming) { @@ -750,7 +750,7 @@ class jabber /** * Get packet type - * @access: private + * @access private */ function _get_packet_type($packet = NULL) { @@ -765,7 +765,7 @@ class jabber /** * Recursively prepares the strings in an array to be used in XML data. - * @access: private + * @access private */ function _array_xmlspecialchars(&$array) { @@ -787,7 +787,7 @@ class jabber /** * Prepares a string for usage in XML data. - * @access: private + * @access private */ function _xmlspecialchars(&$string) { @@ -797,7 +797,7 @@ class jabber /** * Recursively converts all elements in an array to UTF-8 from the encoding stored in {@link encoding the encoding attribute}. - * @access: private + * @access private */ function _array_conv_utf8(&$array) { @@ -830,7 +830,7 @@ class jabber * * @return boolean True on success, false on failure. * - * @access: private + * @access private */ function _conv_utf8(&$string) { -- cgit v1.2.1