File: toc-everything.html

package info (click to toggle)
python-nbxmpp 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,252 kB
  • ctags: 10,247
  • sloc: python: 5,372; makefile: 5
file content (441 lines) | stat: -rw-r--r-- 49,774 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Everything</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<h1 class="toc">Everything</h1>
<hr />
  <h2 class="toc">All Classes</h2>
    <a target="mainFrame" href="nbxmpp.auth_nb.NonBlockingBind-class.html"
     >nbxmpp.auth_nb.NonBlockingBind</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb.NonBlockingNonSASL-class.html"
     >nbxmpp.auth_nb.NonBlockingNonSASL</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb.SASL-class.html"
     >nbxmpp.auth_nb.SASL</a><br />    <a target="mainFrame" href="nbxmpp.bosh.AckChecker-class.html"
     >nbxmpp.bosh.AckChecker</a><br />    <a target="mainFrame" href="nbxmpp.bosh.KeyStack-class.html"
     >nbxmpp.bosh.KeyStack</a><br />    <a target="mainFrame" href="nbxmpp.bosh.NonBlockingBOSH-class.html"
     >nbxmpp.bosh.NonBlockingBOSH</a><br />    <a target="mainFrame" href="nbxmpp.client_nb.NonBlockingClient-class.html"
     >nbxmpp.client_nb.NonBlockingClient</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb.BOSHDispatcher-class.html"
     >nbxmpp.dispatcher_nb.BOSHDispatcher</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb.Dispatcher-class.html"
     >nbxmpp.dispatcher_nb.Dispatcher</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb.XMPPDispatcher-class.html"
     >nbxmpp.dispatcher_nb.XMPPDispatcher</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue.GlibIdleQueue-class.html"
     >nbxmpp.idlequeue.GlibIdleQueue</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue.IdleCommand-class.html"
     >nbxmpp.idlequeue.IdleCommand</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue.IdleObject-class.html"
     >nbxmpp.idlequeue.IdleObject</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue.IdleQueue-class.html"
     >nbxmpp.idlequeue.IdleQueue</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue.SelectIdleQueue-class.html"
     >nbxmpp.idlequeue.SelectIdleQueue</a><br />    <a target="mainFrame" href="nbxmpp.plugin.PlugIn-class.html"
     >nbxmpp.plugin.PlugIn</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Acks-class.html"
     >nbxmpp.protocol.Acks</a><br />    <a target="mainFrame" href="nbxmpp.protocol.BOSHBody-class.html"
     >nbxmpp.protocol.BOSHBody</a><br />    <a target="mainFrame" href="nbxmpp.protocol.BadFormat-class.html"
     >nbxmpp.protocol.BadFormat</a><br />    <a target="mainFrame" href="nbxmpp.protocol.BadNamespacePrefix-class.html"
     >nbxmpp.protocol.BadNamespacePrefix</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Conflict-class.html"
     >nbxmpp.protocol.Conflict</a><br />    <a target="mainFrame" href="nbxmpp.protocol.ConnectionTimeout-class.html"
     >nbxmpp.protocol.ConnectionTimeout</a><br />    <a target="mainFrame" href="nbxmpp.protocol.DataField-class.html"
     >nbxmpp.protocol.DataField</a><br />    <a target="mainFrame" href="nbxmpp.protocol.DataForm-class.html"
     >nbxmpp.protocol.DataForm</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Error-class.html"
     >nbxmpp.protocol.Error</a><br />    <a target="mainFrame" href="nbxmpp.protocol.ErrorNode-class.html"
     >nbxmpp.protocol.ErrorNode</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Hashes-class.html"
     >nbxmpp.protocol.Hashes</a><br />    <a target="mainFrame" href="nbxmpp.protocol.HostGone-class.html"
     >nbxmpp.protocol.HostGone</a><br />    <a target="mainFrame" href="nbxmpp.protocol.HostUnknown-class.html"
     >nbxmpp.protocol.HostUnknown</a><br />    <a target="mainFrame" href="nbxmpp.protocol.ImproperAddressing-class.html"
     >nbxmpp.protocol.ImproperAddressing</a><br />    <a target="mainFrame" href="nbxmpp.protocol.InternalServerError-class.html"
     >nbxmpp.protocol.InternalServerError</a><br />    <a target="mainFrame" href="nbxmpp.protocol.InvalidFrom-class.html"
     >nbxmpp.protocol.InvalidFrom</a><br />    <a target="mainFrame" href="nbxmpp.protocol.InvalidID-class.html"
     >nbxmpp.protocol.InvalidID</a><br />    <a target="mainFrame" href="nbxmpp.protocol.InvalidNamespace-class.html"
     >nbxmpp.protocol.InvalidNamespace</a><br />    <a target="mainFrame" href="nbxmpp.protocol.InvalidXML-class.html"
     >nbxmpp.protocol.InvalidXML</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Iq-class.html"
     >nbxmpp.protocol.Iq</a><br />    <a target="mainFrame" href="nbxmpp.protocol.JID-class.html"
     >nbxmpp.protocol.JID</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Message-class.html"
     >nbxmpp.protocol.Message</a><br />    <a target="mainFrame" href="nbxmpp.protocol.NodeProcessed-class.html"
     >nbxmpp.protocol.NodeProcessed</a><br />    <a target="mainFrame" href="nbxmpp.protocol.NotAuthorized-class.html"
     >nbxmpp.protocol.NotAuthorized</a><br />    <a target="mainFrame" href="nbxmpp.protocol.PolicyViolation-class.html"
     >nbxmpp.protocol.PolicyViolation</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Presence-class.html"
     >nbxmpp.protocol.Presence</a><br />    <a target="mainFrame" href="nbxmpp.protocol.Protocol-class.html"
     >nbxmpp.protocol.Protocol</a><br />    <a target="mainFrame" href="nbxmpp.protocol.RemoteConnectionFailed-class.html"
     >nbxmpp.protocol.RemoteConnectionFailed</a><br />    <a target="mainFrame" href="nbxmpp.protocol.ResourceConstraint-class.html"
     >nbxmpp.protocol.ResourceConstraint</a><br />    <a target="mainFrame" href="nbxmpp.protocol.RestrictedXML-class.html"
     >nbxmpp.protocol.RestrictedXML</a><br />    <a target="mainFrame" href="nbxmpp.protocol.SeeOtherHost-class.html"
     >nbxmpp.protocol.SeeOtherHost</a><br />    <a target="mainFrame" href="nbxmpp.protocol.StreamError-class.html"
     >nbxmpp.protocol.StreamError</a><br />    <a target="mainFrame" href="nbxmpp.protocol.SystemShutdown-class.html"
     >nbxmpp.protocol.SystemShutdown</a><br />    <a target="mainFrame" href="nbxmpp.protocol.UndefinedCondition-class.html"
     >nbxmpp.protocol.UndefinedCondition</a><br />    <a target="mainFrame" href="nbxmpp.protocol.UnsupportedEncoding-class.html"
     >nbxmpp.protocol.UnsupportedEncoding</a><br />    <a target="mainFrame" href="nbxmpp.protocol.UnsupportedStanzaType-class.html"
     >nbxmpp.protocol.UnsupportedStanzaType</a><br />    <a target="mainFrame" href="nbxmpp.protocol.UnsupportedVersion-class.html"
     >nbxmpp.protocol.UnsupportedVersion</a><br />    <a target="mainFrame" href="nbxmpp.protocol.XMLNotWellFormed-class.html"
     >nbxmpp.protocol.XMLNotWellFormed</a><br />    <a target="mainFrame" href="nbxmpp.proxy_connectors.HTTPCONNECTConnector-class.html"
     >nbxmpp.proxy_connectors.HTTPCONNECTConnector</a><br />    <a target="mainFrame" href="nbxmpp.proxy_connectors.ProxyConnector-class.html"
     >nbxmpp.proxy_connectors.ProxyConnector</a><br />    <a target="mainFrame" href="nbxmpp.proxy_connectors.SOCKS5Connector-class.html"
     >nbxmpp.proxy_connectors.SOCKS5Connector</a><br />    <a target="mainFrame" href="nbxmpp.roster_nb.NonBlockingRoster-class.html"
     >nbxmpp.roster_nb.NonBlockingRoster</a><br />    <a target="mainFrame" href="nbxmpp.simplexml.NT-class.html"
     >nbxmpp.simplexml.NT</a><br />    <a target="mainFrame" href="nbxmpp.simplexml.Node-class.html"
     >nbxmpp.simplexml.Node</a><br />    <a target="mainFrame" href="nbxmpp.simplexml.NodeBuilder-class.html"
     >nbxmpp.simplexml.NodeBuilder</a><br />    <a target="mainFrame" href="nbxmpp.simplexml.T-class.html"
     >nbxmpp.simplexml.T</a><br />    <a target="mainFrame" href="nbxmpp.smacks.Smacks-class.html"
     >nbxmpp.smacks.Smacks</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.EmptyMappingTable-class.html"
     >nbxmpp.stringprepare.EmptyMappingTable</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.ILookupTable-class.html"
     >nbxmpp.stringprepare.ILookupTable</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.IMappingTable-class.html"
     >nbxmpp.stringprepare.IMappingTable</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.LookupTable-class.html"
     >nbxmpp.stringprepare.LookupTable</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.LookupTableFromFunction-class.html"
     >nbxmpp.stringprepare.LookupTableFromFunction</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.MappingTableFromFunction-class.html"
     >nbxmpp.stringprepare.MappingTableFromFunction</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.NamePrep-class.html"
     >nbxmpp.stringprepare.NamePrep</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare.Profile-class.html"
     >nbxmpp.stringprepare.Profile</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb.NonBlockingTLS-class.html"
     >nbxmpp.tls_nb.NonBlockingTLS</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb.PyOpenSSLWrapper-class.html"
     >nbxmpp.tls_nb.PyOpenSSLWrapper</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb.SSLWrapper-class.html"
     >nbxmpp.tls_nb.SSLWrapper</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb.SSLWrapper.Error-class.html"
     >nbxmpp.tls_nb.SSLWrapper.Error</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb.StdlibSSLWrapper-class.html"
     >nbxmpp.tls_nb.StdlibSSLWrapper</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb.NonBlockingHTTP-class.html"
     >nbxmpp.transports_nb.NonBlockingHTTP</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb.NonBlockingHTTPBOSH-class.html"
     >nbxmpp.transports_nb.NonBlockingHTTPBOSH</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb.NonBlockingTCP-class.html"
     >nbxmpp.transports_nb.NonBlockingTCP</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb.NonBlockingTransport-class.html"
     >nbxmpp.transports_nb.NonBlockingTransport</a><br />  <h2 class="toc">All Functions</h2>
    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#C"
     >nbxmpp.auth_nb.C</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#H"
     >nbxmpp.auth_nb.H</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#HH"
     >nbxmpp.auth_nb.HH</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#challenge_splitter"
     >nbxmpp.auth_nb.challenge_splitter</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#scram_parse"
     >nbxmpp.auth_nb.scram_parse</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#get_rand_number"
     >nbxmpp.bosh.get_rand_number</a><br />    <a target="mainFrame" href="nbxmpp.c14n-module.html#c14n"
     >nbxmpp.c14n.c14n</a><br />    <a target="mainFrame" href="nbxmpp.c14n-module.html#normalise_attr"
     >nbxmpp.c14n.normalise_attr</a><br />    <a target="mainFrame" href="nbxmpp.c14n-module.html#normalise_text"
     >nbxmpp.c14n.normalise_text</a><br />  <div class="private">
    <a target="mainFrame" href="nbxmpp.features_nb-module.html#_ReceivedRegInfo"
     >nbxmpp.features_nb._ReceivedRegInfo</a><br />  </div>
  <div class="private">
    <a target="mainFrame" href="nbxmpp.features_nb-module.html#_on_default_response"
     >nbxmpp.features_nb._on_default_response</a><br />  </div>
    <a target="mainFrame" href="nbxmpp.features_nb-module.html#changePasswordTo"
     >nbxmpp.features_nb.changePasswordTo</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#delPrivacyList"
     >nbxmpp.features_nb.delPrivacyList</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#getActiveAndDefaultPrivacyLists"
     >nbxmpp.features_nb.getActiveAndDefaultPrivacyLists</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#getPrivacyList"
     >nbxmpp.features_nb.getPrivacyList</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#getPrivacyLists"
     >nbxmpp.features_nb.getPrivacyLists</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#getRegInfo"
     >nbxmpp.features_nb.getRegInfo</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#register"
     >nbxmpp.features_nb.register</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#setActivePrivacyList"
     >nbxmpp.features_nb.setActivePrivacyList</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#setDefaultPrivacyList"
     >nbxmpp.features_nb.setDefaultPrivacyList</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#setPrivacyList"
     >nbxmpp.features_nb.setPrivacyList</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#unregister"
     >nbxmpp.features_nb.unregister</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#get_idlequeue"
     >nbxmpp.idlequeue.get_idlequeue</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ascii_upper"
     >nbxmpp.protocol.ascii_upper</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#isErrorNode"
     >nbxmpp.protocol.isErrorNode</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#isResultNode"
     >nbxmpp.protocol.isResultNode</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#BadXML2Node"
     >nbxmpp.simplexml.BadXML2Node</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#XML2Node"
     >nbxmpp.simplexml.XML2Node</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#XMLescape"
     >nbxmpp.simplexml.XMLescape</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#ustr"
     >nbxmpp.simplexml.ustr</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#gattr"
     >nbxmpp.tls_nb.gattr</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#get_proxy_data_from_dict"
     >nbxmpp.transports_nb.get_proxy_data_from_dict</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#urisplit"
     >nbxmpp.transports_nb.urisplit</a><br />  <h2 class="toc">All Variables</h2>
    <a target="mainFrame" href="nbxmpp-module.html#__package__"
     >nbxmpp.__package__</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#GSS_STATE_STEP"
     >nbxmpp.auth_nb.GSS_STATE_STEP</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#GSS_STATE_WRAP"
     >nbxmpp.auth_nb.GSS_STATE_WRAP</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#SASL_FAILURE"
     >nbxmpp.auth_nb.SASL_FAILURE</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#SASL_FAILURE_IN_PROGRESS"
     >nbxmpp.auth_nb.SASL_FAILURE_IN_PROGRESS</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#SASL_IN_PROCESS"
     >nbxmpp.auth_nb.SASL_IN_PROCESS</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#SASL_SUCCESS"
     >nbxmpp.auth_nb.SASL_SUCCESS</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#SASL_UNSUPPORTED"
     >nbxmpp.auth_nb.SASL_UNSUPPORTED</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#__package__"
     >nbxmpp.auth_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#have_kerberos"
     >nbxmpp.auth_nb.have_kerberos</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#kerberos"
     >nbxmpp.auth_nb.kerberos</a><br />    <a target="mainFrame" href="nbxmpp.auth_nb-module.html#log"
     >nbxmpp.auth_nb.log</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#FAKE_DESCRIPTOR"
     >nbxmpp.bosh.FAKE_DESCRIPTOR</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#KEY_COUNT"
     >nbxmpp.bosh.KEY_COUNT</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#__package__"
     >nbxmpp.bosh.__package__</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#bosh_errors"
     >nbxmpp.bosh.bosh_errors</a><br />    <a target="mainFrame" href="nbxmpp.bosh-module.html#log"
     >nbxmpp.bosh.log</a><br />    <a target="mainFrame" href="nbxmpp.c14n-module.html#__package__"
     >nbxmpp.c14n.__package__</a><br />    <a target="mainFrame" href="nbxmpp.client_nb-module.html#__package__"
     >nbxmpp.client_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.client_nb-module.html#log"
     >nbxmpp.client_nb.log</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb-module.html#DEFAULT_TIMEOUT_SECONDS"
     >nbxmpp.dispatcher_nb.DEFAULT_TIMEOUT_SECONDS</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb-module.html#XML_DECLARATION"
     >nbxmpp.dispatcher_nb.XML_DECLARATION</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb-module.html#__package__"
     >nbxmpp.dispatcher_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb-module.html#log"
     >nbxmpp.dispatcher_nb.log</a><br />    <a target="mainFrame" href="nbxmpp.dispatcher_nb-module.html#outgoingID"
     >nbxmpp.dispatcher_nb.outgoingID</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PL_ACT_ALLOW"
     >nbxmpp.features_nb.PL_ACT_ALLOW</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PL_ACT_DENY"
     >nbxmpp.features_nb.PL_ACT_DENY</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PL_TYPE_GROUP"
     >nbxmpp.features_nb.PL_TYPE_GROUP</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PL_TYPE_JID"
     >nbxmpp.features_nb.PL_TYPE_JID</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PL_TYPE_SUBC"
     >nbxmpp.features_nb.PL_TYPE_SUBC</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PRIVACY_LISTS_ACTIVE_DEFAULT"
     >nbxmpp.features_nb.PRIVACY_LISTS_ACTIVE_DEFAULT</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PRIVACY_LISTS_RECEIVED"
     >nbxmpp.features_nb.PRIVACY_LISTS_RECEIVED</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#PRIVACY_LIST_RECEIVED"
     >nbxmpp.features_nb.PRIVACY_LIST_RECEIVED</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#REGISTER_DATA_RECEIVED"
     >nbxmpp.features_nb.REGISTER_DATA_RECEIVED</a><br />    <a target="mainFrame" href="nbxmpp.features_nb-module.html#__package__"
     >nbxmpp.features_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#FLAG_CLOSE"
     >nbxmpp.idlequeue.FLAG_CLOSE</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#FLAG_READ"
     >nbxmpp.idlequeue.FLAG_READ</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#FLAG_READ_WRITE"
     >nbxmpp.idlequeue.FLAG_READ_WRITE</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#FLAG_WRITE"
     >nbxmpp.idlequeue.FLAG_WRITE</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#HAVE_GOBJECT"
     >nbxmpp.idlequeue.HAVE_GOBJECT</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#IS_CLOSED"
     >nbxmpp.idlequeue.IS_CLOSED</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#PENDING_READ"
     >nbxmpp.idlequeue.PENDING_READ</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#PENDING_WRITE"
     >nbxmpp.idlequeue.PENDING_WRITE</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#__package__"
     >nbxmpp.idlequeue.__package__</a><br />    <a target="mainFrame" href="nbxmpp.idlequeue-module.html#log"
     >nbxmpp.idlequeue.log</a><br />    <a target="mainFrame" href="nbxmpp.plugin-module.html#__package__"
     >nbxmpp.plugin.__package__</a><br />    <a target="mainFrame" href="nbxmpp.plugin-module.html#log"
     >nbxmpp.plugin.log</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERRORS"
     >nbxmpp.protocol.ERRORS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_BAD_REQUEST"
     >nbxmpp.protocol.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_CONFLICT"
     >nbxmpp.protocol.ERR_CONFLICT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >nbxmpp.protocol.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_FORBIDDEN"
     >nbxmpp.protocol.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_GONE"
     >nbxmpp.protocol.ERR_GONE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_INTERNAL_SERVER_ERROR"
     >nbxmpp.protocol.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_ITEM_NOT_FOUND"
     >nbxmpp.protocol.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_JID_MALFORMED"
     >nbxmpp.protocol.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_NOT_ACCEPTABLE"
     >nbxmpp.protocol.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_NOT_ALLOWED"
     >nbxmpp.protocol.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_NOT_AUTHORIZED"
     >nbxmpp.protocol.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_PAYMENT_REQUIRED"
     >nbxmpp.protocol.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >nbxmpp.protocol.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_REDIRECT"
     >nbxmpp.protocol.ERR_REDIRECT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_REGISTRATION_REQUIRED"
     >nbxmpp.protocol.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >nbxmpp.protocol.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >nbxmpp.protocol.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_RESOURCE_CONSTRAINT"
     >nbxmpp.protocol.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_SERVICE_UNAVAILABLE"
     >nbxmpp.protocol.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >nbxmpp.protocol.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_UNDEFINED_CONDITION"
     >nbxmpp.protocol.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#ERR_UNEXPECTED_REQUEST"
     >nbxmpp.protocol.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ACTIVITY"
     >nbxmpp.protocol.NS_ACTIVITY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ADDRESS"
     >nbxmpp.protocol.NS_ADDRESS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_AGENTS"
     >nbxmpp.protocol.NS_AGENTS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_AMP"
     >nbxmpp.protocol.NS_AMP</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_AMP_ERRORS"
     >nbxmpp.protocol.NS_AMP_ERRORS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ARCHIVE"
     >nbxmpp.protocol.NS_ARCHIVE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ARCHIVE_AUTO"
     >nbxmpp.protocol.NS_ARCHIVE_AUTO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ARCHIVE_MANAGE"
     >nbxmpp.protocol.NS_ARCHIVE_MANAGE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ARCHIVE_MANUAL"
     >nbxmpp.protocol.NS_ARCHIVE_MANUAL</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ARCHIVE_PREF"
     >nbxmpp.protocol.NS_ARCHIVE_PREF</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ATOM"
     >nbxmpp.protocol.NS_ATOM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ATTENTION"
     >nbxmpp.protocol.NS_ATTENTION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_AUTH"
     >nbxmpp.protocol.NS_AUTH</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_AVATAR"
     >nbxmpp.protocol.NS_AVATAR</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BIND"
     >nbxmpp.protocol.NS_BIND</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BLOCKING"
     >nbxmpp.protocol.NS_BLOCKING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BOB"
     >nbxmpp.protocol.NS_BOB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BOOKMARKS"
     >nbxmpp.protocol.NS_BOOKMARKS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BROWSE"
     >nbxmpp.protocol.NS_BROWSE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BROWSING"
     >nbxmpp.protocol.NS_BROWSING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_BYTESTREAM"
     >nbxmpp.protocol.NS_BYTESTREAM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CAPS"
     >nbxmpp.protocol.NS_CAPS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CAPTCHA"
     >nbxmpp.protocol.NS_CAPTCHA</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CARBONS"
     >nbxmpp.protocol.NS_CARBONS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CHATSTATES"
     >nbxmpp.protocol.NS_CHATSTATES</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CHATTING"
     >nbxmpp.protocol.NS_CHATTING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CLIENT"
     >nbxmpp.protocol.NS_CLIENT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_COMMANDS"
     >nbxmpp.protocol.NS_COMMANDS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_COMPONENT_1"
     >nbxmpp.protocol.NS_COMPONENT_1</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_COMPONENT_ACCEPT"
     >nbxmpp.protocol.NS_COMPONENT_ACCEPT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_COMPRESS"
     >nbxmpp.protocol.NS_COMPRESS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CONDITIONS"
     >nbxmpp.protocol.NS_CONDITIONS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CONFERENCE"
     >nbxmpp.protocol.NS_CONFERENCE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_CORRECT"
     >nbxmpp.protocol.NS_CORRECT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DATA"
     >nbxmpp.protocol.NS_DATA</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DATA_LAYOUT"
     >nbxmpp.protocol.NS_DATA_LAYOUT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DATA_MEDIA"
     >nbxmpp.protocol.NS_DATA_MEDIA</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DATA_VALIDATE"
     >nbxmpp.protocol.NS_DATA_VALIDATE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DELAY"
     >nbxmpp.protocol.NS_DELAY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DELAY2"
     >nbxmpp.protocol.NS_DELAY2</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DIALBACK"
     >nbxmpp.protocol.NS_DIALBACK</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DISCO"
     >nbxmpp.protocol.NS_DISCO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DISCO_INFO"
     >nbxmpp.protocol.NS_DISCO_INFO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_DISCO_ITEMS"
     >nbxmpp.protocol.NS_DISCO_ITEMS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ENCRYPTED"
     >nbxmpp.protocol.NS_ENCRYPTED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ESESSION"
     >nbxmpp.protocol.NS_ESESSION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ESESSION_INIT"
     >nbxmpp.protocol.NS_ESESSION_INIT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_EVENT"
     >nbxmpp.protocol.NS_EVENT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_FEATURE"
     >nbxmpp.protocol.NS_FEATURE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_FILE"
     >nbxmpp.protocol.NS_FILE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_FORWARD"
     >nbxmpp.protocol.NS_FORWARD</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GAMING"
     >nbxmpp.protocol.NS_GAMING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GATEWAY"
     >nbxmpp.protocol.NS_GATEWAY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GEOLOC"
     >nbxmpp.protocol.NS_GEOLOC</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GMAILNOTIFY"
     >nbxmpp.protocol.NS_GMAILNOTIFY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GROUPCHAT"
     >nbxmpp.protocol.NS_GROUPCHAT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_GTALKSETTING"
     >nbxmpp.protocol.NS_GTALKSETTING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HASHES"
     >nbxmpp.protocol.NS_HASHES</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HASHES_MD5"
     >nbxmpp.protocol.NS_HASHES_MD5</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HASHES_SHA1"
     >nbxmpp.protocol.NS_HASHES_SHA1</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HASHES_SHA256"
     >nbxmpp.protocol.NS_HASHES_SHA256</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HASHES_SHA512"
     >nbxmpp.protocol.NS_HASHES_SHA512</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HTTP_AUTH"
     >nbxmpp.protocol.NS_HTTP_AUTH</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_HTTP_BIND"
     >nbxmpp.protocol.NS_HTTP_BIND</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_IBB"
     >nbxmpp.protocol.NS_IBB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_INVISIBLE"
     >nbxmpp.protocol.NS_INVISIBLE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_IQ"
     >nbxmpp.protocol.NS_IQ</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE"
     >nbxmpp.protocol.NS_JINGLE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_BYTESTREAM"
     >nbxmpp.protocol.NS_JINGLE_BYTESTREAM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_ERRORS"
     >nbxmpp.protocol.NS_JINGLE_ERRORS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_FILE_TRANSFER"
     >nbxmpp.protocol.NS_JINGLE_FILE_TRANSFER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_IBB"
     >nbxmpp.protocol.NS_JINGLE_IBB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_ICE_UDP"
     >nbxmpp.protocol.NS_JINGLE_ICE_UDP</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_RAW_UDP"
     >nbxmpp.protocol.NS_JINGLE_RAW_UDP</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_RTP"
     >nbxmpp.protocol.NS_JINGLE_RTP</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_RTP_AUDIO"
     >nbxmpp.protocol.NS_JINGLE_RTP_AUDIO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_RTP_VIDEO"
     >nbxmpp.protocol.NS_JINGLE_RTP_VIDEO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_JINGLE_XTLS"
     >nbxmpp.protocol.NS_JINGLE_XTLS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_LAST"
     >nbxmpp.protocol.NS_LAST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_LOCATION"
     >nbxmpp.protocol.NS_LOCATION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MAM"
     >nbxmpp.protocol.NS_MAM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MESSAGE"
     >nbxmpp.protocol.NS_MESSAGE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MOOD"
     >nbxmpp.protocol.NS_MOOD</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC"
     >nbxmpp.protocol.NS_MUC</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC_ADMIN"
     >nbxmpp.protocol.NS_MUC_ADMIN</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC_CONFIG"
     >nbxmpp.protocol.NS_MUC_CONFIG</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC_OWNER"
     >nbxmpp.protocol.NS_MUC_OWNER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC_UNIQUE"
     >nbxmpp.protocol.NS_MUC_UNIQUE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_MUC_USER"
     >nbxmpp.protocol.NS_MUC_USER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_NICK"
     >nbxmpp.protocol.NS_NICK</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_OFFLINE"
     >nbxmpp.protocol.NS_OFFLINE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PHYSLOC"
     >nbxmpp.protocol.NS_PHYSLOC</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PING"
     >nbxmpp.protocol.NS_PING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PRESENCE"
     >nbxmpp.protocol.NS_PRESENCE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PRIVACY"
     >nbxmpp.protocol.NS_PRIVACY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PRIVATE"
     >nbxmpp.protocol.NS_PRIVATE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PROFILE"
     >nbxmpp.protocol.NS_PROFILE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBKEY_ATTEST"
     >nbxmpp.protocol.NS_PUBKEY_ATTEST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBKEY_PUBKEY"
     >nbxmpp.protocol.NS_PUBKEY_PUBKEY</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBKEY_REVOKE"
     >nbxmpp.protocol.NS_PUBKEY_REVOKE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBSUB"
     >nbxmpp.protocol.NS_PUBSUB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBSUB_EVENT"
     >nbxmpp.protocol.NS_PUBSUB_EVENT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBSUB_OWNER"
     >nbxmpp.protocol.NS_PUBSUB_OWNER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_PUBSUB_PUBLISH_OPTIONS"
     >nbxmpp.protocol.NS_PUBSUB_PUBLISH_OPTIONS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_RECEIPTS"
     >nbxmpp.protocol.NS_RECEIPTS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_REGISTER"
     >nbxmpp.protocol.NS_REGISTER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ROSTER"
     >nbxmpp.protocol.NS_ROSTER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ROSTERNOTES"
     >nbxmpp.protocol.NS_ROSTERNOTES</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ROSTERX"
     >nbxmpp.protocol.NS_ROSTERX</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_ROSTER_VER"
     >nbxmpp.protocol.NS_ROSTER_VER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_RPC"
     >nbxmpp.protocol.NS_RPC</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_RSM"
     >nbxmpp.protocol.NS_RSM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SASL"
     >nbxmpp.protocol.NS_SASL</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SEARCH"
     >nbxmpp.protocol.NS_SEARCH</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SECLABEL"
     >nbxmpp.protocol.NS_SECLABEL</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SECLABEL_CATALOG"
     >nbxmpp.protocol.NS_SECLABEL_CATALOG</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SERVER"
     >nbxmpp.protocol.NS_SERVER</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SESSION"
     >nbxmpp.protocol.NS_SESSION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SI"
     >nbxmpp.protocol.NS_SI</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SIGNED"
     >nbxmpp.protocol.NS_SIGNED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SI_PUB"
     >nbxmpp.protocol.NS_SI_PUB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_SSN"
     >nbxmpp.protocol.NS_SSN</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_STANZAS"
     >nbxmpp.protocol.NS_STANZAS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_STANZA_CRYPTO"
     >nbxmpp.protocol.NS_STANZA_CRYPTO</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_STREAM"
     >nbxmpp.protocol.NS_STREAM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_STREAMS"
     >nbxmpp.protocol.NS_STREAMS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_STREAM_MGMT"
     >nbxmpp.protocol.NS_STREAM_MGMT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_TIME"
     >nbxmpp.protocol.NS_TIME</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_TIME_REVISED"
     >nbxmpp.protocol.NS_TIME_REVISED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_TLS"
     >nbxmpp.protocol.NS_TLS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_TUNE"
     >nbxmpp.protocol.NS_TUNE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_VACATION"
     >nbxmpp.protocol.NS_VACATION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_VCARD"
     >nbxmpp.protocol.NS_VCARD</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_VCARD_UPDATE"
     >nbxmpp.protocol.NS_VCARD_UPDATE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_VERSION"
     >nbxmpp.protocol.NS_VERSION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_VIEWING"
     >nbxmpp.protocol.NS_VIEWING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_WAITINGLIST"
     >nbxmpp.protocol.NS_WAITINGLIST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_XHTML"
     >nbxmpp.protocol.NS_XHTML</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_XHTML_IM"
     >nbxmpp.protocol.NS_XHTML_IM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_XMPP_STREAMS"
     >nbxmpp.protocol.NS_XMPP_STREAMS</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#NS_X_OOB"
     >nbxmpp.protocol.NS_X_OOB</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_ABORTED"
     >nbxmpp.protocol.SASL_ABORTED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_INCORRECT_ENCODING"
     >nbxmpp.protocol.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_INVALID_AUTHZID"
     >nbxmpp.protocol.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_INVALID_MECHANISM"
     >nbxmpp.protocol.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_MECHANISM_TOO_WEAK"
     >nbxmpp.protocol.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_NOT_AUTHORIZED"
     >nbxmpp.protocol.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >nbxmpp.protocol.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_BAD_FORMAT"
     >nbxmpp.protocol.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >nbxmpp.protocol.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_CONFLICT"
     >nbxmpp.protocol.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_CONNECTION_TIMEOUT"
     >nbxmpp.protocol.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_HOST_GONE"
     >nbxmpp.protocol.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_HOST_UNKNOWN"
     >nbxmpp.protocol.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_IMPROPER_ADDRESSING"
     >nbxmpp.protocol.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >nbxmpp.protocol.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_INVALID_FROM"
     >nbxmpp.protocol.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_INVALID_ID"
     >nbxmpp.protocol.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_INVALID_NAMESPACE"
     >nbxmpp.protocol.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_INVALID_XML"
     >nbxmpp.protocol.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_NOT_AUTHORIZED"
     >nbxmpp.protocol.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_POLICY_VIOLATION"
     >nbxmpp.protocol.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >nbxmpp.protocol.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_RESOURCE_CONSTRAINT"
     >nbxmpp.protocol.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_RESTRICTED_XML"
     >nbxmpp.protocol.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_SEE_OTHER_HOST"
     >nbxmpp.protocol.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_SYSTEM_SHUTDOWN"
     >nbxmpp.protocol.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_UNDEFINED_CONDITION"
     >nbxmpp.protocol.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_UNSUPPORTED_ENCODING"
     >nbxmpp.protocol.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >nbxmpp.protocol.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_UNSUPPORTED_VERSION"
     >nbxmpp.protocol.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#STREAM_XML_NOT_WELL_FORMED"
     >nbxmpp.protocol.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="nbxmpp.protocol-module.html#__package__"
     >nbxmpp.protocol.__package__</a><br />  <div class="private">
    <a target="mainFrame" href="nbxmpp.protocol-module.html#_errorcodes"
     >nbxmpp.protocol._errorcodes</a><br />  </div>
    <a target="mainFrame" href="nbxmpp.protocol-module.html#stream_exceptions"
     >nbxmpp.protocol.stream_exceptions</a><br />    <a target="mainFrame" href="nbxmpp.proxy_connectors-module.html#__package__"
     >nbxmpp.proxy_connectors.__package__</a><br />    <a target="mainFrame" href="nbxmpp.proxy_connectors-module.html#log"
     >nbxmpp.proxy_connectors.log</a><br />    <a target="mainFrame" href="nbxmpp.roster_nb-module.html#__package__"
     >nbxmpp.roster_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.roster_nb-module.html#log"
     >nbxmpp.roster_nb.log</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#ENCODING"
     >nbxmpp.simplexml.ENCODING</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#__package__"
     >nbxmpp.simplexml.__package__</a><br />    <a target="mainFrame" href="nbxmpp.simplexml-module.html#log"
     >nbxmpp.simplexml.log</a><br />    <a target="mainFrame" href="nbxmpp.smacks-module.html#__package__"
     >nbxmpp.smacks.__package__</a><br />    <a target="mainFrame" href="nbxmpp.smacks-module.html#log"
     >nbxmpp.smacks.log</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#B_1"
     >nbxmpp.stringprepare.B_1</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#B_2"
     >nbxmpp.stringprepare.B_2</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_11"
     >nbxmpp.stringprepare.C_11</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_12"
     >nbxmpp.stringprepare.C_12</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_21"
     >nbxmpp.stringprepare.C_21</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_22"
     >nbxmpp.stringprepare.C_22</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_3"
     >nbxmpp.stringprepare.C_3</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_4"
     >nbxmpp.stringprepare.C_4</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_5"
     >nbxmpp.stringprepare.C_5</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_6"
     >nbxmpp.stringprepare.C_6</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_7"
     >nbxmpp.stringprepare.C_7</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_8"
     >nbxmpp.stringprepare.C_8</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#C_9"
     >nbxmpp.stringprepare.C_9</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#__package__"
     >nbxmpp.stringprepare.__package__</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#nameprep"
     >nbxmpp.stringprepare.nameprep</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#nodeprep"
     >nbxmpp.stringprepare.nodeprep</a><br />    <a target="mainFrame" href="nbxmpp.stringprepare-module.html#resourceprep"
     >nbxmpp.stringprepare.resourceprep</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#PYOPENSSL"
     >nbxmpp.tls_nb.PYOPENSSL</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#PYSTDLIB"
     >nbxmpp.tls_nb.PYSTDLIB</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#USE_PYOPENSSL"
     >nbxmpp.tls_nb.USE_PYOPENSSL</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#__package__"
     >nbxmpp.tls_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.tls_nb-module.html#log"
     >nbxmpp.tls_nb.log</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#CONNECTED"
     >nbxmpp.transports_nb.CONNECTED</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#CONNECTING"
     >nbxmpp.transports_nb.CONNECTING</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#CONNECT_TIMEOUT_SECONDS"
     >nbxmpp.transports_nb.CONNECT_TIMEOUT_SECONDS</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DATA_ERROR"
     >nbxmpp.transports_nb.DATA_ERROR</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DATA_RECEIVED"
     >nbxmpp.transports_nb.DATA_RECEIVED</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DATA_SENT"
     >nbxmpp.transports_nb.DATA_SENT</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DISCONNECTED"
     >nbxmpp.transports_nb.DISCONNECTED</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DISCONNECTING"
     >nbxmpp.transports_nb.DISCONNECTING</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#DISCONNECT_TIMEOUT_SECONDS"
     >nbxmpp.transports_nb.DISCONNECT_TIMEOUT_SECONDS</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#PROXY_CONNECTING"
     >nbxmpp.transports_nb.PROXY_CONNECTING</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#RECV_BUFSIZE"
     >nbxmpp.transports_nb.RECV_BUFSIZE</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#STATES"
     >nbxmpp.transports_nb.STATES</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#__package__"
     >nbxmpp.transports_nb.__package__</a><br />    <a target="mainFrame" href="nbxmpp.transports_nb-module.html#log"
     >nbxmpp.transports_nb.log</a><br /><hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>