File: toc-everything.html

package info (click to toggle)
python-xmpp 0.4.1-cvs20080505.2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,984 kB
  • ctags: 6,523
  • sloc: python: 3,384; makefile: 60
file content (893 lines) | stat: -rw-r--r-- 108,237 bytes parent folder | download | duplicates (2)
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
<?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="xmpp.auth.Bind-class.html"
     >xmpp.auth.Bind</a><br />    <a target="mainFrame" href="xmpp.auth.ComponentBind-class.html"
     >xmpp.auth.ComponentBind</a><br />    <a target="mainFrame" href="xmpp.auth.NonSASL-class.html"
     >xmpp.auth.NonSASL</a><br />    <a target="mainFrame" href="xmpp.auth.SASL-class.html"
     >xmpp.auth.SASL</a><br />    <a target="mainFrame" href="xmpp.browser.Browser-class.html"
     >xmpp.browser.Browser</a><br />    <a target="mainFrame" href="xmpp.client.Client-class.html"
     >xmpp.client.Client</a><br />    <a target="mainFrame" href="xmpp.client.CommonClient-class.html"
     >xmpp.client.CommonClient</a><br />    <a target="mainFrame" href="xmpp.client.Component-class.html"
     >xmpp.client.Component</a><br />    <a target="mainFrame" href="xmpp.client.PlugIn-class.html"
     >xmpp.client.PlugIn</a><br />    <a target="mainFrame" href="xmpp.commands.Command_Handler_Prototype-class.html"
     >xmpp.commands.Command_Handler_Prototype</a><br />    <a target="mainFrame" href="xmpp.commands.Commands-class.html"
     >xmpp.commands.Commands</a><br />    <a target="mainFrame" href="xmpp.commands.TestCommand-class.html"
     >xmpp.commands.TestCommand</a><br />    <a target="mainFrame" href="xmpp.debug.Debug-class.html"
     >xmpp.debug.Debug</a><br />    <a target="mainFrame" href="xmpp.debug.NoDebug-class.html"
     >xmpp.debug.NoDebug</a><br />    <a target="mainFrame" href="xmpp.dispatcher.Dispatcher-class.html"
     >xmpp.dispatcher.Dispatcher</a><br />    <a target="mainFrame" href="xmpp.filetransfer.IBB-class.html"
     >xmpp.filetransfer.IBB</a><br />    <a target="mainFrame" href="xmpp.protocol.BadFormat-class.html"
     >xmpp.protocol.BadFormat</a><br />    <a target="mainFrame" href="xmpp.protocol.BadNamespacePrefix-class.html"
     >xmpp.protocol.BadNamespacePrefix</a><br />    <a target="mainFrame" href="xmpp.protocol.Conflict-class.html"
     >xmpp.protocol.Conflict</a><br />    <a target="mainFrame" href="xmpp.protocol.ConnectionTimeout-class.html"
     >xmpp.protocol.ConnectionTimeout</a><br />    <a target="mainFrame" href="xmpp.protocol.DataField-class.html"
     >xmpp.protocol.DataField</a><br />    <a target="mainFrame" href="xmpp.protocol.DataForm-class.html"
     >xmpp.protocol.DataForm</a><br />    <a target="mainFrame" href="xmpp.protocol.Error-class.html"
     >xmpp.protocol.Error</a><br />    <a target="mainFrame" href="xmpp.protocol.ErrorNode-class.html"
     >xmpp.protocol.ErrorNode</a><br />    <a target="mainFrame" href="xmpp.protocol.HostGone-class.html"
     >xmpp.protocol.HostGone</a><br />    <a target="mainFrame" href="xmpp.protocol.HostUnknown-class.html"
     >xmpp.protocol.HostUnknown</a><br />    <a target="mainFrame" href="xmpp.protocol.ImproperAddressing-class.html"
     >xmpp.protocol.ImproperAddressing</a><br />    <a target="mainFrame" href="xmpp.protocol.InternalServerError-class.html"
     >xmpp.protocol.InternalServerError</a><br />    <a target="mainFrame" href="xmpp.protocol.InvalidFrom-class.html"
     >xmpp.protocol.InvalidFrom</a><br />    <a target="mainFrame" href="xmpp.protocol.InvalidID-class.html"
     >xmpp.protocol.InvalidID</a><br />    <a target="mainFrame" href="xmpp.protocol.InvalidNamespace-class.html"
     >xmpp.protocol.InvalidNamespace</a><br />    <a target="mainFrame" href="xmpp.protocol.InvalidXML-class.html"
     >xmpp.protocol.InvalidXML</a><br />    <a target="mainFrame" href="xmpp.protocol.Iq-class.html"
     >xmpp.protocol.Iq</a><br />    <a target="mainFrame" href="xmpp.protocol.JID-class.html"
     >xmpp.protocol.JID</a><br />    <a target="mainFrame" href="xmpp.protocol.Message-class.html"
     >xmpp.protocol.Message</a><br />    <a target="mainFrame" href="xmpp.protocol.NodeProcessed-class.html"
     >xmpp.protocol.NodeProcessed</a><br />    <a target="mainFrame" href="xmpp.protocol.NotAuthorized-class.html"
     >xmpp.protocol.NotAuthorized</a><br />    <a target="mainFrame" href="xmpp.protocol.PolicyViolation-class.html"
     >xmpp.protocol.PolicyViolation</a><br />    <a target="mainFrame" href="xmpp.protocol.Presence-class.html"
     >xmpp.protocol.Presence</a><br />    <a target="mainFrame" href="xmpp.protocol.Protocol-class.html"
     >xmpp.protocol.Protocol</a><br />    <a target="mainFrame" href="xmpp.protocol.RemoteConnectionFailed-class.html"
     >xmpp.protocol.RemoteConnectionFailed</a><br />    <a target="mainFrame" href="xmpp.protocol.ResourceConstraint-class.html"
     >xmpp.protocol.ResourceConstraint</a><br />    <a target="mainFrame" href="xmpp.protocol.RestrictedXML-class.html"
     >xmpp.protocol.RestrictedXML</a><br />    <a target="mainFrame" href="xmpp.protocol.SeeOtherHost-class.html"
     >xmpp.protocol.SeeOtherHost</a><br />    <a target="mainFrame" href="xmpp.protocol.StreamError-class.html"
     >xmpp.protocol.StreamError</a><br />    <a target="mainFrame" href="xmpp.protocol.SystemShutdown-class.html"
     >xmpp.protocol.SystemShutdown</a><br />    <a target="mainFrame" href="xmpp.protocol.UndefinedCondition-class.html"
     >xmpp.protocol.UndefinedCondition</a><br />    <a target="mainFrame" href="xmpp.protocol.UnsupportedEncoding-class.html"
     >xmpp.protocol.UnsupportedEncoding</a><br />    <a target="mainFrame" href="xmpp.protocol.UnsupportedStanzaType-class.html"
     >xmpp.protocol.UnsupportedStanzaType</a><br />    <a target="mainFrame" href="xmpp.protocol.UnsupportedVersion-class.html"
     >xmpp.protocol.UnsupportedVersion</a><br />    <a target="mainFrame" href="xmpp.protocol.XMLNotWellFormed-class.html"
     >xmpp.protocol.XMLNotWellFormed</a><br />    <a target="mainFrame" href="xmpp.roster.Roster-class.html"
     >xmpp.roster.Roster</a><br />    <a target="mainFrame" href="xmpp.session.Session-class.html"
     >xmpp.session.Session</a><br />    <a target="mainFrame" href="xmpp.simplexml.NT-class.html"
     >xmpp.simplexml.NT</a><br />    <a target="mainFrame" href="xmpp.simplexml.Node-class.html"
     >xmpp.simplexml.Node</a><br />    <a target="mainFrame" href="xmpp.simplexml.NodeBuilder-class.html"
     >xmpp.simplexml.NodeBuilder</a><br />    <a target="mainFrame" href="xmpp.simplexml.T-class.html"
     >xmpp.simplexml.T</a><br />    <a target="mainFrame" href="xmpp.transports.HTTPPROXYsocket-class.html"
     >xmpp.transports.HTTPPROXYsocket</a><br />    <a target="mainFrame" href="xmpp.transports.TCPsocket-class.html"
     >xmpp.transports.TCPsocket</a><br />    <a target="mainFrame" href="xmpp.transports.TLS-class.html"
     >xmpp.transports.TLS</a><br />    <a target="mainFrame" href="xmpp.transports.error-class.html"
     >xmpp.transports.error</a><br />  <h2 class="toc">All Functions</h2>
    <a target="mainFrame" href="xmpp.auth-module.html#C"
     >xmpp.auth.C</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#H"
     >xmpp.auth.H</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#HH"
     >xmpp.auth.HH</a><br />  <div class="private">
    <a target="mainFrame" href="xmpp.features-module.html#_ReceivedRegInfo"
     >xmpp.features._ReceivedRegInfo</a><br />  </div>
  <div class="private">
    <a target="mainFrame" href="xmpp.features-module.html#_discover"
     >xmpp.features._discover</a><br />  </div>
    <a target="mainFrame" href="xmpp.features-module.html#changePasswordTo"
     >xmpp.features.changePasswordTo</a><br />    <a target="mainFrame" href="xmpp.features-module.html#delPrivacyList"
     >xmpp.features.delPrivacyList</a><br />    <a target="mainFrame" href="xmpp.features-module.html#discoverInfo"
     >xmpp.features.discoverInfo</a><br />    <a target="mainFrame" href="xmpp.features-module.html#discoverItems"
     >xmpp.features.discoverItems</a><br />    <a target="mainFrame" href="xmpp.features-module.html#getPrivacyList"
     >xmpp.features.getPrivacyList</a><br />    <a target="mainFrame" href="xmpp.features-module.html#getPrivacyLists"
     >xmpp.features.getPrivacyLists</a><br />    <a target="mainFrame" href="xmpp.features-module.html#getRegInfo"
     >xmpp.features.getRegInfo</a><br />    <a target="mainFrame" href="xmpp.features-module.html#register"
     >xmpp.features.register</a><br />    <a target="mainFrame" href="xmpp.features-module.html#setActivePrivacyList"
     >xmpp.features.setActivePrivacyList</a><br />    <a target="mainFrame" href="xmpp.features-module.html#setDefaultPrivacyList"
     >xmpp.features.setDefaultPrivacyList</a><br />    <a target="mainFrame" href="xmpp.features-module.html#setPrivacyList"
     >xmpp.features.setPrivacyList</a><br />    <a target="mainFrame" href="xmpp.features-module.html#unregister"
     >xmpp.features.unregister</a><br />    <a target="mainFrame" href="xmpp.jep0106-module.html#JIDDecode"
     >xmpp.jep0106.JIDDecode</a><br />    <a target="mainFrame" href="xmpp.jep0106-module.html#JIDEncode"
     >xmpp.jep0106.JIDEncode</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#isErrorNode"
     >xmpp.protocol.isErrorNode</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#isResultNode"
     >xmpp.protocol.isResultNode</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#BadXML2Node"
     >xmpp.simplexml.BadXML2Node</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#XML2Node"
     >xmpp.simplexml.XML2Node</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#XMLescape"
     >xmpp.simplexml.XMLescape</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#ustr"
     >xmpp.simplexml.ustr</a><br />  <h2 class="toc">All Variables</h2>
    <a target="mainFrame" href="xmpp-module.html#ERRORS"
     >xmpp.ERRORS</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_BAD_REQUEST"
     >xmpp.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_CONFLICT"
     >xmpp.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_FORBIDDEN"
     >xmpp.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_GONE"
     >xmpp.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_JID_MALFORMED"
     >xmpp.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_NOT_ALLOWED"
     >xmpp.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_REDIRECT"
     >xmpp.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_ABORTED"
     >xmpp.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_INVALID_AUTHZID"
     >xmpp.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_INVALID_MECHANISM"
     >xmpp.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_BAD_FORMAT"
     >xmpp.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_CONFLICT"
     >xmpp.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_HOST_GONE"
     >xmpp.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_INVALID_FROM"
     >xmpp.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_INVALID_ID"
     >xmpp.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_INVALID_XML"
     >xmpp.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_RESTRICTED_XML"
     >xmpp.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERRORS"
     >xmpp.auth.ERRORS</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_BAD_REQUEST"
     >xmpp.auth.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_CONFLICT"
     >xmpp.auth.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.auth.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_FORBIDDEN"
     >xmpp.auth.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_GONE"
     >xmpp.auth.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.auth.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.auth.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_JID_MALFORMED"
     >xmpp.auth.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.auth.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_NOT_ALLOWED"
     >xmpp.auth.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.auth.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.auth.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.auth.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_REDIRECT"
     >xmpp.auth.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.auth.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.auth.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.auth.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.auth.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.auth.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.auth.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.auth.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.auth.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_ABORTED"
     >xmpp.auth.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.auth.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_INVALID_AUTHZID"
     >xmpp.auth.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_INVALID_MECHANISM"
     >xmpp.auth.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.auth.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.auth.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.auth.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_BAD_FORMAT"
     >xmpp.auth.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.auth.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_CONFLICT"
     >xmpp.auth.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.auth.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_HOST_GONE"
     >xmpp.auth.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.auth.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.auth.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.auth.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_INVALID_FROM"
     >xmpp.auth.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_INVALID_ID"
     >xmpp.auth.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.auth.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_INVALID_XML"
     >xmpp.auth.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.auth.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.auth.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.auth.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.auth.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_RESTRICTED_XML"
     >xmpp.auth.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.auth.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.auth.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.auth.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.auth.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.auth.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.auth.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.auth.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.auth-module.html#name"
     >xmpp.auth.name</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERRORS"
     >xmpp.browser.ERRORS</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_BAD_REQUEST"
     >xmpp.browser.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_CONFLICT"
     >xmpp.browser.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.browser.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_FORBIDDEN"
     >xmpp.browser.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_GONE"
     >xmpp.browser.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.browser.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.browser.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_JID_MALFORMED"
     >xmpp.browser.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.browser.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_NOT_ALLOWED"
     >xmpp.browser.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.browser.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.browser.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.browser.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_REDIRECT"
     >xmpp.browser.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.browser.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.browser.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.browser.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.browser.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.browser.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.browser.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.browser.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.browser.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_ABORTED"
     >xmpp.browser.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.browser.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_INVALID_AUTHZID"
     >xmpp.browser.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_INVALID_MECHANISM"
     >xmpp.browser.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.browser.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.browser.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.browser.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_BAD_FORMAT"
     >xmpp.browser.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.browser.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_CONFLICT"
     >xmpp.browser.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.browser.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_HOST_GONE"
     >xmpp.browser.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.browser.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.browser.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.browser.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_INVALID_FROM"
     >xmpp.browser.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_INVALID_ID"
     >xmpp.browser.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.browser.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_INVALID_XML"
     >xmpp.browser.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.browser.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.browser.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.browser.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.browser.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_RESTRICTED_XML"
     >xmpp.browser.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.browser.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.browser.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.browser.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.browser.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.browser.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.browser.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.browser.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.browser-module.html#name"
     >xmpp.browser.name</a><br />    <a target="mainFrame" href="xmpp.client-module.html#DBG_CLIENT"
     >xmpp.client.DBG_CLIENT</a><br />    <a target="mainFrame" href="xmpp.client-module.html#DBG_COMPONENT"
     >xmpp.client.DBG_COMPONENT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERRORS"
     >xmpp.commands.ERRORS</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_BAD_REQUEST"
     >xmpp.commands.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_CONFLICT"
     >xmpp.commands.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.commands.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_FORBIDDEN"
     >xmpp.commands.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_GONE"
     >xmpp.commands.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.commands.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.commands.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_JID_MALFORMED"
     >xmpp.commands.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.commands.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_NOT_ALLOWED"
     >xmpp.commands.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.commands.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.commands.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.commands.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_REDIRECT"
     >xmpp.commands.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.commands.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.commands.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.commands.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.commands.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.commands.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.commands.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.commands.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.commands.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_ABORTED"
     >xmpp.commands.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.commands.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_INVALID_AUTHZID"
     >xmpp.commands.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_INVALID_MECHANISM"
     >xmpp.commands.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.commands.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.commands.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.commands.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_BAD_FORMAT"
     >xmpp.commands.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.commands.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_CONFLICT"
     >xmpp.commands.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.commands.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_HOST_GONE"
     >xmpp.commands.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.commands.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.commands.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.commands.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_INVALID_FROM"
     >xmpp.commands.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_INVALID_ID"
     >xmpp.commands.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.commands.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_INVALID_XML"
     >xmpp.commands.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.commands.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.commands.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.commands.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.commands.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_RESTRICTED_XML"
     >xmpp.commands.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.commands.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.commands.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.commands.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.commands.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.commands.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.commands.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.commands.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.commands-module.html#name"
     >xmpp.commands.name</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#DBG_ALWAYS"
     >xmpp.debug.DBG_ALWAYS</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#DEBUGGING_IS_ON"
     >xmpp.debug.DEBUGGING_IS_ON</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#LINE_FEED"
     >xmpp.debug.LINE_FEED</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#_version_"
     >xmpp.debug._version_</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_black"
     >xmpp.debug.color_black</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_blue"
     >xmpp.debug.color_blue</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_bright_blue"
     >xmpp.debug.color_bright_blue</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_bright_cyan"
     >xmpp.debug.color_bright_cyan</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_bright_green"
     >xmpp.debug.color_bright_green</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_bright_red"
     >xmpp.debug.color_bright_red</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_brown"
     >xmpp.debug.color_brown</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_cyan"
     >xmpp.debug.color_cyan</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_dark_gray"
     >xmpp.debug.color_dark_gray</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_green"
     >xmpp.debug.color_green</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_light_gray"
     >xmpp.debug.color_light_gray</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_magenta"
     >xmpp.debug.color_magenta</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_none"
     >xmpp.debug.color_none</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_purple"
     >xmpp.debug.color_purple</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_red"
     >xmpp.debug.color_red</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_white"
     >xmpp.debug.color_white</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#color_yellow"
     >xmpp.debug.color_yellow</a><br />    <a target="mainFrame" href="xmpp.debug-module.html#colors_enabled"
     >xmpp.debug.colors_enabled</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#DefaultTimeout"
     >xmpp.dispatcher.DefaultTimeout</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERRORS"
     >xmpp.dispatcher.ERRORS</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_BAD_REQUEST"
     >xmpp.dispatcher.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_CONFLICT"
     >xmpp.dispatcher.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.dispatcher.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_FORBIDDEN"
     >xmpp.dispatcher.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_GONE"
     >xmpp.dispatcher.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.dispatcher.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.dispatcher.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_JID_MALFORMED"
     >xmpp.dispatcher.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.dispatcher.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_NOT_ALLOWED"
     >xmpp.dispatcher.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.dispatcher.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.dispatcher.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.dispatcher.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_REDIRECT"
     >xmpp.dispatcher.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.dispatcher.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.dispatcher.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.dispatcher.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.dispatcher.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.dispatcher.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.dispatcher.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.dispatcher.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.dispatcher.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#ID"
     >xmpp.dispatcher.ID</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_ABORTED"
     >xmpp.dispatcher.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.dispatcher.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_INVALID_AUTHZID"
     >xmpp.dispatcher.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_INVALID_MECHANISM"
     >xmpp.dispatcher.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.dispatcher.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.dispatcher.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.dispatcher.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_BAD_FORMAT"
     >xmpp.dispatcher.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.dispatcher.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_CONFLICT"
     >xmpp.dispatcher.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.dispatcher.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_HOST_GONE"
     >xmpp.dispatcher.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.dispatcher.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.dispatcher.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.dispatcher.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_INVALID_FROM"
     >xmpp.dispatcher.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_INVALID_ID"
     >xmpp.dispatcher.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.dispatcher.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_INVALID_XML"
     >xmpp.dispatcher.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.dispatcher.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.dispatcher.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.dispatcher.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.dispatcher.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_RESTRICTED_XML"
     >xmpp.dispatcher.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.dispatcher.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.dispatcher.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.dispatcher.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.dispatcher.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.dispatcher.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.dispatcher.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.dispatcher.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.dispatcher-module.html#name"
     >xmpp.dispatcher.name</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERRORS"
     >xmpp.features.ERRORS</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_BAD_REQUEST"
     >xmpp.features.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_CONFLICT"
     >xmpp.features.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.features.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_FORBIDDEN"
     >xmpp.features.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_GONE"
     >xmpp.features.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.features.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.features.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_JID_MALFORMED"
     >xmpp.features.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.features.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_NOT_ALLOWED"
     >xmpp.features.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.features.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.features.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.features.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_REDIRECT"
     >xmpp.features.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.features.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.features.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.features.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.features.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.features.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.features.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.features.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.features-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.features.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.features-module.html#REGISTER_DATA_RECEIVED"
     >xmpp.features.REGISTER_DATA_RECEIVED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_ABORTED"
     >xmpp.features.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.features.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_INVALID_AUTHZID"
     >xmpp.features.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_INVALID_MECHANISM"
     >xmpp.features.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.features.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.features.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.features.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_BAD_FORMAT"
     >xmpp.features.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.features.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_CONFLICT"
     >xmpp.features.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.features.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_HOST_GONE"
     >xmpp.features.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.features.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.features.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.features.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_INVALID_FROM"
     >xmpp.features.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_INVALID_ID"
     >xmpp.features.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.features.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_INVALID_XML"
     >xmpp.features.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.features.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.features.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.features.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.features.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_RESTRICTED_XML"
     >xmpp.features.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.features.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.features.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.features.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.features.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.features.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.features.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.features-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.features.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.features-module.html#name"
     >xmpp.features.name</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERRORS"
     >xmpp.filetransfer.ERRORS</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_BAD_REQUEST"
     >xmpp.filetransfer.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_CONFLICT"
     >xmpp.filetransfer.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.filetransfer.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_FORBIDDEN"
     >xmpp.filetransfer.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_GONE"
     >xmpp.filetransfer.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.filetransfer.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.filetransfer.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_JID_MALFORMED"
     >xmpp.filetransfer.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.filetransfer.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_NOT_ALLOWED"
     >xmpp.filetransfer.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.filetransfer.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.filetransfer.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.filetransfer.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_REDIRECT"
     >xmpp.filetransfer.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.filetransfer.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.filetransfer.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.filetransfer.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.filetransfer.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.filetransfer.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.filetransfer.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.filetransfer.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.filetransfer.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_ABORTED"
     >xmpp.filetransfer.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.filetransfer.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_INVALID_AUTHZID"
     >xmpp.filetransfer.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_INVALID_MECHANISM"
     >xmpp.filetransfer.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.filetransfer.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.filetransfer.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.filetransfer.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_BAD_FORMAT"
     >xmpp.filetransfer.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.filetransfer.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_CONFLICT"
     >xmpp.filetransfer.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.filetransfer.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_HOST_GONE"
     >xmpp.filetransfer.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.filetransfer.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.filetransfer.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.filetransfer.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_INVALID_FROM"
     >xmpp.filetransfer.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_INVALID_ID"
     >xmpp.filetransfer.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.filetransfer.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_INVALID_XML"
     >xmpp.filetransfer.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.filetransfer.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.filetransfer.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.filetransfer.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.filetransfer.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_RESTRICTED_XML"
     >xmpp.filetransfer.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.filetransfer.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.filetransfer.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.filetransfer.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.filetransfer.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.filetransfer.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.filetransfer.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.filetransfer.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.filetransfer-module.html#name"
     >xmpp.filetransfer.name</a><br />    <a target="mainFrame" href="xmpp.jep0106-module.html#xep0106mapping"
     >xmpp.jep0106.xep0106mapping</a><br />    <a target="mainFrame" href="xmpp-module.html#name"
     >xmpp.name</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERRORS"
     >xmpp.protocol.ERRORS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_BAD_REQUEST"
     >xmpp.protocol.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_CONFLICT"
     >xmpp.protocol.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.protocol.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_FORBIDDEN"
     >xmpp.protocol.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_GONE"
     >xmpp.protocol.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.protocol.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.protocol.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_JID_MALFORMED"
     >xmpp.protocol.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.protocol.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_NOT_ALLOWED"
     >xmpp.protocol.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.protocol.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.protocol.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.protocol.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_REDIRECT"
     >xmpp.protocol.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.protocol.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.protocol.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.protocol.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.protocol.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.protocol.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.protocol.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.protocol.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.protocol.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ACTIVITY"
     >xmpp.protocol.NS_ACTIVITY</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADDRESS"
     >xmpp.protocol.NS_ADDRESS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN"
     >xmpp.protocol.NS_ADMIN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ACTIVE_USERS_LIST"
     >xmpp.protocol.NS_ADMIN_ACTIVE_USERS_LIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ACTIVE_USERS_NUM"
     >xmpp.protocol.NS_ADMIN_ACTIVE_USERS_NUM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ADD_USER"
     >xmpp.protocol.NS_ADMIN_ADD_USER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ANNOUNCE"
     >xmpp.protocol.NS_ADMIN_ANNOUNCE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_CHANGE_USER_PASSWORD"
     >xmpp.protocol.NS_ADMIN_CHANGE_USER_PASSWORD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DELETE_MOTD"
     >xmpp.protocol.NS_ADMIN_DELETE_MOTD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DELETE_USER"
     >xmpp.protocol.NS_ADMIN_DELETE_USER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DELETE_WELCOME"
     >xmpp.protocol.NS_ADMIN_DELETE_WELCOME</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DISABLED_USERS_LIST"
     >xmpp.protocol.NS_ADMIN_DISABLED_USERS_LIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DISABLED_USERS_NUM"
     >xmpp.protocol.NS_ADMIN_DISABLED_USERS_NUM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_DISABLE_USER"
     >xmpp.protocol.NS_ADMIN_DISABLE_USER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_EDIT_ADMIN"
     >xmpp.protocol.NS_ADMIN_EDIT_ADMIN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_EDIT_BLACKLIST"
     >xmpp.protocol.NS_ADMIN_EDIT_BLACKLIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_EDIT_MOTD"
     >xmpp.protocol.NS_ADMIN_EDIT_MOTD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_EDIT_WHITELIST"
     >xmpp.protocol.NS_ADMIN_EDIT_WHITELIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_END_USER_SESSION"
     >xmpp.protocol.NS_ADMIN_END_USER_SESSION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_GET_USER_LASTLOGIN"
     >xmpp.protocol.NS_ADMIN_GET_USER_LASTLOGIN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_GET_USER_PASSWORD"
     >xmpp.protocol.NS_ADMIN_GET_USER_PASSWORD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_GET_USER_ROSTER"
     >xmpp.protocol.NS_ADMIN_GET_USER_ROSTER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_IDLE_USERS_LIST"
     >xmpp.protocol.NS_ADMIN_IDLE_USERS_LIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_IDLE_USERS_NUM"
     >xmpp.protocol.NS_ADMIN_IDLE_USERS_NUM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ONLINE_USERS_LIST"
     >xmpp.protocol.NS_ADMIN_ONLINE_USERS_LIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_ONLINE_USERS_NUM"
     >xmpp.protocol.NS_ADMIN_ONLINE_USERS_NUM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_REENABLE_USER"
     >xmpp.protocol.NS_ADMIN_REENABLE_USER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_REGISTERED_USERS_LIST"
     >xmpp.protocol.NS_ADMIN_REGISTERED_USERS_LIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_REGISTERED_USERS_NUM"
     >xmpp.protocol.NS_ADMIN_REGISTERED_USERS_NUM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_RESTART"
     >xmpp.protocol.NS_ADMIN_RESTART</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_SET_MOTD"
     >xmpp.protocol.NS_ADMIN_SET_MOTD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_SET_WELCOME"
     >xmpp.protocol.NS_ADMIN_SET_WELCOME</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_SHUTDOWN"
     >xmpp.protocol.NS_ADMIN_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ADMIN_USER_STATS"
     >xmpp.protocol.NS_ADMIN_USER_STATS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_AGENTS"
     >xmpp.protocol.NS_AGENTS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_AMP"
     >xmpp.protocol.NS_AMP</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_AMP_ERRORS"
     >xmpp.protocol.NS_AMP_ERRORS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_AUTH"
     >xmpp.protocol.NS_AUTH</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_AVATAR"
     >xmpp.protocol.NS_AVATAR</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_BIND"
     >xmpp.protocol.NS_BIND</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_BROWSE"
     >xmpp.protocol.NS_BROWSE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_BYTESTREAM"
     >xmpp.protocol.NS_BYTESTREAM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_CAPS"
     >xmpp.protocol.NS_CAPS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_CHATSTATES"
     >xmpp.protocol.NS_CHATSTATES</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_CLIENT"
     >xmpp.protocol.NS_CLIENT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_COMMANDS"
     >xmpp.protocol.NS_COMMANDS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_COMPONENT_1"
     >xmpp.protocol.NS_COMPONENT_1</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_COMPONENT_ACCEPT"
     >xmpp.protocol.NS_COMPONENT_ACCEPT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_COMPRESS"
     >xmpp.protocol.NS_COMPRESS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DATA"
     >xmpp.protocol.NS_DATA</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DATA_LAYOUT"
     >xmpp.protocol.NS_DATA_LAYOUT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DATA_VALIDATE"
     >xmpp.protocol.NS_DATA_VALIDATE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DELAY"
     >xmpp.protocol.NS_DELAY</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DIALBACK"
     >xmpp.protocol.NS_DIALBACK</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DISCO"
     >xmpp.protocol.NS_DISCO</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DISCO_INFO"
     >xmpp.protocol.NS_DISCO_INFO</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_DISCO_ITEMS"
     >xmpp.protocol.NS_DISCO_ITEMS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ENCRYPTED"
     >xmpp.protocol.NS_ENCRYPTED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_EVENT"
     >xmpp.protocol.NS_EVENT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_FEATURE"
     >xmpp.protocol.NS_FEATURE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_FILE"
     >xmpp.protocol.NS_FILE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_GATEWAY"
     >xmpp.protocol.NS_GATEWAY</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_GEOLOC"
     >xmpp.protocol.NS_GEOLOC</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_GROUPCHAT"
     >xmpp.protocol.NS_GROUPCHAT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_HTTP_BIND"
     >xmpp.protocol.NS_HTTP_BIND</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_IBB"
     >xmpp.protocol.NS_IBB</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_INVISIBLE"
     >xmpp.protocol.NS_INVISIBLE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_IQ"
     >xmpp.protocol.NS_IQ</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_LAST"
     >xmpp.protocol.NS_LAST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MESSAGE"
     >xmpp.protocol.NS_MESSAGE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MOOD"
     >xmpp.protocol.NS_MOOD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC"
     >xmpp.protocol.NS_MUC</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_ADMIN"
     >xmpp.protocol.NS_MUC_ADMIN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_OWNER"
     >xmpp.protocol.NS_MUC_OWNER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_REGISTER"
     >xmpp.protocol.NS_MUC_REGISTER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_REQUEST"
     >xmpp.protocol.NS_MUC_REQUEST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_ROOMCONFIG"
     >xmpp.protocol.NS_MUC_ROOMCONFIG</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_ROOMINFO"
     >xmpp.protocol.NS_MUC_ROOMINFO</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_ROOMS"
     >xmpp.protocol.NS_MUC_ROOMS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_TRAFIC"
     >xmpp.protocol.NS_MUC_TRAFIC</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_UNIQUE"
     >xmpp.protocol.NS_MUC_UNIQUE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_MUC_USER"
     >xmpp.protocol.NS_MUC_USER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_OFFLINE"
     >xmpp.protocol.NS_OFFLINE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_PHYSLOC"
     >xmpp.protocol.NS_PHYSLOC</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_PRESENCE"
     >xmpp.protocol.NS_PRESENCE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_PRIVACY"
     >xmpp.protocol.NS_PRIVACY</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_PRIVATE"
     >xmpp.protocol.NS_PRIVATE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_PUBSUB"
     >xmpp.protocol.NS_PUBSUB</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_REGISTER"
     >xmpp.protocol.NS_REGISTER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ROSTER"
     >xmpp.protocol.NS_ROSTER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_ROSTERX"
     >xmpp.protocol.NS_ROSTERX</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_RPC"
     >xmpp.protocol.NS_RPC</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SASL"
     >xmpp.protocol.NS_SASL</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SEARCH"
     >xmpp.protocol.NS_SEARCH</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SERVER"
     >xmpp.protocol.NS_SERVER</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SESSION"
     >xmpp.protocol.NS_SESSION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SI"
     >xmpp.protocol.NS_SI</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SIGNED"
     >xmpp.protocol.NS_SIGNED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_SI_PUB"
     >xmpp.protocol.NS_SI_PUB</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_STANZAS"
     >xmpp.protocol.NS_STANZAS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_STREAMS"
     >xmpp.protocol.NS_STREAMS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_TIME"
     >xmpp.protocol.NS_TIME</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_TLS"
     >xmpp.protocol.NS_TLS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_VACATION"
     >xmpp.protocol.NS_VACATION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_VCARD"
     >xmpp.protocol.NS_VCARD</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_VERSION"
     >xmpp.protocol.NS_VERSION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_WAITINGLIST"
     >xmpp.protocol.NS_WAITINGLIST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_XHTML_IM"
     >xmpp.protocol.NS_XHTML_IM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#NS_XMPP_STREAMS"
     >xmpp.protocol.NS_XMPP_STREAMS</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_ABORTED"
     >xmpp.protocol.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.protocol.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_INVALID_AUTHZID"
     >xmpp.protocol.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_INVALID_MECHANISM"
     >xmpp.protocol.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.protocol.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.protocol.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.protocol.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_BAD_FORMAT"
     >xmpp.protocol.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.protocol.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_CONFLICT"
     >xmpp.protocol.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.protocol.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_HOST_GONE"
     >xmpp.protocol.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.protocol.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.protocol.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.protocol.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_INVALID_FROM"
     >xmpp.protocol.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_INVALID_ID"
     >xmpp.protocol.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.protocol.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_INVALID_XML"
     >xmpp.protocol.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.protocol.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.protocol.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.protocol.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.protocol.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_RESTRICTED_XML"
     >xmpp.protocol.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.protocol.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.protocol.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.protocol.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.protocol.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.protocol.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.protocol.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.protocol.STREAM_XML_NOT_WELL_FORMED</a><br />  <div class="private">
    <a target="mainFrame" href="xmpp.protocol-module.html#_errorcodes"
     >xmpp.protocol._errorcodes</a><br />  </div>
    <a target="mainFrame" href="xmpp.protocol-module.html#name"
     >xmpp.protocol.name</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#sasl_error_conditions"
     >xmpp.protocol.sasl_error_conditions</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#stream_exceptions"
     >xmpp.protocol.stream_exceptions</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#xmpp_stanza_error_conditions"
     >xmpp.protocol.xmpp_stanza_error_conditions</a><br />    <a target="mainFrame" href="xmpp.protocol-module.html#xmpp_stream_error_conditions"
     >xmpp.protocol.xmpp_stream_error_conditions</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERRORS"
     >xmpp.roster.ERRORS</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_BAD_REQUEST"
     >xmpp.roster.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_CONFLICT"
     >xmpp.roster.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.roster.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_FORBIDDEN"
     >xmpp.roster.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_GONE"
     >xmpp.roster.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.roster.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.roster.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_JID_MALFORMED"
     >xmpp.roster.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.roster.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_NOT_ALLOWED"
     >xmpp.roster.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.roster.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.roster.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.roster.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_REDIRECT"
     >xmpp.roster.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.roster.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.roster.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.roster.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.roster.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.roster.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.roster.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.roster.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.roster.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_ABORTED"
     >xmpp.roster.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.roster.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_INVALID_AUTHZID"
     >xmpp.roster.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_INVALID_MECHANISM"
     >xmpp.roster.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.roster.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.roster.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.roster.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_BAD_FORMAT"
     >xmpp.roster.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.roster.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_CONFLICT"
     >xmpp.roster.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.roster.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_HOST_GONE"
     >xmpp.roster.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.roster.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.roster.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.roster.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_INVALID_FROM"
     >xmpp.roster.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_INVALID_ID"
     >xmpp.roster.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.roster.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_INVALID_XML"
     >xmpp.roster.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.roster.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.roster.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.roster.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.roster.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_RESTRICTED_XML"
     >xmpp.roster.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.roster.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.roster.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.roster.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.roster.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.roster.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.roster.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.roster.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.roster-module.html#name"
     >xmpp.roster.name</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERRORS"
     >xmpp.session.ERRORS</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_BAD_REQUEST"
     >xmpp.session.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_CONFLICT"
     >xmpp.session.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.session.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_FORBIDDEN"
     >xmpp.session.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_GONE"
     >xmpp.session.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.session.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.session.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_JID_MALFORMED"
     >xmpp.session.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.session.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_NOT_ALLOWED"
     >xmpp.session.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.session.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.session.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.session.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_REDIRECT"
     >xmpp.session.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.session.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.session.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.session.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.session.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.session.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.session.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.session.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.session-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.session.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_ABORTED"
     >xmpp.session.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.session.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_INVALID_AUTHZID"
     >xmpp.session.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_INVALID_MECHANISM"
     >xmpp.session.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.session.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.session.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.session.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SESSION_AUTHED"
     >xmpp.session.SESSION_AUTHED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SESSION_BOUND"
     >xmpp.session.SESSION_BOUND</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SESSION_CLOSED"
     >xmpp.session.SESSION_CLOSED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SESSION_NOT_AUTHED"
     >xmpp.session.SESSION_NOT_AUTHED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SESSION_OPENED"
     >xmpp.session.SESSION_OPENED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SOCKET_ALIVE"
     >xmpp.session.SOCKET_ALIVE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SOCKET_DEAD"
     >xmpp.session.SOCKET_DEAD</a><br />    <a target="mainFrame" href="xmpp.session-module.html#SOCKET_UNCONNECTED"
     >xmpp.session.SOCKET_UNCONNECTED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_BAD_FORMAT"
     >xmpp.session.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.session.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_CONFLICT"
     >xmpp.session.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.session.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_HOST_GONE"
     >xmpp.session.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.session.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.session.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.session.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_INVALID_FROM"
     >xmpp.session.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_INVALID_ID"
     >xmpp.session.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.session.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_INVALID_XML"
     >xmpp.session.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.session.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.session.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.session.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.session.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_RESTRICTED_XML"
     >xmpp.session.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.session.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.session.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.session.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.session.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.session.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.session.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.session.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM__CLOSED"
     >xmpp.session.STREAM__CLOSED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM__CLOSING"
     >xmpp.session.STREAM__CLOSING</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM__NOT_OPENED"
     >xmpp.session.STREAM__NOT_OPENED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#STREAM__OPENED"
     >xmpp.session.STREAM__OPENED</a><br />    <a target="mainFrame" href="xmpp.session-module.html#__version__"
     >xmpp.session.__version__</a><br />    <a target="mainFrame" href="xmpp.session-module.html#name"
     >xmpp.session.name</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#DBG_NODEBUILDER"
     >xmpp.simplexml.DBG_NODEBUILDER</a><br />    <a target="mainFrame" href="xmpp.simplexml-module.html#ENCODING"
     >xmpp.simplexml.ENCODING</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#BUFLEN"
     >xmpp.transports.BUFLEN</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#DATA_RECEIVED"
     >xmpp.transports.DATA_RECEIVED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#DATA_SENT"
     >xmpp.transports.DATA_SENT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#DBG_CONNECT_PROXY"
     >xmpp.transports.DBG_CONNECT_PROXY</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERRORS"
     >xmpp.transports.ERRORS</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_BAD_REQUEST"
     >xmpp.transports.ERR_BAD_REQUEST</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_CONFLICT"
     >xmpp.transports.ERR_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_FEATURE_NOT_IMPLEMENTED"
     >xmpp.transports.ERR_FEATURE_NOT_IMPLEMENTED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_FORBIDDEN"
     >xmpp.transports.ERR_FORBIDDEN</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_GONE"
     >xmpp.transports.ERR_GONE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_INTERNAL_SERVER_ERROR"
     >xmpp.transports.ERR_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_ITEM_NOT_FOUND"
     >xmpp.transports.ERR_ITEM_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_JID_MALFORMED"
     >xmpp.transports.ERR_JID_MALFORMED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_NOT_ACCEPTABLE"
     >xmpp.transports.ERR_NOT_ACCEPTABLE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_NOT_ALLOWED"
     >xmpp.transports.ERR_NOT_ALLOWED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_NOT_AUTHORIZED"
     >xmpp.transports.ERR_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_PAYMENT_REQUIRED"
     >xmpp.transports.ERR_PAYMENT_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_RECIPIENT_UNAVAILABLE"
     >xmpp.transports.ERR_RECIPIENT_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_REDIRECT"
     >xmpp.transports.ERR_REDIRECT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_REGISTRATION_REQUIRED"
     >xmpp.transports.ERR_REGISTRATION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_REMOTE_SERVER_NOT_FOUND"
     >xmpp.transports.ERR_REMOTE_SERVER_NOT_FOUND</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_REMOTE_SERVER_TIMEOUT"
     >xmpp.transports.ERR_REMOTE_SERVER_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_RESOURCE_CONSTRAINT"
     >xmpp.transports.ERR_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_SERVICE_UNAVAILABLE"
     >xmpp.transports.ERR_SERVICE_UNAVAILABLE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_SUBSCRIPTION_REQUIRED"
     >xmpp.transports.ERR_SUBSCRIPTION_REQUIRED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_UNDEFINED_CONDITION"
     >xmpp.transports.ERR_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#ERR_UNEXPECTED_REQUEST"
     >xmpp.transports.ERR_UNEXPECTED_REQUEST</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#HAVE_DNSPYTHON"
     >xmpp.transports.HAVE_DNSPYTHON</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#HAVE_PYDNS"
     >xmpp.transports.HAVE_PYDNS</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_ABORTED"
     >xmpp.transports.SASL_ABORTED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_INCORRECT_ENCODING"
     >xmpp.transports.SASL_INCORRECT_ENCODING</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_INVALID_AUTHZID"
     >xmpp.transports.SASL_INVALID_AUTHZID</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_INVALID_MECHANISM"
     >xmpp.transports.SASL_INVALID_MECHANISM</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_MECHANISM_TOO_WEAK"
     >xmpp.transports.SASL_MECHANISM_TOO_WEAK</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_NOT_AUTHORIZED"
     >xmpp.transports.SASL_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#SASL_TEMPORARY_AUTH_FAILURE"
     >xmpp.transports.SASL_TEMPORARY_AUTH_FAILURE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_BAD_FORMAT"
     >xmpp.transports.STREAM_BAD_FORMAT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_BAD_NAMESPACE_PREFIX"
     >xmpp.transports.STREAM_BAD_NAMESPACE_PREFIX</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_CONFLICT"
     >xmpp.transports.STREAM_CONFLICT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_CONNECTION_TIMEOUT"
     >xmpp.transports.STREAM_CONNECTION_TIMEOUT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_HOST_GONE"
     >xmpp.transports.STREAM_HOST_GONE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_HOST_UNKNOWN"
     >xmpp.transports.STREAM_HOST_UNKNOWN</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_IMPROPER_ADDRESSING"
     >xmpp.transports.STREAM_IMPROPER_ADDRESSING</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_INTERNAL_SERVER_ERROR"
     >xmpp.transports.STREAM_INTERNAL_SERVER_ERROR</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_INVALID_FROM"
     >xmpp.transports.STREAM_INVALID_FROM</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_INVALID_ID"
     >xmpp.transports.STREAM_INVALID_ID</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_INVALID_NAMESPACE"
     >xmpp.transports.STREAM_INVALID_NAMESPACE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_INVALID_XML"
     >xmpp.transports.STREAM_INVALID_XML</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_NOT_AUTHORIZED"
     >xmpp.transports.STREAM_NOT_AUTHORIZED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_POLICY_VIOLATION"
     >xmpp.transports.STREAM_POLICY_VIOLATION</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_REMOTE_CONNECTION_FAILED"
     >xmpp.transports.STREAM_REMOTE_CONNECTION_FAILED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_RESOURCE_CONSTRAINT"
     >xmpp.transports.STREAM_RESOURCE_CONSTRAINT</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_RESTRICTED_XML"
     >xmpp.transports.STREAM_RESTRICTED_XML</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_SEE_OTHER_HOST"
     >xmpp.transports.STREAM_SEE_OTHER_HOST</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_SYSTEM_SHUTDOWN"
     >xmpp.transports.STREAM_SYSTEM_SHUTDOWN</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_UNDEFINED_CONDITION"
     >xmpp.transports.STREAM_UNDEFINED_CONDITION</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_UNSUPPORTED_ENCODING"
     >xmpp.transports.STREAM_UNSUPPORTED_ENCODING</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_UNSUPPORTED_STANZA_TYPE"
     >xmpp.transports.STREAM_UNSUPPORTED_STANZA_TYPE</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_UNSUPPORTED_VERSION"
     >xmpp.transports.STREAM_UNSUPPORTED_VERSION</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#STREAM_XML_NOT_WELL_FORMED"
     >xmpp.transports.STREAM_XML_NOT_WELL_FORMED</a><br />    <a target="mainFrame" href="xmpp.transports-module.html#name"
     >xmpp.transports.name</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>