mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 15:31:28 +01:00
2238 lines
87 KiB
HTML
2238 lines
87 KiB
HTML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Docs For Class Jabber</title>
|
|
<link rel="stylesheet" href="../media/stylesheet.css" />
|
|
<script src="../media/lib/classTree.js"></script>
|
|
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../media/lib/tab.webfx.css" />
|
|
<script type="text/javascript" src="../media/lib/tabpane.js"></script>
|
|
<script language="javascript" type="text/javascript" src="../media/lib/ua.js"></script>
|
|
<script language="javascript" type="text/javascript">
|
|
var imgPlus = new Image();
|
|
var imgMinus = new Image();
|
|
imgPlus.src = "../media/images/plus.gif";
|
|
imgMinus.src = "../media/images/minus.gif";
|
|
|
|
function showNode(Node){
|
|
switch(navigator.family){
|
|
case 'nn4':
|
|
// Nav 4.x code fork...
|
|
var oTable = document.layers["span" + Node];
|
|
var oImg = document.layers["img" + Node];
|
|
break;
|
|
case 'ie4':
|
|
// IE 4/5 code fork...
|
|
var oTable = document.all["span" + Node];
|
|
var oImg = document.all["img" + Node];
|
|
break;
|
|
case 'gecko':
|
|
// Standards Compliant code fork...
|
|
var oTable = document.getElementById("span" + Node);
|
|
var oImg = document.getElementById("img" + Node);
|
|
break;
|
|
}
|
|
oImg.src = imgMinus.src;
|
|
oTable.style.display = "block";
|
|
}
|
|
|
|
function hideNode(Node){
|
|
switch(navigator.family){
|
|
case 'nn4':
|
|
// Nav 4.x code fork...
|
|
var oTable = document.layers["span" + Node];
|
|
var oImg = document.layers["img" + Node];
|
|
break;
|
|
case 'ie4':
|
|
// IE 4/5 code fork...
|
|
var oTable = document.all["span" + Node];
|
|
var oImg = document.all["img" + Node];
|
|
break;
|
|
case 'gecko':
|
|
// Standards Compliant code fork...
|
|
var oTable = document.getElementById("span" + Node);
|
|
var oImg = document.getElementById("img" + Node);
|
|
break;
|
|
}
|
|
oImg.src = imgPlus.src;
|
|
oTable.style.display = "none";
|
|
}
|
|
|
|
function nodeIsVisible(Node){
|
|
switch(navigator.family){
|
|
case 'nn4':
|
|
// Nav 4.x code fork...
|
|
var oTable = document.layers["span" + Node];
|
|
break;
|
|
case 'ie4':
|
|
// IE 4/5 code fork...
|
|
var oTable = document.all["span" + Node];
|
|
break;
|
|
case 'gecko':
|
|
// Standards Compliant code fork...
|
|
var oTable = document.getElementById("span" + Node);
|
|
break;
|
|
}
|
|
return (oTable && oTable.style.display == "block");
|
|
}
|
|
|
|
function toggleNodeVisibility(Node){
|
|
if (nodeIsVisible(Node)){
|
|
hideNode(Node);
|
|
}else{
|
|
showNode(Node);
|
|
}
|
|
}
|
|
</script>
|
|
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
|
|
<body bgcolor="#ffffff" ><!-- Start of Class Data -->
|
|
<h2>
|
|
Class Jabber
|
|
</h2> (line <span class="linenumber">88</span>)
|
|
<div class="tab-pane" id="tabPane1">
|
|
<script type="text/javascript">
|
|
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ));
|
|
</script>
|
|
|
|
<div class="tab-page" id="Description">
|
|
<h2 class="tab">Description</h2>
|
|
<pre>
|
|
</pre>
|
|
<p>
|
|
<b><i>Located in File: <a href="_jabber_class_jabber_php.html">/jabber/class.jabber.php</a></i></b><br>
|
|
</p>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<h5>*************************************************************************</h5>
|
|
<div class="desc"><p>*************************************************************************</p></div>
|
|
<ul>
|
|
</ul>
|
|
<br /><hr />
|
|
<span class="type">Classes extended from Jabber:</span>
|
|
<dl>
|
|
<dt><a href="../default/MakeXML.html">MakeXML</a></dt>
|
|
<dd>*************************************************************************</dd>
|
|
</dl>
|
|
</p>
|
|
</div>
|
|
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
|
|
<div class="tab-page" id="tabPage1">
|
|
<h2 class="tab">Class Variables</h2>
|
|
<!-- ============ VARIABLE DETAIL =========== -->
|
|
<strong>Summary:</strong><br />
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$connected" title="details" class="property"><strong>$connected</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$connection" title="details" class="property"><strong>$connection</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$CONNECTOR" title="details" class="property"><strong>$CONNECTOR</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$delay_disconnect" title="details" class="property"><strong>$delay_disconnect</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$enable_logging" title="details" class="property"><strong>$enable_logging</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$error_codes" title="details" class="property"><strong>$error_codes</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$iq_sleep_timer" title="details" class="property"><strong>$iq_sleep_timer</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$iq_version_name" title="details" class="property"><strong>$iq_version_name</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$iq_version_os" title="details" class="property"><strong>$iq_version_os</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$iq_version_version" title="details" class="property"><strong>$iq_version_version</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$jid" title="details" class="property"><strong>$jid</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$keep_alive_id" title="details" class="property"><strong>$keep_alive_id</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$last_ping_time" title="details" class="property"><strong>$last_ping_time</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$log_array" title="details" class="property"><strong>$log_array</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$log_filehandler" title="details" class="property"><strong>$log_filehandler</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$log_filename" title="details" class="property"><strong>$log_filename</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$packet_queue" title="details" class="property"><strong>$packet_queue</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$password" title="details" class="property"><strong>$password</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$port" title="details" class="property"><strong>$port</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$resource" title="details" class="property"><strong>$resource</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$returned_keep_alive" title="details" class="property"><strong>$returned_keep_alive</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$roster" title="details" class="property"><strong>$roster</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$server" title="details" class="property"><strong>$server</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$stream_id" title="details" class="property"><strong>$stream_id</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$subscription_queue" title="details" class="property"><strong>$subscription_queue</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$txnid" title="details" class="property"><strong>$txnid</strong></a>
|
|
</div>
|
|
<div class="var-title">
|
|
<span class="var-type">mixed</span>
|
|
<a href="#var$username" title="details" class="property"><strong>$username</strong></a>
|
|
</div>
|
|
<hr />
|
|
<a name="var$connected" id="var$connected"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$connected</strong> (line <span class="linenumber">120</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$connection" id="var$connection"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$connection</strong> (line <span class="linenumber">97</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$CONNECTOR" id="var$CONNECTOR"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$CONNECTOR</strong> (line <span class="linenumber">125</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$delay_disconnect" id="var$delay_disconnect"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$delay_disconnect</strong> (line <span class="linenumber">98</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$enable_logging" id="var$enable_logging"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$enable_logging</strong> (line <span class="linenumber">103</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$error_codes" id="var$error_codes"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$error_codes</strong> (line <span class="linenumber">118</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$iq_sleep_timer" id="var$iq_sleep_timer"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$iq_sleep_timer</strong> (line <span class="linenumber">108</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$iq_version_name" id="var$iq_version_name"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$iq_version_name</strong> (line <span class="linenumber">114</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$iq_version_os" id="var$iq_version_os"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$iq_version_os</strong> (line <span class="linenumber">115</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$iq_version_version" id="var$iq_version_version"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$iq_version_version</strong> (line <span class="linenumber">116</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$jid" id="var$jid"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$jid</strong> (line <span class="linenumber">95</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$keep_alive_id" id="var$keep_alive_id"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$keep_alive_id</strong> (line <span class="linenumber">121</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$last_ping_time" id="var$last_ping_time"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$last_ping_time</strong> (line <span class="linenumber">109</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$log_array" id="var$log_array"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$log_array</strong> (line <span class="linenumber">104</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$log_filehandler" id="var$log_filehandler"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$log_filehandler</strong> (line <span class="linenumber">106</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$log_filename" id="var$log_filename"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$log_filename</strong> (line <span class="linenumber">105</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$packet_queue" id="var$packet_queue"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$packet_queue</strong> (line <span class="linenumber">111</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$password" id="var$password"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$password</strong> (line <span class="linenumber">93</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$port" id="var$port"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$port</strong> (line <span class="linenumber">91</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$resource" id="var$resource"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$resource</strong> (line <span class="linenumber">94</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$returned_keep_alive" id="var$returned_keep_alive"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$returned_keep_alive</strong> (line <span class="linenumber">122</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$roster" id="var$roster"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$roster</strong> (line <span class="linenumber">101</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$server" id="var$server"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$server</strong> (line <span class="linenumber">90</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$stream_id" id="var$stream_id"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$stream_id</strong> (line <span class="linenumber">100</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$subscription_queue" id="var$subscription_queue"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$subscription_queue</strong> (line <span class="linenumber">112</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$txnid" id="var$txnid"><!-- --></A>
|
|
<div style="background='#ffffff'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$txnid</strong> (line <span class="linenumber">123</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="var$username" id="var$username"><!-- --></A>
|
|
<div style="background='#eeeeee'">
|
|
<h4>
|
|
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$username</strong> (line <span class="linenumber">92</span>)
|
|
</h4>
|
|
<h4>Data type : mixed</h4>
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
|
|
</div>
|
|
<div class="tab-page" id="tabPage2">
|
|
<h2 class="tab">Method Detail</h2>
|
|
<!-- ============ METHOD DETAIL =========== -->
|
|
<strong>Summary:</strong><br />
|
|
<div class="method-summary">
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">Jabber</span>
|
|
<a href="#methodJabber" title="details" class="method-name">Jabber</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodAccountRegistration" title="details" class="method-name">AccountRegistration</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$reg_email</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$reg_name</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodAddToLog" title="details" class="method-name">AddToLog</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$string</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodCallHandler" title="details" class="method-name">CallHandler</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodConnect" title="details" class="method-name">Connect</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodCruiseControl" title="details" class="method-name">CruiseControl</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$seconds</span> = <span class="var-default">-1</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodDisconnect" title="details" class="method-name">Disconnect</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetFirstFromQueue" title="details" class="method-name">GetFirstFromQueue</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetFromQueueById" title="details" class="method-name">GetFromQueueById</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet_type</span>, <span class="var-type">mixed</span> <span class="var-name">$id</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromIqError" title="details" class="method-name">GetInfoFromIqError</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromIqFrom" title="details" class="method-name">GetInfoFromIqFrom</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromIqId" title="details" class="method-name">GetInfoFromIqId</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromIqKey" title="details" class="method-name">GetInfoFromIqKey</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromIqType" title="details" class="method-name">GetInfoFromIqType</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageBody" title="details" class="method-name">GetInfoFromMessageBody</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageError" title="details" class="method-name">GetInfoFromMessageError</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageFrom" title="details" class="method-name">GetInfoFromMessageFrom</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageId" title="details" class="method-name">GetInfoFromMessageId</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageSubject" title="details" class="method-name">GetInfoFromMessageSubject</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageThread" title="details" class="method-name">GetInfoFromMessageThread</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromMessageType" title="details" class="method-name">GetInfoFromMessageType</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromPresenceFrom" title="details" class="method-name">GetInfoFromPresenceFrom</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromPresencePriority" title="details" class="method-name">GetInfoFromPresencePriority</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromPresenceShow" title="details" class="method-name">GetInfoFromPresenceShow</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromPresenceStatus" title="details" class="method-name">GetInfoFromPresenceStatus</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetInfoFromPresenceType" title="details" class="method-name">GetInfoFromPresenceType</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodGetvCard" title="details" class="method-name">GetvCard</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$jid</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_" title="details" class="method-name">Handler_iq_</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_agent" title="details" class="method-name">Handler_iq_jabber_iq_agent</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_agents" title="details" class="method-name">Handler_iq_jabber_iq_agents</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_auth" title="details" class="method-name">Handler_iq_jabber_iq_auth</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_autoupdate" title="details" class="method-name">Handler_iq_jabber_iq_autoupdate</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_oob" title="details" class="method-name">Handler_iq_jabber_iq_oob</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_private" title="details" class="method-name">Handler_iq_jabber_iq_private</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_register" title="details" class="method-name">Handler_iq_jabber_iq_register</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_roster" title="details" class="method-name">Handler_iq_jabber_iq_roster</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_search" title="details" class="method-name">Handler_iq_jabber_iq_search</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_time" title="details" class="method-name">Handler_iq_jabber_iq_time</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_iq_jabber_iq_version" title="details" class="method-name">Handler_iq_jabber_iq_version</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_message_chat" title="details" class="method-name">Handler_message_chat</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_message_error" title="details" class="method-name">Handler_message_error</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_message_groupchat" title="details" class="method-name">Handler_message_groupchat</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_message_headline" title="details" class="method-name">Handler_message_headline</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_message_normal" title="details" class="method-name">Handler_message_normal</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_NOT_IMPLEMENTED" title="details" class="method-name">Handler_NOT_IMPLEMENTED</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_available" title="details" class="method-name">Handler_presence_available</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_error" title="details" class="method-name">Handler_presence_error</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_subscribe" title="details" class="method-name">Handler_presence_subscribe</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_subscribed" title="details" class="method-name">Handler_presence_subscribed</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_unavailable" title="details" class="method-name">Handler_presence_unavailable</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_unsubscribe" title="details" class="method-name">Handler_presence_unsubscribe</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodHandler_presence_unsubscribed" title="details" class="method-name">Handler_presence_unsubscribed</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$packet</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodListen" title="details" class="method-name">Listen</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodPrintLog" title="details" class="method-name">PrintLog</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodRosterAddUser" title="details" class="method-name">RosterAddUser</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$jid</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$name</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodRosterExistsJID" title="details" class="method-name">RosterExistsJID</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$jid</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodRosterRemoveUser" title="details" class="method-name">RosterRemoveUser</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$jid</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodRosterUpdate" title="details" class="method-name">RosterUpdate</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendAuth" title="details" class="method-name">SendAuth</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendError" title="details" class="method-name">SendError</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$to</span>, [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>], <span class="var-type">mixed</span> <span class="var-name">$error_number</span>, [<span class="var-type">mixed</span> <span class="var-name">$error_message</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendIq" title="details" class="method-name">SendIq</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$type</span> = <span class="var-default">'get'</span>], [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$xmlns</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$payload</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$from</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendMessage" title="details" class="method-name">SendMessage</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$to</span>, [<span class="var-type">mixed</span> <span class="var-name">$type</span> = <span class="var-default">"normal"</span>], [<span class="var-type">mixed</span> <span class="var-name">$id</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$content</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$payload</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendPacket" title="details" class="method-name">SendPacket</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$xml</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSendPresence" title="details" class="method-name">SendPresence</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$type</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$status</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$show</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span> <span class="var-name">$priority</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodStripJID" title="details" class="method-name">StripJID</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$jid</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSubscribe" title="details" class="method-name">Subscribe</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSubscriptionAcceptRequest" title="details" class="method-name">SubscriptionAcceptRequest</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodSubscriptionDenyRequest" title="details" class="method-name">SubscriptionDenyRequest</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodTransportRegistration" title="details" class="method-name">TransportRegistration</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$transport</span>, <span class="var-type">mixed</span> <span class="var-name">$details</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodTransportRegistrationDetails" title="details" class="method-name">TransportRegistrationDetails</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$transport</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodTraverseXMLize" title="details" class="method-name">TraverseXMLize</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$array</span>, [<span class="var-type">mixed</span> <span class="var-name">$arrName</span> = <span class="var-default">"array"</span>], <span class="var-type">mixed</span> <span class="var-name">$level</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodUnsubscribe" title="details" class="method-name">Unsubscribe</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$to</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#methodxmlize" title="details" class="method-name">xmlize</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$data</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_array_htmlspecialchars" title="details" class="method-name">_array_htmlspecialchars</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$array</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_check_connected" title="details" class="method-name">_check_connected</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_close_logfile" title="details" class="method-name">_close_logfile</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_create_logfile" title="details" class="method-name">_create_logfile</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_get_packet_type" title="details" class="method-name">_get_packet_type</a>
|
|
([<span class="var-type">mixed</span> <span class="var-name">$packet</span> = <span class="var-default">NULL</span>])
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_listen_incoming" title="details" class="method-name">_listen_incoming</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_sendauth_0k" title="details" class="method-name">_sendauth_0k</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$zerok_token</span>, <span class="var-type">mixed</span> <span class="var-name">$zerok_sequence</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_sendauth_digest" title="details" class="method-name">_sendauth_digest</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_sendauth_plaintext" title="details" class="method-name">_sendauth_plaintext</a>
|
|
()
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_split_incoming" title="details" class="method-name">_split_incoming</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$incoming</span>)
|
|
</div>
|
|
|
|
<div class="method-definition">
|
|
<span class="method-result">void</span>
|
|
<a href="#method_xml_depth" title="details" class="method-name">_xml_depth</a>
|
|
(<span class="var-type">mixed</span> <span class="var-name">$vals</span>, <span class="var-type">mixed</span> <span class="var-name">&$i</span>)
|
|
</div>
|
|
</div>
|
|
<hr />
|
|
<A NAME='method_detail'></A>
|
|
|
|
|
|
<a name="methodJabber" id="methodJabber"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/Constructor.gif" border="0" /> <strong class="method">Constructor Jabber</strong> (line <span class="linenumber">129</span>)
|
|
</h4>
|
|
<h4><i>Jabber</i> <strong>Jabber(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodAccountRegistration" id="methodAccountRegistration"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method AccountRegistration</strong> (line <span class="linenumber">279</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>AccountRegistration(
|
|
[mixed
|
|
$reg_email = NULL], [mixed
|
|
$reg_name = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodAddToLog" id="methodAddToLog"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method AddToLog</strong> (line <span class="linenumber">1096</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>AddToLog(
|
|
mixed
|
|
$string)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodCallHandler" id="methodCallHandler"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method CallHandler</strong> (line <span class="linenumber">644</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>CallHandler(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodConnect" id="methodConnect"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Connect</strong> (line <span class="linenumber">178</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Connect(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodCruiseControl" id="methodCruiseControl"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method CruiseControl</strong> (line <span class="linenumber">688</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>CruiseControl(
|
|
[mixed
|
|
$seconds = -1])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodDisconnect" id="methodDisconnect"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Disconnect</strong> (line <span class="linenumber">211</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Disconnect(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetFirstFromQueue" id="methodGetFirstFromQueue"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetFirstFromQueue</strong> (line <span class="linenumber">617</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetFirstFromQueue(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetFromQueueById" id="methodGetFromQueueById"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetFromQueueById</strong> (line <span class="linenumber">624</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetFromQueueById(
|
|
mixed
|
|
$packet_type, mixed
|
|
$id)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromIqError" id="methodGetInfoFromIqError"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromIqError</strong> (line <span class="linenumber">1238</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromIqError(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromIqFrom" id="methodGetInfoFromIqFrom"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromIqFrom</strong> (line <span class="linenumber">1210</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromIqFrom(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromIqId" id="methodGetInfoFromIqId"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromIqId</strong> (line <span class="linenumber">1224</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromIqId(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromIqKey" id="methodGetInfoFromIqKey"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromIqKey</strong> (line <span class="linenumber">1231</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromIqKey(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromIqType" id="methodGetInfoFromIqType"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromIqType</strong> (line <span class="linenumber">1217</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromIqType(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageBody" id="methodGetInfoFromMessageBody"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageBody</strong> (line <span class="linenumber">1189</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageBody(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageError" id="methodGetInfoFromMessageError"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageError</strong> (line <span class="linenumber">1196</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageError(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageFrom" id="methodGetInfoFromMessageFrom"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageFrom</strong> (line <span class="linenumber">1154</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageFrom(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageId" id="methodGetInfoFromMessageId"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageId</strong> (line <span class="linenumber">1168</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageId(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageSubject" id="methodGetInfoFromMessageSubject"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageSubject</strong> (line <span class="linenumber">1182</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageSubject(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageThread" id="methodGetInfoFromMessageThread"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageThread</strong> (line <span class="linenumber">1175</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageThread(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromMessageType" id="methodGetInfoFromMessageType"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromMessageType</strong> (line <span class="linenumber">1161</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromMessageType(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromPresenceFrom" id="methodGetInfoFromPresenceFrom"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromPresenceFrom</strong> (line <span class="linenumber">1252</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromPresenceFrom(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromPresencePriority" id="methodGetInfoFromPresencePriority"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromPresencePriority</strong> (line <span class="linenumber">1280</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromPresencePriority(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromPresenceShow" id="methodGetInfoFromPresenceShow"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromPresenceShow</strong> (line <span class="linenumber">1273</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromPresenceShow(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromPresenceStatus" id="methodGetInfoFromPresenceStatus"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromPresenceStatus</strong> (line <span class="linenumber">1266</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromPresenceStatus(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetInfoFromPresenceType" id="methodGetInfoFromPresenceType"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetInfoFromPresenceType</strong> (line <span class="linenumber">1259</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetInfoFromPresenceType(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodGetvCard" id="methodGetvCard"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method GetvCard</strong> (line <span class="linenumber">873</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>GetvCard(
|
|
[mixed
|
|
$jid = NULL], [mixed
|
|
$id = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_" id="methodHandler_iq_"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_</strong> (line <span class="linenumber">1490</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_agent" id="methodHandler_iq_jabber_iq_agent"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_agent</strong> (line <span class="linenumber">1352</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_agent(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_agents" id="methodHandler_iq_jabber_iq_agents"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_agents</strong> (line <span class="linenumber">1364</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_agents(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_auth" id="methodHandler_iq_jabber_iq_auth"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_auth</strong> (line <span class="linenumber">1376</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_auth(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_autoupdate" id="methodHandler_iq_jabber_iq_autoupdate"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_autoupdate</strong> (line <span class="linenumber">1340</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_autoupdate(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_oob" id="methodHandler_iq_jabber_iq_oob"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_oob</strong> (line <span class="linenumber">1388</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_oob(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_private" id="methodHandler_iq_jabber_iq_private"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_private</strong> (line <span class="linenumber">1400</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_private(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_register" id="methodHandler_iq_jabber_iq_register"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_register</strong> (line <span class="linenumber">1412</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_register(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_roster" id="methodHandler_iq_jabber_iq_roster"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_roster</strong> (line <span class="linenumber">1424</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_roster(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_search" id="methodHandler_iq_jabber_iq_search"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_search</strong> (line <span class="linenumber">1436</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_search(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_time" id="methodHandler_iq_jabber_iq_time"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_time</strong> (line <span class="linenumber">1448</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_time(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_iq_jabber_iq_version" id="methodHandler_iq_jabber_iq_version"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_iq_jabber_iq_version</strong> (line <span class="linenumber">1468</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_iq_jabber_iq_version(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_message_chat" id="methodHandler_message_chat"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_message_chat</strong> (line <span class="linenumber">1301</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_message_chat(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_message_error" id="methodHandler_message_error"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_message_error</strong> (line <span class="linenumber">1325</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_message_error(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_message_groupchat" id="methodHandler_message_groupchat"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_message_groupchat</strong> (line <span class="linenumber">1309</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_message_groupchat(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_message_headline" id="methodHandler_message_headline"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_message_headline</strong> (line <span class="linenumber">1317</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_message_headline(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_message_normal" id="methodHandler_message_normal"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_message_normal</strong> (line <span class="linenumber">1293</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_message_normal(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_NOT_IMPLEMENTED" id="methodHandler_NOT_IMPLEMENTED"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_NOT_IMPLEMENTED</strong> (line <span class="linenumber">1589</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_NOT_IMPLEMENTED(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_available" id="methodHandler_presence_available"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_available</strong> (line <span class="linenumber">1507</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_available(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_error" id="methodHandler_presence_error"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_error</strong> (line <span class="linenumber">1574</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_error(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_subscribe" id="methodHandler_presence_subscribe"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_subscribe</strong> (line <span class="linenumber">1531</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_subscribe(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_subscribed" id="methodHandler_presence_subscribed"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_subscribed</strong> (line <span class="linenumber">1542</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_subscribed(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_unavailable" id="methodHandler_presence_unavailable"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_unavailable</strong> (line <span class="linenumber">1519</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_unavailable(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_unsubscribe" id="methodHandler_presence_unsubscribe"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_unsubscribe</strong> (line <span class="linenumber">1552</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_unsubscribe(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodHandler_presence_unsubscribed" id="methodHandler_presence_unsubscribed"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Handler_presence_unsubscribed</strong> (line <span class="linenumber">1563</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Handler_presence_unsubscribed(
|
|
mixed
|
|
$packet)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodListen" id="methodListen"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Listen</strong> (line <span class="linenumber">360</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Listen(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodPrintLog" id="methodPrintLog"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method PrintLog</strong> (line <span class="linenumber">901</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>PrintLog(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodRosterAddUser" id="methodRosterAddUser"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method RosterAddUser</strong> (line <span class="linenumber">528</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>RosterAddUser(
|
|
[mixed
|
|
$jid = NULL], [mixed
|
|
$id = NULL], [mixed
|
|
$name = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodRosterExistsJID" id="methodRosterExistsJID"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method RosterExistsJID</strong> (line <span class="linenumber">588</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>RosterExistsJID(
|
|
[mixed
|
|
$jid = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodRosterRemoveUser" id="methodRosterRemoveUser"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method RosterRemoveUser</strong> (line <span class="linenumber">560</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>RosterRemoveUser(
|
|
[mixed
|
|
$jid = NULL], [mixed
|
|
$id = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodRosterUpdate" id="methodRosterUpdate"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method RosterUpdate</strong> (line <span class="linenumber">487</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>RosterUpdate(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendAuth" id="methodSendAuth"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendAuth</strong> (line <span class="linenumber">227</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendAuth(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendError" id="methodSendError"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendError</strong> (line <span class="linenumber">472</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendError(
|
|
mixed
|
|
$to, [mixed
|
|
$id = NULL], mixed
|
|
$error_number, [mixed
|
|
$error_message = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendIq" id="methodSendIq"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendIq</strong> (line <span class="linenumber">759</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendIq(
|
|
[mixed
|
|
$to = NULL], [mixed
|
|
$type = 'get'], [mixed
|
|
$id = NULL], [mixed
|
|
$xmlns = NULL], [mixed
|
|
$payload = NULL], [mixed
|
|
$from = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendMessage" id="methodSendMessage"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendMessage</strong> (line <span class="linenumber">399</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendMessage(
|
|
mixed
|
|
$to, [mixed
|
|
$type = "normal"], [mixed
|
|
$id = NULL], [mixed
|
|
$content = NULL], [mixed
|
|
$payload = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendPacket" id="methodSendPacket"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendPacket</strong> (line <span class="linenumber">342</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendPacket(
|
|
mixed
|
|
$xml)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSendPresence" id="methodSendPresence"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SendPresence</strong> (line <span class="linenumber">446</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SendPresence(
|
|
[mixed
|
|
$type = NULL], [mixed
|
|
$to = NULL], [mixed
|
|
$status = NULL], [mixed
|
|
$show = NULL], [mixed
|
|
$priority = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodStripJID" id="methodStripJID"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method StripJID</strong> (line <span class="linenumber">391</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>StripJID(
|
|
[mixed
|
|
$jid = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSubscribe" id="methodSubscribe"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Subscribe</strong> (line <span class="linenumber">745</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Subscribe(
|
|
[mixed
|
|
$to = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSubscriptionAcceptRequest" id="methodSubscriptionAcceptRequest"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SubscriptionAcceptRequest</strong> (line <span class="linenumber">731</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SubscriptionAcceptRequest(
|
|
[mixed
|
|
$to = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodSubscriptionDenyRequest" id="methodSubscriptionDenyRequest"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method SubscriptionDenyRequest</strong> (line <span class="linenumber">738</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>SubscriptionDenyRequest(
|
|
[mixed
|
|
$to = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodTransportRegistration" id="methodTransportRegistration"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method TransportRegistration</strong> (line <span class="linenumber">825</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>TransportRegistration(
|
|
mixed
|
|
$transport, mixed
|
|
$details)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodTransportRegistrationDetails" id="methodTransportRegistrationDetails"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method TransportRegistrationDetails</strong> (line <span class="linenumber">796</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>TransportRegistrationDetails(
|
|
mixed
|
|
$transport)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodTraverseXMLize" id="methodTraverseXMLize"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method TraverseXMLize</strong> (line <span class="linenumber">1689</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>TraverseXMLize(
|
|
mixed
|
|
$array, [mixed
|
|
$arrName = "array"], [mixed
|
|
$level = 0])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodUnsubscribe" id="methodUnsubscribe"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method Unsubscribe</strong> (line <span class="linenumber">752</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>Unsubscribe(
|
|
[mixed
|
|
$to = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="methodxmlize" id="methodxmlize"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method xmlize</strong> (line <span class="linenumber">1611</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>xmlize(
|
|
mixed
|
|
$data)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_array_htmlspecialchars" id="method_array_htmlspecialchars"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _array_htmlspecialchars</strong> (line <span class="linenumber">1126</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_array_htmlspecialchars(
|
|
mixed
|
|
$array)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_check_connected" id="method_check_connected"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _check_connected</strong> (line <span class="linenumber">1029</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_check_connected(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_close_logfile" id="method_close_logfile"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _close_logfile</strong> (line <span class="linenumber">1113</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_close_logfile(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_create_logfile" id="method_create_logfile"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _create_logfile</strong> (line <span class="linenumber">1086</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_create_logfile(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_get_packet_type" id="method_get_packet_type"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _get_packet_type</strong> (line <span class="linenumber">1058</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_get_packet_type(
|
|
[mixed
|
|
$packet = NULL])</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_listen_incoming" id="method_listen_incoming"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _listen_incoming</strong> (line <span class="linenumber">1008</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_listen_incoming(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_sendauth_0k" id="method_sendauth_0k"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _sendauth_0k</strong> (line <span class="linenumber">927</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_sendauth_0k(
|
|
mixed
|
|
$zerok_token, mixed
|
|
$zerok_sequence)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_sendauth_digest" id="method_sendauth_digest"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _sendauth_digest</strong> (line <span class="linenumber">964</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_sendauth_digest(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_sendauth_plaintext" id="method_sendauth_plaintext"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _sendauth_plaintext</strong> (line <span class="linenumber">986</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_sendauth_plaintext(
|
|
)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_split_incoming" id="method_split_incoming"><!-- --></a>
|
|
<div style="background='#ffffff'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _split_incoming</strong> (line <span class="linenumber">1071</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_split_incoming(
|
|
mixed
|
|
$incoming)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<a name="method_xml_depth" id="method_xml_depth"><!-- --></a>
|
|
<div style="background='#eeeeee'"><h4>
|
|
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _xml_depth</strong> (line <span class="linenumber">1634</span>)
|
|
</h4>
|
|
<h4><i>void</i> <strong>_xml_depth(
|
|
mixed
|
|
$vals, mixed
|
|
&$i)</strong></h4>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
|
|
<h4>Info</h4>
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script></div>
|
|
<div class="tab-page" id="iVars">
|
|
<h2 class="tab">Inherited Variables</h2>
|
|
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iVars" ) );</script>
|
|
<!-- =========== VAR INHERITED SUMMARY =========== -->
|
|
<A NAME='var_inherited_summary'><!-- --></A>
|
|
<h3>Inherited Class Variable Summary</h3>
|
|
|
|
</div>
|
|
<div class="tab-page" id="iMethods">
|
|
<h2 class="tab">Inherited Methods</h2>
|
|
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iMethods" ) );</script>
|
|
<!-- =========== INHERITED METHOD SUMMARY =========== -->
|
|
<A NAME='functions_inherited'><!-- --></A>
|
|
<h3>Inherited Method Summary</h3>
|
|
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
|
|
setupAllTabs();
|
|
|
|
//]]>
|
|
</script>
|
|
<div id="credit">
|
|
<hr />
|
|
Documentation generated on Mon, 21 Jun 2004 23:58:36 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.3</a>
|
|
</div>
|
|
</body>
|
|
</html> |