aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_jabber.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-08-22 21:26:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-08-22 21:26:06 +0000
commit1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8 (patch)
treea5788f8c1db67b7ea6cfb870b1400e28df15ee3a /phpBB/includes/functions_jabber.php
parentb0afc8e6320598734ae20e664be9f840ca501f91 (diff)
downloadforums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.gz
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.bz2
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.xz
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.zip
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
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r--phpBB/includes/functions_jabber.php22
1 files changed, 11 insertions, 11 deletions
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)
{