Ignore:
Timestamp:
Jan 12, 2013, 1:43:13 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
e3a0d71, 4485285
Parents:
4626016
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
Message:
Remove trailing whitespace

This commit was made with the command sequence

    for i in $(git ls-files | tr '\n' ' ');
    do
      echo $i; sed -i s'/\s\+$//g' "$(readlink -f $i)";
    done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/Net/Jabber/Stanza.pm

    rc2bed55 r7869e48  
    9090
    9191=pod
    92    
    93   For more information on what these namespaces are for, visit 
     92
     93  For more information on what these namespaces are for, visit
    9494  http://www.jabber.org and browse the Jabber Programmers Guide.
    9595
     
    9797
    9898  ny:private:ns
    99  
     99
    100100  Name                        Type     Get  Set  Remove  Defined  Add
    101101  ==========================  =======  ===  ===  ======  =======  ===
    102102  Foo                         scalar    X    X     X        X
    103   Bar                         child                                X 
     103  Bar                         child                                X
    104104  Bars                        child     X
    105105  Test                        master    X    X
     
    108108
    109109    GetFoo(), SetFoo(), RemoveFoo(), DefinedFoo()
    110    
     110
    111111    AddBar()
    112    
     112
    113113    GetBars(), DefinedBars()
    114    
     114
    115115    GetTest(), SetMaster()
    116116
     
    125125  Name                        Type       Get  Set  Remove  Defined  Add
    126126  ==========================  =========  ===  ===  ======  =======  ===
    127   Activate                    scalar      X    X     X        X       
    128   SID                         scalar      X    X     X        X       
    129   StreamHostUsedJID           jid         X    X     X        X       
    130   StreamHost                  child                                  X 
    131   StreamHosts                 child       X          X        X       
    132   ByteStreams                 master      X    X                       
     127  Activate                    scalar      X    X     X        X
     128  SID                         scalar      X    X     X        X
     129  StreamHostUsedJID           jid         X    X     X        X
     130  StreamHost                  child                                  X
     131  StreamHosts                 child       X          X        X
     132  ByteStreams                 master      X    X
    133133
    134134=head1 http://jabber.org/protocol/bytestreams - streamhost objects
     
    136136  Name                        Type       Get  Set  Remove  Defined  Add
    137137  ==========================  =========  ===  ===  ======  =======  ===
    138   Host                        scalar      X    X     X        X       
    139   JID                         jid         X    X     X        X       
    140   Port                        scalar      X    X     X        X       
    141   ZeroConf                    scalar      X    X     X        X       
    142   StreamHost                  master      X    X                       
     138  Host                        scalar      X    X     X        X
     139  JID                         jid         X    X     X        X
     140  Port                        scalar      X    X     X        X
     141  ZeroConf                    scalar      X    X     X        X
     142  StreamHost                  master      X    X
    143143
    144144=head1 http://jabber.org/protocol/commands
     
    146146  Name                        Type       Get  Set  Remove  Defined  Add
    147147  ==========================  =========  ===  ===  ======  =======  ===
    148   Action                      scalar      X    X     X        X       
    149   Node                        scalar      X    X     X        X       
    150   SessionID                   scalar      X    X     X        X       
    151   Status                      scalar      X    X     X        X       
    152   Note                        child                                  X 
    153   Notes                       child       X          X        X       
    154   Command                     master      X    X                       
     148  Action                      scalar      X    X     X        X
     149  Node                        scalar      X    X     X        X
     150  SessionID                   scalar      X    X     X        X
     151  Status                      scalar      X    X     X        X
     152  Note                        child                                  X
     153  Notes                       child       X          X        X
     154  Command                     master      X    X
    155155
    156156=head1 http://jabber.org/protocol/commands - note objects
     
    158158  Name                        Type       Get  Set  Remove  Defined  Add
    159159  ==========================  =========  ===  ===  ======  =======  ===
    160   Message                     scalar      X    X     X        X       
    161   Type                        scalar      X    X     X        X       
    162   Note                        master      X    X                       
     160  Message                     scalar      X    X     X        X
     161  Type                        scalar      X    X     X        X
     162  Note                        master      X    X
    163163
    164164=head1 http://jabber.org/protocol/disco#info
     
    166166  Name                        Type       Get  Set  Remove  Defined  Add
    167167  ==========================  =========  ===  ===  ======  =======  ===
    168   Node                        scalar      X    X     X        X       
    169   Feature                     child                                  X 
    170   Features                    child       X          X        X       
    171   Identities                  child       X          X        X       
    172   Identity                    child                                  X 
    173   DiscoInfo                   master      X    X                       
     168  Node                        scalar      X    X     X        X
     169  Feature                     child                                  X
     170  Features                    child       X          X        X
     171  Identities                  child       X          X        X
     172  Identity                    child                                  X
     173  DiscoInfo                   master      X    X
    174174
    175175=head1 http://jabber.org/protocol/disco#info - feature objects
     
    177177  Name                        Type       Get  Set  Remove  Defined  Add
    178178  ==========================  =========  ===  ===  ======  =======  ===
    179   Var                         scalar      X    X     X        X       
    180   Feature                     master      X    X                       
     179  Var                         scalar      X    X     X        X
     180  Feature                     master      X    X
    181181
    182182=head1 http://jabber.org/protocol/disco#info - identity objects
     
    184184  Name                        Type       Get  Set  Remove  Defined  Add
    185185  ==========================  =========  ===  ===  ======  =======  ===
    186   Category                    scalar      X    X     X        X       
    187   Name                        scalar      X    X     X        X       
    188   Type                        scalar      X    X     X        X       
    189   Identity                    master      X    X                       
     186  Category                    scalar      X    X     X        X
     187  Name                        scalar      X    X     X        X
     188  Type                        scalar      X    X     X        X
     189  Identity                    master      X    X
    190190
    191191=head1 http://jabber.org/protocol/disco#items
     
    193193  Name                        Type       Get  Set  Remove  Defined  Add
    194194  ==========================  =========  ===  ===  ======  =======  ===
    195   Node                        scalar      X    X     X        X       
    196   Item                        child                                  X 
    197   Items                       child       X          X        X       
    198   DiscoItems                  master      X    X                       
     195  Node                        scalar      X    X     X        X
     196  Item                        child                                  X
     197  Items                       child       X          X        X
     198  DiscoItems                  master      X    X
    199199
    200200=head1 http://jabber.org/protocol/disco#items - item objects
     
    202202  Name                        Type       Get  Set  Remove  Defined  Add
    203203  ==========================  =========  ===  ===  ======  =======  ===
    204   Action                      scalar      X    X     X        X       
    205   JID                         jid         X    X     X        X       
    206   Name                        scalar      X    X     X        X       
    207   Node                        scalar      X    X     X        X       
    208   Item                        master      X    X                       
     204  Action                      scalar      X    X     X        X
     205  JID                         jid         X    X     X        X
     206  Name                        scalar      X    X     X        X
     207  Node                        scalar      X    X     X        X
     208  Item                        master      X    X
    209209
    210210=head1 http://jabber.org/protocol/feature-neg
     
    212212  Name                        Type       Get  Set  Remove  Defined  Add
    213213  ==========================  =========  ===  ===  ======  =======  ===
    214   FeatureNeg                  master      X    X                       
     214  FeatureNeg                  master      X    X
    215215
    216216=head1 http://jabber.org/protocol/muc
     
    218218  Name                        Type       Get  Set  Remove  Defined  Add
    219219  ==========================  =========  ===  ===  ======  =======  ===
    220   Password                    scalar      X    X     X        X       
    221   MUC                         master      X    X                       
     220  Password                    scalar      X    X     X        X
     221  MUC                         master      X    X
    222222
    223223=head1 http://jabber.org/protocol/muc#admin
     
    225225  Name                        Type       Get  Set  Remove  Defined  Add
    226226  ==========================  =========  ===  ===  ======  =======  ===
    227   Item                        child                                  X 
    228   Items                       child       X          X        X       
    229   Admin                       master      X    X                       
     227  Item                        child                                  X
     228  Items                       child       X          X        X
     229  Admin                       master      X    X
    230230
    231231=head1 http://jabber.org/protocol/muc#admin - item objects
     
    233233  Name                        Type       Get  Set  Remove  Defined  Add
    234234  ==========================  =========  ===  ===  ======  =======  ===
    235   ActorJID                    jid         X    X     X        X       
    236   Affiliation                 scalar      X    X     X        X       
    237   JID                         jid         X    X     X        X       
    238   Nick                        scalar      X    X     X        X       
    239   Reason                      scalar      X    X     X        X       
    240   Role                        scalar      X    X     X        X       
    241   Item                        master      X    X                       
     235  ActorJID                    jid         X    X     X        X
     236  Affiliation                 scalar      X    X     X        X
     237  JID                         jid         X    X     X        X
     238  Nick                        scalar      X    X     X        X
     239  Reason                      scalar      X    X     X        X
     240  Role                        scalar      X    X     X        X
     241  Item                        master      X    X
    242242
    243243=head1 http://jabber.org/protocol/muc#user
     
    245245  Name                        Type       Get  Set  Remove  Defined  Add
    246246  ==========================  =========  ===  ===  ======  =======  ===
    247   Alt                         scalar      X    X     X        X       
    248   Password                    scalar      X    X     X        X       
    249   StatusCode                  scalar      X    X     X        X       
    250   Invite                      child       X          X        X      X 
    251   Item                        child       X          X        X      X 
    252   User                        master      X    X                       
     247  Alt                         scalar      X    X     X        X
     248  Password                    scalar      X    X     X        X
     249  StatusCode                  scalar      X    X     X        X
     250  Invite                      child       X          X        X      X
     251  Item                        child       X          X        X      X
     252  User                        master      X    X
    253253
    254254=head1 http://jabber.org/protocol/muc#user - invite objects
     
    256256  Name                        Type       Get  Set  Remove  Defined  Add
    257257  ==========================  =========  ===  ===  ======  =======  ===
    258   From                        jid         X    X     X        X       
    259   Reason                      scalar      X    X     X        X       
    260   To                          jid         X    X     X        X       
    261   Invite                      master      X    X                       
     258  From                        jid         X    X     X        X
     259  Reason                      scalar      X    X     X        X
     260  To                          jid         X    X     X        X
     261  Invite                      master      X    X
    262262
    263263=head1 http://jabber.org/protocol/muc#user - item objects
     
    265265  Name                        Type       Get  Set  Remove  Defined  Add
    266266  ==========================  =========  ===  ===  ======  =======  ===
    267   ActorJID                    jid         X    X     X        X       
    268   Affiliation                 scalar      X    X     X        X       
    269   JID                         jid         X    X     X        X       
    270   Nick                        scalar      X    X     X        X       
    271   Reason                      scalar      X    X     X        X       
    272   Role                        scalar      X    X     X        X       
    273   Item                        master      X    X                       
     267  ActorJID                    jid         X    X     X        X
     268  Affiliation                 scalar      X    X     X        X
     269  JID                         jid         X    X     X        X
     270  Nick                        scalar      X    X     X        X
     271  Reason                      scalar      X    X     X        X
     272  Role                        scalar      X    X     X        X
     273  Item                        master      X    X
    274274
    275275=head1 http://jabber.org/protocol/pubsub
     
    277277  Name                        Type       Get  Set  Remove  Defined  Add
    278278  ==========================  =========  ===  ===  ======  =======  ===
    279   Affiliations                child       X          X        X      X 
    280   Configure                   child       X          X        X      X 
    281   Create                      child       X          X        X      X 
    282   Delete                      child       X          X        X      X 
    283   Entities                    child       X          X        X      X 
    284   Entity                      child       X          X        X      X 
    285   Item                        child       X          X        X      X 
    286   Items                       child       X          X        X      X 
    287   Options                     child       X          X        X      X 
    288   Publish                     child       X          X        X      X 
    289   Purge                       child       X          X        X      X 
    290   Retract                     child       X          X        X      X 
    291   Subscribe                   child       X          X        X      X 
    292   Unsubscribe                 child       X          X        X      X 
    293   PubSub                      master      X    X                       
     279  Affiliations                child       X          X        X      X
     280  Configure                   child       X          X        X      X
     281  Create                      child       X          X        X      X
     282  Delete                      child       X          X        X      X
     283  Entities                    child       X          X        X      X
     284  Entity                      child       X          X        X      X
     285  Item                        child       X          X        X      X
     286  Items                       child       X          X        X      X
     287  Options                     child       X          X        X      X
     288  Publish                     child       X          X        X      X
     289  Purge                       child       X          X        X      X
     290  Retract                     child       X          X        X      X
     291  Subscribe                   child       X          X        X      X
     292  Unsubscribe                 child       X          X        X      X
     293  PubSub                      master      X    X
    294294
    295295=head1 http://jabber.org/protocol/pubsub - affiliations objects
     
    297297  Name                        Type       Get  Set  Remove  Defined  Add
    298298  ==========================  =========  ===  ===  ======  =======  ===
    299   Entity                      child       X          X        X      X 
    300   Affiliations                master      X    X                       
     299  Entity                      child       X          X        X      X
     300  Affiliations                master      X    X
    301301
    302302=head1 http://jabber.org/protocol/pubsub - configure objects
     
    304304  Name                        Type       Get  Set  Remove  Defined  Add
    305305  ==========================  =========  ===  ===  ======  =======  ===
    306   Node                        scalar      X    X     X        X       
    307   Configure                   master      X    X                       
     306  Node                        scalar      X    X     X        X
     307  Configure                   master      X    X
    308308
    309309=head1 http://jabber.org/protocol/pubsub - create objects
     
    311311  Name                        Type       Get  Set  Remove  Defined  Add
    312312  ==========================  =========  ===  ===  ======  =======  ===
    313   Node                        scalar      X    X     X        X       
    314   Create                      master      X    X                       
     313  Node                        scalar      X    X     X        X
     314  Create                      master      X    X
    315315
    316316=head1 http://jabber.org/protocol/pubsub - delete objects
     
    318318  Name                        Type       Get  Set  Remove  Defined  Add
    319319  ==========================  =========  ===  ===  ======  =======  ===
    320   Node                        scalar      X    X     X        X       
    321   Delete                      master      X    X                       
     320  Node                        scalar      X    X     X        X
     321  Delete                      master      X    X
    322322
    323323=head1 http://jabber.org/protocol/pubsub - entities objects
     
    325325  Name                        Type       Get  Set  Remove  Defined  Add
    326326  ==========================  =========  ===  ===  ======  =======  ===
    327   Entity                      child       X          X        X      X 
    328   Entities                    master      X    X                       
     327  Entity                      child       X          X        X      X
     328  Entities                    master      X    X
    329329
    330330=head1 http://jabber.org/protocol/pubsub - entity objects
     
    332332  Name                        Type       Get  Set  Remove  Defined  Add
    333333  ==========================  =========  ===  ===  ======  =======  ===
    334   Affiliation                 scalar      X    X     X        X       
    335   JID                         jid         X    X     X        X       
    336   Node                        scalar      X    X     X        X       
    337   Subscription                scalar      X    X     X        X       
    338   SubscribeOptions            child       X          X        X      X 
    339   Entity                      master      X    X                       
     334  Affiliation                 scalar      X    X     X        X
     335  JID                         jid         X    X     X        X
     336  Node                        scalar      X    X     X        X
     337  Subscription                scalar      X    X     X        X
     338  SubscribeOptions            child       X          X        X      X
     339  Entity                      master      X    X
    340340
    341341=head1 http://jabber.org/protocol/pubsub - item objects
     
    343343  Name                        Type       Get  Set  Remove  Defined  Add
    344344  ==========================  =========  ===  ===  ======  =======  ===
    345   ID                          scalar      X    X     X        X       
    346   Payload                     raw         X    X     X        X       
    347   Item                        master      X    X                       
     345  ID                          scalar      X    X     X        X
     346  Payload                     raw         X    X     X        X
     347  Item                        master      X    X
    348348
    349349=head1 http://jabber.org/protocol/pubsub - items objects
     
    351351  Name                        Type       Get  Set  Remove  Defined  Add
    352352  ==========================  =========  ===  ===  ======  =======  ===
    353   MaxItems                    scalar      X    X     X        X       
    354   Node                        scalar      X    X     X        X       
    355   Item                        child       X          X        X      X 
    356   Items                       master      X    X                       
     353  MaxItems                    scalar      X    X     X        X
     354  Node                        scalar      X    X     X        X
     355  Item                        child       X          X        X      X
     356  Items                       master      X    X
    357357
    358358=head1 http://jabber.org/protocol/pubsub - options objects
     
    360360  Name                        Type       Get  Set  Remove  Defined  Add
    361361  ==========================  =========  ===  ===  ======  =======  ===
    362   JID                         jid         X    X     X        X       
    363   Node                        scalar      X    X     X        X       
    364   Options                     master      X    X                       
     362  JID                         jid         X    X     X        X
     363  Node                        scalar      X    X     X        X
     364  Options                     master      X    X
    365365
    366366=head1 http://jabber.org/protocol/pubsub - publish objects
     
    368368  Name                        Type       Get  Set  Remove  Defined  Add
    369369  ==========================  =========  ===  ===  ======  =======  ===
    370   Node                        scalar      X    X     X        X       
    371   Item                        child       X          X        X      X 
    372   Publish                     master      X    X                       
     370  Node                        scalar      X    X     X        X
     371  Item                        child       X          X        X      X
     372  Publish                     master      X    X
    373373
    374374=head1 http://jabber.org/protocol/pubsub - purge objects
     
    376376  Name                        Type       Get  Set  Remove  Defined  Add
    377377  ==========================  =========  ===  ===  ======  =======  ===
    378   Node                        scalar      X    X     X        X       
    379   Purge                       master      X    X                       
     378  Node                        scalar      X    X     X        X
     379  Purge                       master      X    X
    380380
    381381=head1 http://jabber.org/protocol/pubsub - retract objects
     
    383383  Name                        Type       Get  Set  Remove  Defined  Add
    384384  ==========================  =========  ===  ===  ======  =======  ===
    385   Node                        scalar      X    X     X        X       
    386   Item                        child       X          X        X      X 
    387   Retract                     master      X    X                       
     385  Node                        scalar      X    X     X        X
     386  Item                        child       X          X        X      X
     387  Retract                     master      X    X
    388388
    389389=head1 http://jabber.org/protocol/pubsub - subscribe objects
     
    391391  Name                        Type       Get  Set  Remove  Defined  Add
    392392  ==========================  =========  ===  ===  ======  =======  ===
    393   JID                         jid         X    X     X        X       
    394   Node                        scalar      X    X     X        X       
    395   Subscribe                   master      X    X                       
     393  JID                         jid         X    X     X        X
     394  Node                        scalar      X    X     X        X
     395  Subscribe                   master      X    X
    396396
    397397=head1 http://jabber.org/protocol/pubsub - subscribe-options objects
     
    399399  Name                        Type       Get  Set  Remove  Defined  Add
    400400  ==========================  =========  ===  ===  ======  =======  ===
    401   Required                    flag        X    X     X        X       
    402   SubscribeOptions            master      X    X                       
     401  Required                    flag        X    X     X        X
     402  SubscribeOptions            master      X    X
    403403
    404404=head1 http://jabber.org/protocol/pubsub - unsubscribe objects
     
    406406  Name                        Type       Get  Set  Remove  Defined  Add
    407407  ==========================  =========  ===  ===  ======  =======  ===
    408   JID                         jid         X    X     X        X       
    409   Node                        scalar      X    X     X        X       
    410   Unsubscribe                 master      X    X                       
     408  JID                         jid         X    X     X        X
     409  Node                        scalar      X    X     X        X
     410  Unsubscribe                 master      X    X
    411411
    412412=head1 http://jabber.org/protocol/pubsub#event
     
    414414  Name                        Type       Get  Set  Remove  Defined  Add
    415415  ==========================  =========  ===  ===  ======  =======  ===
    416   Delete                      child       X          X        X      X 
    417   Items                       child       X          X        X      X 
    418   Event                       master      X    X                       
     416  Delete                      child       X          X        X      X
     417  Items                       child       X          X        X      X
     418  Event                       master      X    X
    419419
    420420=head1 http://jabber.org/protocol/pubsub#event - delete objects
     
    422422  Name                        Type       Get  Set  Remove  Defined  Add
    423423  ==========================  =========  ===  ===  ======  =======  ===
    424   Node                        scalar      X    X     X        X       
    425   Delete                      master      X    X                       
     424  Node                        scalar      X    X     X        X
     425  Delete                      master      X    X
    426426
    427427=head1 http://jabber.org/protocol/pubsub#event - item objects
     
    429429  Name                        Type       Get  Set  Remove  Defined  Add
    430430  ==========================  =========  ===  ===  ======  =======  ===
    431   ID                          scalar      X    X     X        X       
    432   Payload                     raw         X    X     X        X       
    433   Item                        master      X    X                       
     431  ID                          scalar      X    X     X        X
     432  Payload                     raw         X    X     X        X
     433  Item                        master      X    X
    434434
    435435=head1 http://jabber.org/protocol/pubsub#event - items objects
     
    437437  Name                        Type       Get  Set  Remove  Defined  Add
    438438  ==========================  =========  ===  ===  ======  =======  ===
    439   Node                        scalar      X    X     X        X       
    440   Item                        child       X          X        X      X 
    441   Items                       master      X    X                       
     439  Node                        scalar      X    X     X        X
     440  Item                        child       X          X        X      X
     441  Items                       master      X    X
    442442
    443443=head1 http://jabber.org/protocol/pubsub#owner
     
    445445  Name                        Type       Get  Set  Remove  Defined  Add
    446446  ==========================  =========  ===  ===  ======  =======  ===
    447   Action                      scalar      X    X     X        X       
    448   Configure                   child       X          X        X      X 
    449   Owner                       master      X    X                       
     447  Action                      scalar      X    X     X        X
     448  Configure                   child       X          X        X      X
     449  Owner                       master      X    X
    450450
    451451=head1 http://jabber.org/protocol/pubsub#owner - configure objects
     
    453453  Name                        Type       Get  Set  Remove  Defined  Add
    454454  ==========================  =========  ===  ===  ======  =======  ===
    455   Node                        scalar      X    X     X        X       
    456   Configure                   master      X    X                       
     455  Node                        scalar      X    X     X        X
     456  Configure                   master      X    X
    457457
    458458=head1 http://jabber.org/protocol/si
     
    460460  Name                        Type       Get  Set  Remove  Defined  Add
    461461  ==========================  =========  ===  ===  ======  =======  ===
    462   ID                          scalar      X    X     X        X       
    463   MimeType                    scalar      X    X     X        X       
    464   Profile                     scalar      X    X     X        X       
    465   Stream                      master      X    X                       
     462  ID                          scalar      X    X     X        X
     463  MimeType                    scalar      X    X     X        X
     464  Profile                     scalar      X    X     X        X
     465  Stream                      master      X    X
    466466
    467467=head1 http://jabber.org/protocol/si/profile/file-transfer
     
    469469  Name                        Type       Get  Set  Remove  Defined  Add
    470470  ==========================  =========  ===  ===  ======  =======  ===
    471   Date                        scalar      X    X     X        X       
    472   Desc                        scalar      X    X     X        X       
    473   Hash                        scalar      X    X     X        X       
    474   Name                        scalar      X    X     X        X       
    475   Range                       flag        X    X     X        X       
    476   RangeLength                 scalar      X    X     X        X       
    477   RangeOffset                 scalar      X    X     X        X       
    478   Size                        scalar      X    X     X        X       
    479   File                        master      X    X                       
     471  Date                        scalar      X    X     X        X
     472  Desc                        scalar      X    X     X        X
     473  Hash                        scalar      X    X     X        X
     474  Name                        scalar      X    X     X        X
     475  Range                       flag        X    X     X        X
     476  RangeLength                 scalar      X    X     X        X
     477  RangeOffset                 scalar      X    X     X        X
     478  Size                        scalar      X    X     X        X
     479  File                        master      X    X
    480480
    481481=head1 jabber:iq:agent - DEPRECATED
     
    483483  Name                        Type       Get  Set  Remove  Defined  Add
    484484  ==========================  =========  ===  ===  ======  =======  ===
    485   Agents                      flag        X    X     X        X       
    486   Description                 scalar      X    X     X        X       
    487   GroupChat                   flag        X    X     X        X       
    488   JID                         jid         X    X     X        X       
    489   Name                        scalar      X    X     X        X       
    490   Register                    flag        X    X     X        X       
    491   Search                      flag        X    X     X        X       
    492   Service                     scalar      X    X     X        X       
    493   Transport                   scalar      X    X     X        X       
    494   URL                         scalar      X    X     X        X       
    495   Agent                       master      X    X                       
     485  Agents                      flag        X    X     X        X
     486  Description                 scalar      X    X     X        X
     487  GroupChat                   flag        X    X     X        X
     488  JID                         jid         X    X     X        X
     489  Name                        scalar      X    X     X        X
     490  Register                    flag        X    X     X        X
     491  Search                      flag        X    X     X        X
     492  Service                     scalar      X    X     X        X
     493  Transport                   scalar      X    X     X        X
     494  URL                         scalar      X    X     X        X
     495  Agent                       master      X    X
    496496
    497497=head1 jabber:iq:agents - DEPRECATED
     
    499499  Name                        Type       Get  Set  Remove  Defined  Add
    500500  ==========================  =========  ===  ===  ======  =======  ===
    501   Agent                       child                                  X 
    502   Agents                      child       X          X        X       
     501  Agent                       child                                  X
     502  Agents                      child       X          X        X
    503503
    504504=head1 jabber:iq:autoupdate
     
    506506  Name                        Type       Get  Set  Remove  Defined  Add
    507507  ==========================  =========  ===  ===  ======  =======  ===
    508   Beta                        child                                  X 
    509   Dev                         child                                  X 
    510   Release                     child                                  X 
    511   Releases                    child       X          X        X       
     508  Beta                        child                                  X
     509  Dev                         child                                  X
     510  Release                     child                                  X
     511  Releases                    child       X          X        X
    512512
    513513=head1 jabber:iq:autoupdate - release objects
     
    515515  Name                        Type       Get  Set  Remove  Defined  Add
    516516  ==========================  =========  ===  ===  ======  =======  ===
    517   Desc                        scalar      X    X     X        X       
    518   Priority                    scalar      X    X     X        X       
    519   URL                         scalar      X    X     X        X       
    520   Version                     scalar      X    X     X        X       
    521   Release                     master      X    X                       
     517  Desc                        scalar      X    X     X        X
     518  Priority                    scalar      X    X     X        X
     519  URL                         scalar      X    X     X        X
     520  Version                     scalar      X    X     X        X
     521  Release                     master      X    X
    522522
    523523=head1 jabber:iq:browse - DEPRECATED
     
    525525  Name                        Type       Get  Set  Remove  Defined  Add
    526526  ==========================  =========  ===  ===  ======  =======  ===
    527   Category                    scalar      X    X     X        X       
    528   JID                         jid         X    X     X        X       
    529   NS                          array       X    X     X        X       
    530   Name                        scalar      X    X     X        X       
    531   Type                        scalar      X    X     X        X       
    532   Item                        child                                  X 
    533   Items                       child       X          X        X       
    534   Browse                      master      X    X                       
     527  Category                    scalar      X    X     X        X
     528  JID                         jid         X    X     X        X
     529  NS                          array       X    X     X        X
     530  Name                        scalar      X    X     X        X
     531  Type                        scalar      X    X     X        X
     532  Item                        child                                  X
     533  Items                       child       X          X        X
     534  Browse                      master      X    X
    535535
    536536=head1 jabber:iq:browse - item objects - DEPRECATED
     
    538538  Name                        Type       Get  Set  Remove  Defined  Add
    539539  ==========================  =========  ===  ===  ======  =======  ===
    540   Category                    scalar      X    X     X        X       
    541   JID                         jid         X    X     X        X       
    542   NS                          array       X    X     X        X       
    543   Name                        scalar      X    X     X        X       
    544   Type                        scalar      X    X     X        X       
    545   Item                        child                                  X 
    546   Items                       child       X          X        X       
    547   Browse                      master      X    X                       
     540  Category                    scalar      X    X     X        X
     541  JID                         jid         X    X     X        X
     542  NS                          array       X    X     X        X
     543  Name                        scalar      X    X     X        X
     544  Type                        scalar      X    X     X        X
     545  Item                        child                                  X
     546  Items                       child       X          X        X
     547  Browse                      master      X    X
    548548
    549549=head1 jabber:iq:conference
     
    551551  Name                        Type       Get  Set  Remove  Defined  Add
    552552  ==========================  =========  ===  ===  ======  =======  ===
    553   ID                          scalar      X    X     X        X       
    554   Name                        scalar      X    X     X        X       
    555   Nick                        scalar      X    X     X        X       
    556   Privacy                     flag        X    X     X        X       
    557   Secret                      scalar      X    X     X        X       
    558   Conference                  master      X    X                       
     553  ID                          scalar      X    X     X        X
     554  Name                        scalar      X    X     X        X
     555  Nick                        scalar      X    X     X        X
     556  Privacy                     flag        X    X     X        X
     557  Secret                      scalar      X    X     X        X
     558  Conference                  master      X    X
    559559
    560560=head1 jabber:iq:filter - DEPRECATED
     
    562562  Name                        Type       Get  Set  Remove  Defined  Add
    563563  ==========================  =========  ===  ===  ======  =======  ===
    564   Rule                        child                                  X 
    565   Rules                       child       X          X        X       
     564  Rule                        child                                  X
     565  Rules                       child       X          X        X
    566566
    567567=head1 jabber:iq:filter - rule objects - DEPRECATED
     
    569569  Name                        Type       Get  Set  Remove  Defined  Add
    570570  ==========================  =========  ===  ===  ======  =======  ===
    571   Body                        scalar      X    X     X        X       
    572   Continued                   scalar      X    X     X        X       
    573   Drop                        scalar      X    X     X        X       
    574   Edit                        scalar      X    X     X        X       
    575   Error                       scalar      X    X     X        X       
    576   From                        scalar      X    X     X        X       
    577   Offline                     scalar      X    X     X        X       
    578   Reply                       scalar      X    X     X        X       
    579   Resource                    scalar      X    X     X        X       
    580   Show                        scalar      X    X     X        X       
    581   Size                        scalar      X    X     X        X       
    582   Subject                     scalar      X    X     X        X       
    583   Time                        scalar      X    X     X        X       
    584   Type                        scalar      X    X     X        X       
    585   Unavailable                 scalar      X    X     X        X       
    586   Rule                        master      X    X                       
     571  Body                        scalar      X    X     X        X
     572  Continued                   scalar      X    X     X        X
     573  Drop                        scalar      X    X     X        X
     574  Edit                        scalar      X    X     X        X
     575  Error                       scalar      X    X     X        X
     576  From                        scalar      X    X     X        X
     577  Offline                     scalar      X    X     X        X
     578  Reply                       scalar      X    X     X        X
     579  Resource                    scalar      X    X     X        X
     580  Show                        scalar      X    X     X        X
     581  Size                        scalar      X    X     X        X
     582  Subject                     scalar      X    X     X        X
     583  Time                        scalar      X    X     X        X
     584  Type                        scalar      X    X     X        X
     585  Unavailable                 scalar      X    X     X        X
     586  Rule                        master      X    X
    587587
    588588=head1 jabber:iq:gateway
     
    590590  Name                        Type       Get  Set  Remove  Defined  Add
    591591  ==========================  =========  ===  ===  ======  =======  ===
    592   Desc                        scalar      X    X     X        X       
    593   JID                         jid         X    X     X        X       
    594   Prompt                      scalar      X    X     X        X       
    595   Gateway                     master      X    X                       
     592  Desc                        scalar      X    X     X        X
     593  JID                         jid         X    X     X        X
     594  Prompt                      scalar      X    X     X        X
     595  Gateway                     master      X    X
    596596
    597597=head1 jabber:iq:last
     
    599599  Name                        Type       Get  Set  Remove  Defined  Add
    600600  ==========================  =========  ===  ===  ======  =======  ===
    601   Message                     scalar      X    X     X        X       
    602   Seconds                     scalar      X    X     X        X       
    603   Last                        master      X    X                       
     601  Message                     scalar      X    X     X        X
     602  Seconds                     scalar      X    X     X        X
     603  Last                        master      X    X
    604604
    605605=head1 jabber:iq:oob
     
    607607  Name                        Type       Get  Set  Remove  Defined  Add
    608608  ==========================  =========  ===  ===  ======  =======  ===
    609   Desc                        scalar      X    X     X        X       
    610   URL                         scalar      X    X     X        X       
    611   Oob                         master      X    X                       
     609  Desc                        scalar      X    X     X        X
     610  URL                         scalar      X    X     X        X
     611  Oob                         master      X    X
    612612
    613613=head1 jabber:iq:pass
     
    615615  Name                        Type       Get  Set  Remove  Defined  Add
    616616  ==========================  =========  ===  ===  ======  =======  ===
    617   Client                      scalar      X    X     X        X       
    618   ClientPort                  scalar      X    X     X        X       
    619   Close                       flag        X    X     X        X       
    620   Expire                      scalar      X    X     X        X       
    621   OneShot                     flag        X    X     X        X       
    622   Proxy                       scalar      X    X     X        X       
    623   ProxyPort                   scalar      X    X     X        X       
    624   Server                      scalar      X    X     X        X       
    625   ServerPort                  scalar      X    X     X        X       
    626   Pass                        master      X    X                       
     617  Client                      scalar      X    X     X        X
     618  ClientPort                  scalar      X    X     X        X
     619  Close                       flag        X    X     X        X
     620  Expire                      scalar      X    X     X        X
     621  OneShot                     flag        X    X     X        X
     622  Proxy                       scalar      X    X     X        X
     623  ProxyPort                   scalar      X    X     X        X
     624  Server                      scalar      X    X     X        X
     625  ServerPort                  scalar      X    X     X        X
     626  Pass                        master      X    X
    627627
    628628=head1 jabber:iq:rpc
     
    630630  Name                        Type       Get  Set  Remove  Defined  Add
    631631  ==========================  =========  ===  ===  ======  =======  ===
    632   MethodCall                  child       X          X        X      X 
    633   MethodResponse              child       X          X        X      X 
     632  MethodCall                  child       X          X        X      X
     633  MethodResponse              child       X          X        X      X
    634634
    635635=head1 jabber:iq:rpc - array objects
     
    637637  Name                        Type       Get  Set  Remove  Defined  Add
    638638  ==========================  =========  ===  ===  ======  =======  ===
    639   Data                        child                                  X 
    640   Datas                       child       X          X        X       
     639  Data                        child                                  X
     640  Datas                       child       X          X        X
    641641
    642642=head1 jabber:iq:rpc - data objects
     
    644644  Name                        Type       Get  Set  Remove  Defined  Add
    645645  ==========================  =========  ===  ===  ======  =======  ===
    646   Value                       child       X          X        X      X 
     646  Value                       child       X          X        X      X
    647647
    648648=head1 jabber:iq:rpc - fault objects
     
    650650  Name                        Type       Get  Set  Remove  Defined  Add
    651651  ==========================  =========  ===  ===  ======  =======  ===
    652   Value                       child       X          X        X      X 
     652  Value                       child       X          X        X      X
    653653
    654654=head1 jabber:iq:rpc - member objects
     
    656656  Name                        Type       Get  Set  Remove  Defined  Add
    657657  ==========================  =========  ===  ===  ======  =======  ===
    658   Name                        scalar      X    X     X        X       
    659   Value                       child       X          X        X      X 
    660   Member                      master      X    X                       
     658  Name                        scalar      X    X     X        X
     659  Value                       child       X          X        X      X
     660  Member                      master      X    X
    661661
    662662=head1 jabber:iq:rpc - methodCall objects
     
    664664  Name                        Type       Get  Set  Remove  Defined  Add
    665665  ==========================  =========  ===  ===  ======  =======  ===
    666   MethodName                  scalar      X    X     X        X       
    667   Params                      child       X          X        X      X 
    668   MethodCall                  master      X    X                       
     666  MethodName                  scalar      X    X     X        X
     667  Params                      child       X          X        X      X
     668  MethodCall                  master      X    X
    669669
    670670=head1 jabber:iq:rpc - methodResponse objects
     
    672672  Name                        Type       Get  Set  Remove  Defined  Add
    673673  ==========================  =========  ===  ===  ======  =======  ===
    674   Fault                       child       X          X        X      X 
    675   Params                      child       X          X        X      X 
     674  Fault                       child       X          X        X      X
     675  Params                      child       X          X        X      X
    676676
    677677=head1 jabber:iq:rpc - param objects
     
    679679  Name                        Type       Get  Set  Remove  Defined  Add
    680680  ==========================  =========  ===  ===  ======  =======  ===
    681   Value                       child       X          X        X      X 
     681  Value                       child       X          X        X      X
    682682
    683683=head1 jabber:iq:rpc - params objects
     
    685685  Name                        Type       Get  Set  Remove  Defined  Add
    686686  ==========================  =========  ===  ===  ======  =======  ===
    687   Param                       child                                  X 
    688   Params                      child       X          X        X       
     687  Param                       child                                  X
     688  Params                      child       X          X        X
    689689
    690690=head1 jabber:iq:rpc - struct objects
     
    692692  Name                        Type       Get  Set  Remove  Defined  Add
    693693  ==========================  =========  ===  ===  ======  =======  ===
    694   Member                      child                                  X 
    695   Members                     child       X          X        X       
     694  Member                      child                                  X
     695  Members                     child       X          X        X
    696696
    697697=head1 jabber:iq:rpc - value objects
     
    699699  Name                        Type       Get  Set  Remove  Defined  Add
    700700  ==========================  =========  ===  ===  ======  =======  ===
    701   Base64                      scalar      X    X     X        X       
    702   Boolean                     scalar      X    X     X        X       
    703   DateTime                    scalar      X    X     X        X       
    704   Double                      scalar      X    X     X        X       
    705   I4                          scalar      X    X     X        X       
    706   Int                         scalar      X    X     X        X       
    707   String                      scalar      X    X     X        X       
    708   Value                       scalar      X    X     X        X       
    709   Array                       child       X          X        X      X 
    710   Struct                      child       X          X        X      X 
    711   RPCValue                    master      X    X                       
     701  Base64                      scalar      X    X     X        X
     702  Boolean                     scalar      X    X     X        X
     703  DateTime                    scalar      X    X     X        X
     704  Double                      scalar      X    X     X        X
     705  I4                          scalar      X    X     X        X
     706  Int                         scalar      X    X     X        X
     707  String                      scalar      X    X     X        X
     708  Value                       scalar      X    X     X        X
     709  Array                       child       X          X        X      X
     710  Struct                      child       X          X        X      X
     711  RPCValue                    master      X    X
    712712
    713713=head1 jabber:iq:search
     
    715715  Name                        Type       Get  Set  Remove  Defined  Add
    716716  ==========================  =========  ===  ===  ======  =======  ===
    717   Email                       scalar      X    X     X        X       
    718   Family                      scalar      X    X     X        X       
    719   First                       scalar      X    X     X        X       
    720   Given                       scalar      X    X     X        X       
    721   Instructions                scalar      X    X     X        X       
    722   Key                         scalar      X    X     X        X       
    723   Last                        scalar      X    X     X        X       
    724   Name                        scalar      X    X     X        X       
    725   Nick                        scalar      X    X     X        X       
    726   Truncated                   flag        X    X     X        X       
    727   Item                        child                                  X 
    728   Items                       child       X          X        X       
    729   Search                      master      X    X                       
     717  Email                       scalar      X    X     X        X
     718  Family                      scalar      X    X     X        X
     719  First                       scalar      X    X     X        X
     720  Given                       scalar      X    X     X        X
     721  Instructions                scalar      X    X     X        X
     722  Key                         scalar      X    X     X        X
     723  Last                        scalar      X    X     X        X
     724  Name                        scalar      X    X     X        X
     725  Nick                        scalar      X    X     X        X
     726  Truncated                   flag        X    X     X        X
     727  Item                        child                                  X
     728  Items                       child       X          X        X
     729  Search                      master      X    X
    730730
    731731=head1 jabber:iq:search - item objects
     
    733733  Name                        Type       Get  Set  Remove  Defined  Add
    734734  ==========================  =========  ===  ===  ======  =======  ===
    735   Email                       scalar      X    X     X        X       
    736   Family                      scalar      X    X     X        X       
    737   First                       scalar      X    X     X        X       
    738   Given                       scalar      X    X     X        X       
    739   JID                         jid         X    X     X        X       
    740   Key                         scalar      X    X     X        X       
    741   Last                        scalar      X    X     X        X       
    742   Name                        scalar      X    X     X        X       
    743   Nick                        scalar      X    X     X        X       
    744   Item                        master      X    X                       
     735  Email                       scalar      X    X     X        X
     736  Family                      scalar      X    X     X        X
     737  First                       scalar      X    X     X        X
     738  Given                       scalar      X    X     X        X
     739  JID                         jid         X    X     X        X
     740  Key                         scalar      X    X     X        X
     741  Last                        scalar      X    X     X        X
     742  Name                        scalar      X    X     X        X
     743  Nick                        scalar      X    X     X        X
     744  Item                        master      X    X
    745745
    746746=head1 jabber:iq:time
     
    748748  Name                        Type       Get  Set  Remove  Defined  Add
    749749  ==========================  =========  ===  ===  ======  =======  ===
    750   Display                     special     X    X     X        X       
    751   TZ                          special     X    X     X        X       
    752   UTC                         special     X    X     X        X       
    753   Time                        master      X    X                       
     750  Display                     special     X    X     X        X
     751  TZ                          special     X    X     X        X
     752  UTC                         special     X    X     X        X
     753  Time                        master      X    X
    754754
    755755=head1 jabber:iq:version
     
    757757  Name                        Type       Get  Set  Remove  Defined  Add
    758758  ==========================  =========  ===  ===  ======  =======  ===
    759   Name                        scalar      X    X     X        X       
    760   OS                          special     X    X     X        X       
    761   Ver                         special     X    X     X        X       
    762   Version                     master      X    X                       
     759  Name                        scalar      X    X     X        X
     760  OS                          special     X    X     X        X
     761  Ver                         special     X    X     X        X
     762  Version                     master      X    X
    763763
    764764=head1 jabber:x:autoupdate
     
    766766  Name                        Type       Get  Set  Remove  Defined  Add
    767767  ==========================  =========  ===  ===  ======  =======  ===
    768   JID                         jid         X    X     X        X       
    769   Autoupdate                  master      X    X                       
     768  JID                         jid         X    X     X        X
     769  Autoupdate                  master      X    X
    770770
    771771=head1 jabber:x:conference
     
    773773  Name                        Type       Get  Set  Remove  Defined  Add
    774774  ==========================  =========  ===  ===  ======  =======  ===
    775   JID                         jid         X    X     X        X       
    776   Conference                  master      X    X                       
     775  JID                         jid         X    X     X        X
     776  Conference                  master      X    X
    777777
    778778=head1 jabber:x:data
     
    780780  Name                        Type       Get  Set  Remove  Defined  Add
    781781  ==========================  =========  ===  ===  ======  =======  ===
    782   Form                        scalar      X    X     X        X       
    783   Instructions                scalar      X    X     X        X       
    784   Title                       scalar      X    X     X        X       
    785   Type                        scalar      X    X     X        X       
    786   Field                       child                                  X 
    787   Fields                      child       X          X        X       
    788   Item                        child                                  X 
    789   Items                       child       X          X        X       
    790   Reported                    child       X          X        X      X 
    791   Data                        master      X    X                       
     782  Form                        scalar      X    X     X        X
     783  Instructions                scalar      X    X     X        X
     784  Title                       scalar      X    X     X        X
     785  Type                        scalar      X    X     X        X
     786  Field                       child                                  X
     787  Fields                      child       X          X        X
     788  Item                        child                                  X
     789  Items                       child       X          X        X
     790  Reported                    child       X          X        X      X
     791  Data                        master      X    X
    792792
    793793=head1 jabber:x:data - field objects
     
    795795  Name                        Type       Get  Set  Remove  Defined  Add
    796796  ==========================  =========  ===  ===  ======  =======  ===
    797   Desc                        scalar      X    X     X        X       
    798   Label                       scalar      X    X     X        X       
    799   Required                    flag        X    X     X        X       
    800   Type                        scalar      X    X     X        X       
    801   Value                       array       X    X     X        X       
    802   Var                         scalar      X    X     X        X       
    803   Option                      child                                  X 
    804   Options                     child       X          X        X       
    805   Field                       master      X    X                       
     797  Desc                        scalar      X    X     X        X
     798  Label                       scalar      X    X     X        X
     799  Required                    flag        X    X     X        X
     800  Type                        scalar      X    X     X        X
     801  Value                       array       X    X     X        X
     802  Var                         scalar      X    X     X        X
     803  Option                      child                                  X
     804  Options                     child       X          X        X
     805  Field                       master      X    X
    806806
    807807=head1 jabber:x:data - item objects
     
    809809  Name                        Type       Get  Set  Remove  Defined  Add
    810810  ==========================  =========  ===  ===  ======  =======  ===
    811   Field                       child                                  X 
    812   Fields                      child       X          X        X       
    813   Item                        master      X    X                       
     811  Field                       child                                  X
     812  Fields                      child       X          X        X
     813  Item                        master      X    X
    814814
    815815=head1 jabber:x:data - option objects
     
    817817  Name                        Type       Get  Set  Remove  Defined  Add
    818818  ==========================  =========  ===  ===  ======  =======  ===
    819   Label                       scalar      X    X     X        X       
    820   Value                       scalar      X    X     X        X       
    821   Option                      master      X    X                       
     819  Label                       scalar      X    X     X        X
     820  Value                       scalar      X    X     X        X
     821  Option                      master      X    X
    822822
    823823=head1 jabber:x:data - reported objects
     
    825825  Name                        Type       Get  Set  Remove  Defined  Add
    826826  ==========================  =========  ===  ===  ======  =======  ===
    827   Field                       child                                  X 
    828   Fields                      child       X          X        X       
    829   Reported                    master      X    X                       
     827  Field                       child                                  X
     828  Fields                      child       X          X        X
     829  Reported                    master      X    X
    830830
    831831=head1 jabber:x:delay
     
    833833  Name                        Type       Get  Set  Remove  Defined  Add
    834834  ==========================  =========  ===  ===  ======  =======  ===
    835   From                        jid         X    X     X        X       
    836   Message                     scalar      X    X     X        X       
    837   Stamp                       timestamp   X    X     X        X       
    838   Delay                       master      X    X                       
     835  From                        jid         X    X     X        X
     836  Message                     scalar      X    X     X        X
     837  Stamp                       timestamp   X    X     X        X
     838  Delay                       master      X    X
    839839
    840840=head1 jabber:x:encrypted
     
    842842  Name                        Type       Get  Set  Remove  Defined  Add
    843843  ==========================  =========  ===  ===  ======  =======  ===
    844   Message                     scalar      X    X     X        X       
    845   Encrypted                   master      X    X                       
     844  Message                     scalar      X    X     X        X
     845  Encrypted                   master      X    X
    846846
    847847=head1 jabber:x:event
     
    849849  Name                        Type       Get  Set  Remove  Defined  Add
    850850  ==========================  =========  ===  ===  ======  =======  ===
    851   Composing                   flag        X    X     X        X       
    852   Delivered                   flag        X    X     X        X       
    853   Displayed                   flag        X    X     X        X       
    854   ID                          scalar      X    X     X        X       
    855   Offline                     flag        X    X     X        X       
    856   Event                       master      X    X                       
     851  Composing                   flag        X    X     X        X
     852  Delivered                   flag        X    X     X        X
     853  Displayed                   flag        X    X     X        X
     854  ID                          scalar      X    X     X        X
     855  Offline                     flag        X    X     X        X
     856  Event                       master      X    X
    857857
    858858=head1 jabber:x:expire
     
    860860  Name                        Type       Get  Set  Remove  Defined  Add
    861861  ==========================  =========  ===  ===  ======  =======  ===
    862   Seconds                     scalar      X    X     X        X       
    863   Expire                      master      X    X                       
     862  Seconds                     scalar      X    X     X        X
     863  Expire                      master      X    X
    864864
    865865=head1 jabber:x:oob
     
    867867  Name                        Type       Get  Set  Remove  Defined  Add
    868868  ==========================  =========  ===  ===  ======  =======  ===
    869   Desc                        scalar      X    X     X        X       
    870   URL                         scalar      X    X     X        X       
    871   Oob                         master      X    X                       
     869  Desc                        scalar      X    X     X        X
     870  URL                         scalar      X    X     X        X
     871  Oob                         master      X    X
    872872
    873873=head1 jabber:x:roster
     
    875875  Name                        Type       Get  Set  Remove  Defined  Add
    876876  ==========================  =========  ===  ===  ======  =======  ===
    877   Item                        child                                  X 
    878   Items                       child       X          X        X       
    879   Roster                      master      X    X                       
     877  Item                        child                                  X
     878  Items                       child       X          X        X
     879  Roster                      master      X    X
    880880
    881881=head1 jabber:x:roster - item objects
     
    883883  Name                        Type       Get  Set  Remove  Defined  Add
    884884  ==========================  =========  ===  ===  ======  =======  ===
    885   Ask                         scalar      X    X     X        X       
    886   Group                       array       X    X     X        X       
    887   JID                         jid         X    X     X        X       
    888   Name                        scalar      X    X     X        X       
    889   Subscription                scalar      X    X     X        X       
    890   Item                        master      X    X                       
     885  Ask                         scalar      X    X     X        X
     886  Group                       array       X    X     X        X
     887  JID                         jid         X    X     X        X
     888  Name                        scalar      X    X     X        X
     889  Subscription                scalar      X    X     X        X
     890  Item                        master      X    X
    891891
    892892=head1 jabber:x:signed
     
    894894  Name                        Type       Get  Set  Remove  Defined  Add
    895895  ==========================  =========  ===  ===  ======  =======  ===
    896   Signature                   scalar      X    X     X        X       
    897   Signed                      master      X    X                       
     896  Signature                   scalar      X    X     X        X
     897  Signed                      master      X    X
    898898
    899899# DOC_BEGIN
     
    902902  Name                        Type       Get  Set  Remove  Defined  Add
    903903  ==========================  =========  ===  ===  ======  =======  ===
    904   Activate                    scalar      X    X     X        X       
    905   SID                         scalar      X    X     X        X       
    906   StreamHostUsedJID           jid         X    X     X        X       
    907   StreamHost                  child                                  X 
    908   StreamHosts                 child       X          X        X       
    909   ByteStreams                 master      X    X                       
     904  Activate                    scalar      X    X     X        X
     905  SID                         scalar      X    X     X        X
     906  StreamHostUsedJID           jid         X    X     X        X
     907  StreamHost                  child                                  X
     908  StreamHosts                 child       X          X        X
     909  ByteStreams                 master      X    X
    910910
    911911=head1 http://jabber.org/protocol/bytestreams - streamhost objects
     
    913913  Name                        Type       Get  Set  Remove  Defined  Add
    914914  ==========================  =========  ===  ===  ======  =======  ===
    915   Host                        scalar      X    X     X        X       
    916   JID                         jid         X    X     X        X       
    917   Port                        scalar      X    X     X        X       
    918   ZeroConf                    scalar      X    X     X        X       
    919   StreamHost                  master      X    X                       
     915  Host                        scalar      X    X     X        X
     916  JID                         jid         X    X     X        X
     917  Port                        scalar      X    X     X        X
     918  ZeroConf                    scalar      X    X     X        X
     919  StreamHost                  master      X    X
    920920
    921921=head1 http://jabber.org/protocol/commands
     
    923923  Name                        Type       Get  Set  Remove  Defined  Add
    924924  ==========================  =========  ===  ===  ======  =======  ===
    925   Action                      scalar      X    X     X        X       
    926   Node                        scalar      X    X     X        X       
    927   SessionID                   scalar      X    X     X        X       
    928   Status                      scalar      X    X     X        X       
    929   Note                        child                                  X 
    930   Notes                       child       X          X        X       
    931   Command                     master      X    X                       
     925  Action                      scalar      X    X     X        X
     926  Node                        scalar      X    X     X        X
     927  SessionID                   scalar      X    X     X        X
     928  Status                      scalar      X    X     X        X
     929  Note                        child                                  X
     930  Notes                       child       X          X        X
     931  Command                     master      X    X
    932932
    933933=head1 http://jabber.org/protocol/commands - note objects
     
    935935  Name                        Type       Get  Set  Remove  Defined  Add
    936936  ==========================  =========  ===  ===  ======  =======  ===
    937   Message                     scalar      X    X     X        X       
    938   Type                        scalar      X    X     X        X       
    939   Note                        master      X    X                       
     937  Message                     scalar      X    X     X        X
     938  Type                        scalar      X    X     X        X
     939  Note                        master      X    X
    940940
    941941=head1 http://jabber.org/protocol/disco#info
     
    943943  Name                        Type       Get  Set  Remove  Defined  Add
    944944  ==========================  =========  ===  ===  ======  =======  ===
    945   Node                        scalar      X    X     X        X       
    946   Feature                     child                                  X 
    947   Features                    child       X          X        X       
    948   Identities                  child       X          X        X       
    949   Identity                    child                                  X 
    950   DiscoInfo                   master      X    X                       
     945  Node                        scalar      X    X     X        X
     946  Feature                     child                                  X
     947  Features                    child       X          X        X
     948  Identities                  child       X          X        X
     949  Identity                    child                                  X
     950  DiscoInfo                   master      X    X
    951951
    952952=head1 http://jabber.org/protocol/disco#info - feature objects
     
    954954  Name                        Type       Get  Set  Remove  Defined  Add
    955955  ==========================  =========  ===  ===  ======  =======  ===
    956   Var                         scalar      X    X     X        X       
    957   Feature                     master      X    X                       
     956  Var                         scalar      X    X     X        X
     957  Feature                     master      X    X
    958958
    959959=head1 http://jabber.org/protocol/disco#info - identity objects
     
    961961  Name                        Type       Get  Set  Remove  Defined  Add
    962962  ==========================  =========  ===  ===  ======  =======  ===
    963   Category                    scalar      X    X     X        X       
    964   Name                        scalar      X    X     X        X       
    965   Type                        scalar      X    X     X        X       
    966   Identity                    master      X    X                       
     963  Category                    scalar      X    X     X        X
     964  Name                        scalar      X    X     X        X
     965  Type                        scalar      X    X     X        X
     966  Identity                    master      X    X
    967967
    968968=head1 http://jabber.org/protocol/disco#items
     
    970970  Name                        Type       Get  Set  Remove  Defined  Add
    971971  ==========================  =========  ===  ===  ======  =======  ===
    972   Node                        scalar      X    X     X        X       
    973   Item                        child                                  X 
    974   Items                       child       X          X        X       
    975   DiscoItems                  master      X    X                       
     972  Node                        scalar      X    X     X        X
     973  Item                        child                                  X
     974  Items                       child       X          X        X
     975  DiscoItems                  master      X    X
    976976
    977977=head1 http://jabber.org/protocol/disco#items - item objects
     
    979979  Name                        Type       Get  Set  Remove  Defined  Add
    980980  ==========================  =========  ===  ===  ======  =======  ===
    981   Action                      scalar      X    X     X        X       
    982   JID                         jid         X    X     X        X       
    983   Name                        scalar      X    X     X        X       
    984   Node                        scalar      X    X     X        X       
    985   Item                        master      X    X                       
     981  Action                      scalar      X    X     X        X
     982  JID                         jid         X    X     X        X
     983  Name                        scalar      X    X     X        X
     984  Node                        scalar      X    X     X        X
     985  Item                        master      X    X
    986986
    987987=head1 http://jabber.org/protocol/feature-neg
     
    989989  Name                        Type       Get  Set  Remove  Defined  Add
    990990  ==========================  =========  ===  ===  ======  =======  ===
    991   FeatureNeg                  master      X    X                       
     991  FeatureNeg                  master      X    X
    992992
    993993=head1 http://jabber.org/protocol/muc
     
    995995  Name                        Type       Get  Set  Remove  Defined  Add
    996996  ==========================  =========  ===  ===  ======  =======  ===
    997   Password                    scalar      X    X     X        X       
    998   MUC                         master      X    X                       
     997  Password                    scalar      X    X     X        X
     998  MUC                         master      X    X
    999999
    10001000=head1 http://jabber.org/protocol/muc#admin
     
    10021002  Name                        Type       Get  Set  Remove  Defined  Add
    10031003  ==========================  =========  ===  ===  ======  =======  ===
    1004   Item                        child                                  X 
    1005   Items                       child       X          X        X       
    1006   Admin                       master      X    X                       
     1004  Item                        child                                  X
     1005  Items                       child       X          X        X
     1006  Admin                       master      X    X
    10071007
    10081008=head1 http://jabber.org/protocol/muc#admin - item objects
     
    10101010  Name                        Type       Get  Set  Remove  Defined  Add
    10111011  ==========================  =========  ===  ===  ======  =======  ===
    1012   ActorJID                    jid         X    X     X        X       
    1013   Affiliation                 scalar      X    X     X        X       
    1014   JID                         jid         X    X     X        X       
    1015   Nick                        scalar      X    X     X        X       
    1016   Reason                      scalar      X    X     X        X       
    1017   Role                        scalar      X    X     X        X       
    1018   Item                        master      X    X                       
     1012  ActorJID                    jid         X    X     X        X
     1013  Affiliation                 scalar      X    X     X        X
     1014  JID                         jid         X    X     X        X
     1015  Nick                        scalar      X    X     X        X
     1016  Reason                      scalar      X    X     X        X
     1017  Role                        scalar      X    X     X        X
     1018  Item                        master      X    X
    10191019
    10201020=head1 http://jabber.org/protocol/muc#user
     
    10221022  Name                        Type       Get  Set  Remove  Defined  Add
    10231023  ==========================  =========  ===  ===  ======  =======  ===
    1024   Alt                         scalar      X    X     X        X       
    1025   Password                    scalar      X    X     X        X       
    1026   StatusCode                  scalar      X    X     X        X       
    1027   Invite                      child       X          X        X      X 
    1028   Item                        child       X          X        X      X 
    1029   User                        master      X    X                       
     1024  Alt                         scalar      X    X     X        X
     1025  Password                    scalar      X    X     X        X
     1026  StatusCode                  scalar      X    X     X        X
     1027  Invite                      child       X          X        X      X
     1028  Item                        child       X          X        X      X
     1029  User                        master      X    X
    10301030
    10311031=head1 http://jabber.org/protocol/muc#user - invite objects
     
    10331033  Name                        Type       Get  Set  Remove  Defined  Add
    10341034  ==========================  =========  ===  ===  ======  =======  ===
    1035   From                        jid         X    X     X        X       
    1036   Reason                      scalar      X    X     X        X       
    1037   To                          jid         X    X     X        X       
    1038   Invite                      master      X    X                       
     1035  From                        jid         X    X     X        X
     1036  Reason                      scalar      X    X     X        X
     1037  To                          jid         X    X     X        X
     1038  Invite                      master      X    X
    10391039
    10401040=head1 http://jabber.org/protocol/muc#user - item objects
     
    10421042  Name                        Type       Get  Set  Remove  Defined  Add
    10431043  ==========================  =========  ===  ===  ======  =======  ===
    1044   ActorJID                    jid         X    X     X        X       
    1045   Affiliation                 scalar      X    X     X        X       
    1046   JID                         jid         X    X     X        X       
    1047   Nick                        scalar      X    X     X        X       
    1048   Reason                      scalar      X    X     X        X       
    1049   Role                        scalar      X    X     X        X       
    1050   Item                        master      X    X                       
     1044  ActorJID                    jid         X    X     X        X
     1045  Affiliation                 scalar      X    X     X        X
     1046  JID                         jid         X    X     X        X
     1047  Nick                        scalar      X    X     X        X
     1048  Reason                      scalar      X    X     X        X
     1049  Role                        scalar      X    X     X        X
     1050  Item                        master      X    X
    10511051
    10521052=head1 http://jabber.org/protocol/pubsub
     
    10541054  Name                        Type       Get  Set  Remove  Defined  Add
    10551055  ==========================  =========  ===  ===  ======  =======  ===
    1056   Affiliations                child       X          X        X      X 
    1057   Configure                   child       X          X        X      X 
    1058   Create                      child       X          X        X      X 
    1059   Delete                      child       X          X        X      X 
    1060   Entities                    child       X          X        X      X 
    1061   Entity                      child       X          X        X      X 
    1062   Item                        child       X          X        X      X 
    1063   Items                       child       X          X        X      X 
    1064   Options                     child       X          X        X      X 
    1065   Publish                     child       X          X        X      X 
    1066   Purge                       child       X          X        X      X 
    1067   Retract                     child       X          X        X      X 
    1068   Subscribe                   child       X          X        X      X 
    1069   Unsubscribe                 child       X          X        X      X 
    1070   PubSub                      master      X    X                       
     1056  Affiliations                child       X          X        X      X
     1057  Configure                   child       X          X        X      X
     1058  Create                      child       X          X        X      X
     1059  Delete                      child       X          X        X      X
     1060  Entities                    child       X          X        X      X
     1061  Entity                      child       X          X        X      X
     1062  Item                        child       X          X        X      X
     1063  Items                       child       X          X        X      X
     1064  Options                     child       X          X        X      X
     1065  Publish                     child       X          X        X      X
     1066  Purge                       child       X          X        X      X
     1067  Retract                     child       X          X        X      X
     1068  Subscribe                   child       X          X        X      X
     1069  Unsubscribe                 child       X          X        X      X
     1070  PubSub                      master      X    X
    10711071
    10721072=head1 http://jabber.org/protocol/pubsub - affiliations objects
     
    10741074  Name                        Type       Get  Set  Remove  Defined  Add
    10751075  ==========================  =========  ===  ===  ======  =======  ===
    1076   Entity                      child       X          X        X      X 
    1077   Affiliations                master      X    X                       
     1076  Entity                      child       X          X        X      X
     1077  Affiliations                master      X    X
    10781078
    10791079=head1 http://jabber.org/protocol/pubsub - configure objects
     
    10811081  Name                        Type       Get  Set  Remove  Defined  Add
    10821082  ==========================  =========  ===  ===  ======  =======  ===
    1083   Node                        scalar      X    X     X        X       
    1084   Configure                   master      X    X                       
     1083  Node                        scalar      X    X     X        X
     1084  Configure                   master      X    X
    10851085
    10861086=head1 http://jabber.org/protocol/pubsub - create objects
     
    10881088  Name                        Type       Get  Set  Remove  Defined  Add
    10891089  ==========================  =========  ===  ===  ======  =======  ===
    1090   Node                        scalar      X    X     X        X       
    1091   Create                      master      X    X                       
     1090  Node                        scalar      X    X     X        X
     1091  Create                      master      X    X
    10921092
    10931093=head1 http://jabber.org/protocol/pubsub - delete objects
     
    10951095  Name                        Type       Get  Set  Remove  Defined  Add
    10961096  ==========================  =========  ===  ===  ======  =======  ===
    1097   Node                        scalar      X    X     X        X       
    1098   Delete                      master      X    X                       
     1097  Node                        scalar      X    X     X        X
     1098  Delete                      master      X    X
    10991099
    11001100=head1 http://jabber.org/protocol/pubsub - entities objects
     
    11021102  Name                        Type       Get  Set  Remove  Defined  Add
    11031103  ==========================  =========  ===  ===  ======  =======  ===
    1104   Entity                      child       X          X        X      X 
    1105   Entities                    master      X    X                       
     1104  Entity                      child       X          X        X      X
     1105  Entities                    master      X    X
    11061106
    11071107=head1 http://jabber.org/protocol/pubsub - entity objects
     
    11091109  Name                        Type       Get  Set  Remove  Defined  Add
    11101110  ==========================  =========  ===  ===  ======  =======  ===
    1111   Affiliation                 scalar      X    X     X        X       
    1112   JID                         jid         X    X     X        X       
    1113   Node                        scalar      X    X     X        X       
    1114   Subscription                scalar      X    X     X        X       
    1115   SubscribeOptions            child       X          X        X      X 
    1116   Entity                      master      X    X                       
     1111  Affiliation                 scalar      X    X     X        X
     1112  JID                         jid         X    X     X        X
     1113  Node                        scalar      X    X     X        X
     1114  Subscription                scalar      X    X     X        X
     1115  SubscribeOptions            child       X          X        X      X
     1116  Entity                      master      X    X
    11171117
    11181118=head1 http://jabber.org/protocol/pubsub - item objects
     
    11201120  Name                        Type       Get  Set  Remove  Defined  Add
    11211121  ==========================  =========  ===  ===  ======  =======  ===
    1122   ID                          scalar      X    X     X        X       
    1123   Payload                     raw         X    X     X        X       
    1124   Item                        master      X    X                       
     1122  ID                          scalar      X    X     X        X
     1123  Payload                     raw         X    X     X        X
     1124  Item                        master      X    X
    11251125
    11261126=head1 http://jabber.org/protocol/pubsub - items objects
     
    11281128  Name                        Type       Get  Set  Remove  Defined  Add
    11291129  ==========================  =========  ===  ===  ======  =======  ===
    1130   MaxItems                    scalar      X    X     X        X       
    1131   Node                        scalar      X    X     X        X       
    1132   Item                        child       X          X        X      X 
    1133   Items                       master      X    X                       
     1130  MaxItems                    scalar      X    X     X        X
     1131  Node                        scalar      X    X     X        X
     1132  Item                        child       X          X        X      X
     1133  Items                       master      X    X
    11341134
    11351135=head1 http://jabber.org/protocol/pubsub - options objects
     
    11371137  Name                        Type       Get  Set  Remove  Defined  Add
    11381138  ==========================  =========  ===  ===  ======  =======  ===
    1139   JID                         jid         X    X     X        X       
    1140   Node                        scalar      X    X     X        X       
    1141   Options                     master      X    X                       
     1139  JID                         jid         X    X     X        X
     1140  Node                        scalar      X    X     X        X
     1141  Options                     master      X    X
    11421142
    11431143=head1 http://jabber.org/protocol/pubsub - publish objects
     
    11451145  Name                        Type       Get  Set  Remove  Defined  Add
    11461146  ==========================  =========  ===  ===  ======  =======  ===
    1147   Node                        scalar      X    X     X        X       
    1148   Item                        child       X          X        X      X 
    1149   Publish                     master      X    X                       
     1147  Node                        scalar      X    X     X        X
     1148  Item                        child       X          X        X      X
     1149  Publish                     master      X    X
    11501150
    11511151=head1 http://jabber.org/protocol/pubsub - purge objects
     
    11531153  Name                        Type       Get  Set  Remove  Defined  Add
    11541154  ==========================  =========  ===  ===  ======  =======  ===
    1155   Node                        scalar      X    X     X        X       
    1156   Purge                       master      X    X                       
     1155  Node                        scalar      X    X     X        X
     1156  Purge                       master      X    X
    11571157
    11581158=head1 http://jabber.org/protocol/pubsub - retract objects
     
    11601160  Name                        Type       Get  Set  Remove  Defined  Add
    11611161  ==========================  =========  ===  ===  ======  =======  ===
    1162   Node                        scalar      X    X     X        X       
    1163   Item                        child       X          X        X      X 
    1164   Retract                     master      X    X                       
     1162  Node                        scalar      X    X     X        X
     1163  Item                        child       X          X        X      X
     1164  Retract                     master      X    X
    11651165
    11661166=head1 http://jabber.org/protocol/pubsub - subscribe objects
     
    11681168  Name                        Type       Get  Set  Remove  Defined  Add
    11691169  ==========================  =========  ===  ===  ======  =======  ===
    1170   JID                         jid         X    X     X        X       
    1171   Node                        scalar      X    X     X        X       
    1172   Subscribe                   master      X    X                       
     1170  JID                         jid         X    X     X        X
     1171  Node                        scalar      X    X     X        X
     1172  Subscribe                   master      X    X
    11731173
    11741174=head1 http://jabber.org/protocol/pubsub - subscribe-options objects
     
    11761176  Name                        Type       Get  Set  Remove  Defined  Add
    11771177  ==========================  =========  ===  ===  ======  =======  ===
    1178   Required                    flag        X    X     X        X       
    1179   SubscribeOptions            master      X    X                       
     1178  Required                    flag        X    X     X        X
     1179  SubscribeOptions            master      X    X
    11801180
    11811181=head1 http://jabber.org/protocol/pubsub - unsubscribe objects
     
    11831183  Name                        Type       Get  Set  Remove  Defined  Add
    11841184  ==========================  =========  ===  ===  ======  =======  ===
    1185   JID                         jid         X    X     X        X       
    1186   Node                        scalar      X    X     X        X       
    1187   Unsubscribe                 master      X    X                       
     1185  JID                         jid         X    X     X        X
     1186  Node                        scalar      X    X     X        X
     1187  Unsubscribe                 master      X    X
    11881188
    11891189=head1 http://jabber.org/protocol/pubsub#event
     
    11911191  Name                        Type       Get  Set  Remove  Defined  Add
    11921192  ==========================  =========  ===  ===  ======  =======  ===
    1193   Delete                      child       X          X        X      X 
    1194   Items                       child       X          X        X      X 
    1195   Event                       master      X    X                       
     1193  Delete                      child       X          X        X      X
     1194  Items                       child       X          X        X      X
     1195  Event                       master      X    X
    11961196
    11971197=head1 http://jabber.org/protocol/pubsub#event - delete objects
     
    11991199  Name                        Type       Get  Set  Remove  Defined  Add
    12001200  ==========================  =========  ===  ===  ======  =======  ===
    1201   Node                        scalar      X    X     X        X       
    1202   Delete                      master      X    X                       
     1201  Node                        scalar      X    X     X        X
     1202  Delete                      master      X    X
    12031203
    12041204=head1 http://jabber.org/protocol/pubsub#event - item objects
     
    12061206  Name                        Type       Get  Set  Remove  Defined  Add
    12071207  ==========================  =========  ===  ===  ======  =======  ===
    1208   ID                          scalar      X    X     X        X       
    1209   Payload                     raw         X    X     X        X       
    1210   Item                        master      X    X                       
     1208  ID                          scalar      X    X     X        X
     1209  Payload                     raw         X    X     X        X
     1210  Item                        master      X    X
    12111211
    12121212=head1 http://jabber.org/protocol/pubsub#event - items objects
     
    12141214  Name                        Type       Get  Set  Remove  Defined  Add
    12151215  ==========================  =========  ===  ===  ======  =======  ===
    1216   Node                        scalar      X    X     X        X       
    1217   Item                        child       X          X        X      X 
    1218   Items                       master      X    X                       
     1216  Node                        scalar      X    X     X        X
     1217  Item                        child       X          X        X      X
     1218  Items                       master      X    X
    12191219
    12201220=head1 http://jabber.org/protocol/pubsub#owner
     
    12221222  Name                        Type       Get  Set  Remove  Defined  Add
    12231223  ==========================  =========  ===  ===  ======  =======  ===
    1224   Action                      scalar      X    X     X        X       
    1225   Configure                   child       X          X        X      X 
    1226   Owner                       master      X    X                       
     1224  Action                      scalar      X    X     X        X
     1225  Configure                   child       X          X        X      X
     1226  Owner                       master      X    X
    12271227
    12281228=head1 http://jabber.org/protocol/pubsub#owner - configure objects
     
    12301230  Name                        Type       Get  Set  Remove  Defined  Add
    12311231  ==========================  =========  ===  ===  ======  =======  ===
    1232   Node                        scalar      X    X     X        X       
    1233   Configure                   master      X    X                       
     1232  Node                        scalar      X    X     X        X
     1233  Configure                   master      X    X
    12341234
    12351235=head1 http://jabber.org/protocol/si
     
    12371237  Name                        Type       Get  Set  Remove  Defined  Add
    12381238  ==========================  =========  ===  ===  ======  =======  ===
    1239   ID                          scalar      X    X     X        X       
    1240   MimeType                    scalar      X    X     X        X       
    1241   Profile                     scalar      X    X     X        X       
    1242   Stream                      master      X    X                       
     1239  ID                          scalar      X    X     X        X
     1240  MimeType                    scalar      X    X     X        X
     1241  Profile                     scalar      X    X     X        X
     1242  Stream                      master      X    X
    12431243
    12441244=head1 http://jabber.org/protocol/si/profile/file-transfer
     
    12461246  Name                        Type       Get  Set  Remove  Defined  Add
    12471247  ==========================  =========  ===  ===  ======  =======  ===
    1248   Date                        scalar      X    X     X        X       
    1249   Desc                        scalar      X    X     X        X       
    1250   Hash                        scalar      X    X     X        X       
    1251   Name                        scalar      X    X     X        X       
    1252   Range                       flag        X    X     X        X       
    1253   RangeLength                 scalar      X    X     X        X       
    1254   RangeOffset                 scalar      X    X     X        X       
    1255   Size                        scalar      X    X     X        X       
    1256   File                        master      X    X                       
     1248  Date                        scalar      X    X     X        X
     1249  Desc                        scalar      X    X     X        X
     1250  Hash                        scalar      X    X     X        X
     1251  Name                        scalar      X    X     X        X
     1252  Range                       flag        X    X     X        X
     1253  RangeLength                 scalar      X    X     X        X
     1254  RangeOffset                 scalar      X    X     X        X
     1255  Size                        scalar      X    X     X        X
     1256  File                        master      X    X
    12571257
    12581258=head1 jabber:iq:agent - DEPRECATED
     
    12601260  Name                        Type       Get  Set  Remove  Defined  Add
    12611261  ==========================  =========  ===  ===  ======  =======  ===
    1262   Agents                      flag        X    X     X        X       
    1263   Description                 scalar      X    X     X        X       
    1264   GroupChat                   flag        X    X     X        X       
    1265   JID                         jid         X    X     X        X       
    1266   Name                        scalar      X    X     X        X       
    1267   Register                    flag        X    X     X        X       
    1268   Search                      flag        X    X     X        X       
    1269   Service                     scalar      X    X     X        X       
    1270   Transport                   scalar      X    X     X        X       
    1271   URL                         scalar      X    X     X        X       
    1272   Agent                       master      X    X                       
     1262  Agents                      flag        X    X     X        X
     1263  Description                 scalar      X    X     X        X
     1264  GroupChat                   flag        X    X     X        X
     1265  JID                         jid         X    X     X        X
     1266  Name                        scalar      X    X     X        X
     1267  Register                    flag        X    X     X        X
     1268  Search                      flag        X    X     X        X
     1269  Service                     scalar      X    X     X        X
     1270  Transport                   scalar      X    X     X        X
     1271  URL                         scalar      X    X     X        X
     1272  Agent                       master      X    X
    12731273
    12741274=head1 jabber:iq:agents - DEPRECATED
     
    12761276  Name                        Type       Get  Set  Remove  Defined  Add
    12771277  ==========================  =========  ===  ===  ======  =======  ===
    1278   Agent                       child                                  X 
    1279   Agents                      child       X          X        X       
     1278  Agent                       child                                  X
     1279  Agents                      child       X          X        X
    12801280
    12811281=head1 jabber:iq:autoupdate
     
    12831283  Name                        Type       Get  Set  Remove  Defined  Add
    12841284  ==========================  =========  ===  ===  ======  =======  ===
    1285   Beta                        child                                  X 
    1286   Dev                         child                                  X 
    1287   Release                     child                                  X 
    1288   Releases                    child       X          X        X       
     1285  Beta                        child                                  X
     1286  Dev                         child                                  X
     1287  Release                     child                                  X
     1288  Releases                    child       X          X        X
    12891289
    12901290=head1 jabber:iq:autoupdate - release objects
     
    12921292  Name                        Type       Get  Set  Remove  Defined  Add
    12931293  ==========================  =========  ===  ===  ======  =======  ===
    1294   Desc                        scalar      X    X     X        X       
    1295   Priority                    scalar      X    X     X        X       
    1296   URL                         scalar      X    X     X        X       
    1297   Version                     scalar      X    X     X        X       
    1298   Release                     master      X    X                       
     1294  Desc                        scalar      X    X     X        X
     1295  Priority                    scalar      X    X     X        X
     1296  URL                         scalar      X    X     X        X
     1297  Version                     scalar      X    X     X        X
     1298  Release                     master      X    X
    12991299
    13001300=head1 jabber:iq:browse - DEPRECATED
     
    13021302  Name                        Type       Get  Set  Remove  Defined  Add
    13031303  ==========================  =========  ===  ===  ======  =======  ===
    1304   Category                    scalar      X    X     X        X       
    1305   JID                         jid         X    X     X        X       
    1306   NS                          array       X    X     X        X       
    1307   Name                        scalar      X    X     X        X       
    1308   Type                        scalar      X    X     X        X       
    1309   Item                        child                                  X 
    1310   Items                       child       X          X        X       
    1311   Browse                      master      X    X                       
     1304  Category                    scalar      X    X     X        X
     1305  JID                         jid         X    X     X        X
     1306  NS                          array       X    X     X        X
     1307  Name                        scalar      X    X     X        X
     1308  Type                        scalar      X    X     X        X
     1309  Item                        child                                  X
     1310  Items                       child       X          X        X
     1311  Browse                      master      X    X
    13121312
    13131313=head1 jabber:iq:browse - item objects - DEPRECATED
     
    13151315  Name                        Type       Get  Set  Remove  Defined  Add
    13161316  ==========================  =========  ===  ===  ======  =======  ===
    1317   Category                    scalar      X    X     X        X       
    1318   JID                         jid         X    X     X        X       
    1319   NS                          array       X    X     X        X       
    1320   Name                        scalar      X    X     X        X       
    1321   Type                        scalar      X    X     X        X       
    1322   Item                        child                                  X 
    1323   Items                       child       X          X        X       
    1324   Browse                      master      X    X                       
     1317  Category                    scalar      X    X     X        X
     1318  JID                         jid         X    X     X        X
     1319  NS                          array       X    X     X        X
     1320  Name                        scalar      X    X     X        X
     1321  Type                        scalar      X    X     X        X
     1322  Item                        child                                  X
     1323  Items                       child       X          X        X
     1324  Browse                      master      X    X
    13251325
    13261326=head1 jabber:iq:conference
     
    13281328  Name                        Type       Get  Set  Remove  Defined  Add
    13291329  ==========================  =========  ===  ===  ======  =======  ===
    1330   ID                          scalar      X    X     X        X       
    1331   Name                        scalar      X    X     X        X       
    1332   Nick                        scalar      X    X     X        X       
    1333   Privacy                     flag        X    X     X        X       
    1334   Secret                      scalar      X    X     X        X       
    1335   Conference                  master      X    X                       
     1330  ID                          scalar      X    X     X        X
     1331  Name                        scalar      X    X     X        X
     1332  Nick                        scalar      X    X     X        X
     1333  Privacy                     flag        X    X     X        X
     1334  Secret                      scalar      X    X     X        X
     1335  Conference                  master      X    X
    13361336
    13371337=head1 jabber:iq:filter - DEPRECATED
     
    13391339  Name                        Type       Get  Set  Remove  Defined  Add
    13401340  ==========================  =========  ===  ===  ======  =======  ===
    1341   Rule                        child                                  X 
    1342   Rules                       child       X          X        X       
     1341  Rule                        child                                  X
     1342  Rules                       child       X          X        X
    13431343
    13441344=head1 jabber:iq:filter - rule objects - DEPRECATED
     
    13461346  Name                        Type       Get  Set  Remove  Defined  Add
    13471347  ==========================  =========  ===  ===  ======  =======  ===
    1348   Body                        scalar      X    X     X        X       
    1349   Continued                   scalar      X    X     X        X       
    1350   Drop                        scalar      X    X     X        X       
    1351   Edit                        scalar      X    X     X        X       
    1352   Error                       scalar      X    X     X        X       
    1353   From                        scalar      X    X     X        X       
    1354   Offline                     scalar      X    X     X        X       
    1355   Reply                       scalar      X    X     X        X       
    1356   Resource                    scalar      X    X     X        X       
    1357   Show                        scalar      X    X     X        X       
    1358   Size                        scalar      X    X     X        X       
    1359   Subject                     scalar      X    X     X        X       
    1360   Time                        scalar      X    X     X        X       
    1361   Type                        scalar      X    X     X        X       
    1362   Unavailable                 scalar      X    X     X        X       
    1363   Rule                        master      X    X                       
     1348  Body                        scalar      X    X     X        X
     1349  Continued                   scalar      X    X     X        X
     1350  Drop                        scalar      X    X     X        X
     1351  Edit                        scalar      X    X     X        X
     1352  Error                       scalar      X    X     X        X
     1353  From                        scalar      X    X     X        X
     1354  Offline                     scalar      X    X     X        X
     1355  Reply                       scalar      X    X     X        X
     1356  Resource                    scalar      X    X     X        X
     1357  Show                        scalar      X    X     X        X
     1358  Size                        scalar      X    X     X        X
     1359  Subject                     scalar      X    X     X        X
     1360  Time                        scalar      X    X     X        X
     1361  Type                        scalar      X    X     X        X
     1362  Unavailable                 scalar      X    X     X        X
     1363  Rule                        master      X    X
    13641364
    13651365=head1 jabber:iq:gateway
     
    13671367  Name                        Type       Get  Set  Remove  Defined  Add
    13681368  ==========================  =========  ===  ===  ======  =======  ===
    1369   Desc                        scalar      X    X     X        X       
    1370   JID                         jid         X    X     X        X       
    1371   Prompt                      scalar      X    X     X        X       
    1372   Gateway                     master      X    X                       
     1369  Desc                        scalar      X    X     X        X
     1370  JID                         jid         X    X     X        X
     1371  Prompt                      scalar      X    X     X        X
     1372  Gateway                     master      X    X
    13731373
    13741374=head1 jabber:iq:last
     
    13761376  Name                        Type       Get  Set  Remove  Defined  Add
    13771377  ==========================  =========  ===  ===  ======  =======  ===
    1378   Message                     scalar      X    X     X        X       
    1379   Seconds                     scalar      X    X     X        X       
    1380   Last                        master      X    X                       
     1378  Message                     scalar      X    X     X        X
     1379  Seconds                     scalar      X    X     X        X
     1380  Last                        master      X    X
    13811381
    13821382=head1 jabber:iq:oob
     
    13841384  Name                        Type       Get  Set  Remove  Defined  Add
    13851385  ==========================  =========  ===  ===  ======  =======  ===
    1386   Desc                        scalar      X    X     X        X       
    1387   URL                         scalar      X    X     X        X       
    1388   Oob                         master      X    X                       
     1386  Desc                        scalar      X    X     X        X
     1387  URL                         scalar      X    X     X        X
     1388  Oob                         master      X    X
    13891389
    13901390=head1 jabber:iq:pass
     
    13921392  Name                        Type       Get  Set  Remove  Defined  Add
    13931393  ==========================  =========  ===  ===  ======  =======  ===
    1394   Client                      scalar      X    X     X        X       
    1395   ClientPort                  scalar      X    X     X        X       
    1396   Close                       flag        X    X     X        X       
    1397   Expire                      scalar      X    X     X        X       
    1398   OneShot                     flag        X    X     X        X       
    1399   Proxy                       scalar      X    X     X        X       
    1400   ProxyPort                   scalar      X    X     X        X       
    1401   Server                      scalar      X    X     X        X       
    1402   ServerPort                  scalar      X    X     X        X       
    1403   Pass                        master      X    X                       
     1394  Client                      scalar      X    X     X        X
     1395  ClientPort                  scalar      X    X     X        X
     1396  Close                       flag        X    X     X        X
     1397  Expire                      scalar      X    X     X        X
     1398  OneShot                     flag        X    X     X        X
     1399  Proxy                       scalar      X    X     X        X
     1400  ProxyPort                   scalar      X    X     X        X
     1401  Server                      scalar      X    X     X        X
     1402  ServerPort                  scalar      X    X     X        X
     1403  Pass                        master      X    X
    14041404
    14051405=head1 jabber:iq:rpc
     
    14071407  Name                        Type       Get  Set  Remove  Defined  Add
    14081408  ==========================  =========  ===  ===  ======  =======  ===
    1409   MethodCall                  child       X          X        X      X 
    1410   MethodResponse              child       X          X        X      X 
     1409  MethodCall                  child       X          X        X      X
     1410  MethodResponse              child       X          X        X      X
    14111411
    14121412=head1 jabber:iq:rpc - array objects
     
    14141414  Name                        Type       Get  Set  Remove  Defined  Add
    14151415  ==========================  =========  ===  ===  ======  =======  ===
    1416   Data                        child                                  X 
    1417   Datas                       child       X          X        X       
     1416  Data                        child                                  X
     1417  Datas                       child       X          X        X
    14181418
    14191419=head1 jabber:iq:rpc - data objects
     
    14211421  Name                        Type       Get  Set  Remove  Defined  Add
    14221422  ==========================  =========  ===  ===  ======  =======  ===
    1423   Value                       child       X          X        X      X 
     1423  Value                       child       X          X        X      X
    14241424
    14251425=head1 jabber:iq:rpc - fault objects
     
    14271427  Name                        Type       Get  Set  Remove  Defined  Add
    14281428  ==========================  =========  ===  ===  ======  =======  ===
    1429   Value                       child       X          X        X      X 
     1429  Value                       child       X          X        X      X
    14301430
    14311431=head1 jabber:iq:rpc - member objects
     
    14331433  Name                        Type       Get  Set  Remove  Defined  Add
    14341434  ==========================  =========  ===  ===  ======  =======  ===
    1435   Name                        scalar      X    X     X        X       
    1436   Value                       child       X          X        X      X 
    1437   Member                      master      X    X                       
     1435  Name                        scalar      X    X     X        X
     1436  Value                       child       X          X        X      X
     1437  Member                      master      X    X
    14381438
    14391439=head1 jabber:iq:rpc - methodCall objects
     
    14411441  Name                        Type       Get  Set  Remove  Defined  Add
    14421442  ==========================  =========  ===  ===  ======  =======  ===
    1443   MethodName                  scalar      X    X     X        X       
    1444   Params                      child       X          X        X      X 
    1445   MethodCall                  master      X    X                       
     1443  MethodName                  scalar      X    X     X        X
     1444  Params                      child       X          X        X      X
     1445  MethodCall                  master      X    X
    14461446
    14471447=head1 jabber:iq:rpc - methodResponse objects
     
    14491449  Name                        Type       Get  Set  Remove  Defined  Add
    14501450  ==========================  =========  ===  ===  ======  =======  ===
    1451   Fault                       child       X          X        X      X 
    1452   Params                      child       X          X        X      X 
     1451  Fault                       child       X          X        X      X
     1452  Params                      child       X          X        X      X
    14531453
    14541454=head1 jabber:iq:rpc - param objects
     
    14561456  Name                        Type       Get  Set  Remove  Defined  Add
    14571457  ==========================  =========  ===  ===  ======  =======  ===
    1458   Value                       child       X          X        X      X 
     1458  Value                       child       X          X        X      X
    14591459
    14601460=head1 jabber:iq:rpc - params objects
     
    14621462  Name                        Type       Get  Set  Remove  Defined  Add
    14631463  ==========================  =========  ===  ===  ======  =======  ===
    1464   Param                       child                                  X 
    1465   Params                      child       X          X        X       
     1464  Param                       child                                  X
     1465  Params                      child       X          X        X
    14661466
    14671467=head1 jabber:iq:rpc - struct objects
     
    14691469  Name                        Type       Get  Set  Remove  Defined  Add
    14701470  ==========================  =========  ===  ===  ======  =======  ===
    1471   Member                      child                                  X 
    1472   Members                     child       X          X        X       
     1471  Member                      child                                  X
     1472  Members                     child       X          X        X
    14731473
    14741474=head1 jabber:iq:rpc - value objects
     
    14761476  Name                        Type       Get  Set  Remove  Defined  Add
    14771477  ==========================  =========  ===  ===  ======  =======  ===
    1478   Base64                      scalar      X    X     X        X       
    1479   Boolean                     scalar      X    X     X        X       
    1480   DateTime                    scalar      X    X     X        X       
    1481   Double                      scalar      X    X     X        X       
    1482   I4                          scalar      X    X     X        X       
    1483   Int                         scalar      X    X     X        X       
    1484   String                      scalar      X    X     X        X       
    1485   Value                       scalar      X    X     X        X       
    1486   Array                       child       X          X        X      X 
    1487   Struct                      child       X          X        X      X 
    1488   RPCValue                    master      X    X                       
     1478  Base64                      scalar      X    X     X        X
     1479  Boolean                     scalar      X    X     X        X
     1480  DateTime                    scalar      X    X     X        X
     1481  Double                      scalar      X    X     X        X
     1482  I4                          scalar      X    X     X        X
     1483  Int                         scalar      X    X     X        X
     1484  String                      scalar      X    X     X        X
     1485  Value                       scalar      X    X     X        X
     1486  Array                       child       X          X        X      X
     1487  Struct                      child       X          X        X      X
     1488  RPCValue                    master      X    X
    14891489
    14901490=head1 jabber:iq:search
     
    14921492  Name                        Type       Get  Set  Remove  Defined  Add
    14931493  ==========================  =========  ===  ===  ======  =======  ===
    1494   Email                       scalar      X    X     X        X       
    1495   Family                      scalar      X    X     X        X       
    1496   First                       scalar      X    X     X        X       
    1497   Given                       scalar      X    X     X        X       
    1498   Instructions                scalar      X    X     X        X       
    1499   Key                         scalar      X    X     X        X       
    1500   Last                        scalar      X    X     X        X       
    1501   Name                        scalar      X    X     X        X       
    1502   Nick                        scalar      X    X     X        X       
    1503   Truncated                   flag        X    X     X        X       
    1504   Item                        child                                  X 
    1505   Items                       child       X          X        X       
    1506   Search                      master      X    X                       
     1494  Email                       scalar      X    X     X        X
     1495  Family                      scalar      X    X     X        X
     1496  First                       scalar      X    X     X        X
     1497  Given                       scalar      X    X     X        X
     1498  Instructions                scalar      X    X     X        X
     1499  Key                         scalar      X    X     X        X
     1500  Last                        scalar      X    X     X        X
     1501  Name                        scalar      X    X     X        X
     1502  Nick                        scalar      X    X     X        X
     1503  Truncated                   flag        X    X     X        X
     1504  Item                        child                                  X
     1505  Items                       child       X          X        X
     1506  Search                      master      X    X
    15071507
    15081508=head1 jabber:iq:search - item objects
     
    15101510  Name                        Type       Get  Set  Remove  Defined  Add
    15111511  ==========================  =========  ===  ===  ======  =======  ===
    1512   Email                       scalar      X    X     X        X       
    1513   Family                      scalar      X    X     X        X       
    1514   First                       scalar      X    X     X        X       
    1515   Given                       scalar      X    X     X        X       
    1516   JID                         jid         X    X     X        X       
    1517   Key                         scalar      X    X     X        X       
    1518   Last                        scalar      X    X     X        X       
    1519   Name                        scalar      X    X     X        X       
    1520   Nick                        scalar      X    X     X        X       
    1521   Item                        master      X    X                       
     1512  Email                       scalar      X    X     X        X
     1513  Family                      scalar      X    X     X        X
     1514  First                       scalar      X    X     X        X
     1515  Given                       scalar      X    X     X        X
     1516  JID                         jid         X    X     X        X
     1517  Key                         scalar      X    X     X        X
     1518  Last                        scalar      X    X     X        X
     1519  Name                        scalar      X    X     X        X
     1520  Nick                        scalar      X    X     X        X
     1521  Item                        master      X    X
    15221522
    15231523=head1 jabber:iq:time
     
    15251525  Name                        Type       Get  Set  Remove  Defined  Add
    15261526  ==========================  =========  ===  ===  ======  =======  ===
    1527   Display                     special     X    X     X        X       
    1528   TZ                          special     X    X     X        X       
    1529   UTC                         special     X    X     X        X       
    1530   Time                        master      X    X                       
     1527  Display                     special     X    X     X        X
     1528  TZ                          special     X    X     X        X
     1529  UTC                         special     X    X     X        X
     1530  Time                        master      X    X
    15311531
    15321532=head1 jabber:iq:version
     
    15341534  Name                        Type       Get  Set  Remove  Defined  Add
    15351535  ==========================  =========  ===  ===  ======  =======  ===
    1536   Name                        scalar      X    X     X        X       
    1537   OS                          special     X    X     X        X       
    1538   Ver                         special     X    X     X        X       
    1539   Version                     master      X    X                       
     1536  Name                        scalar      X    X     X        X
     1537  OS                          special     X    X     X        X
     1538  Ver                         special     X    X     X        X
     1539  Version                     master      X    X
    15401540
    15411541=head1 jabber:x:autoupdate
     
    15431543  Name                        Type       Get  Set  Remove  Defined  Add
    15441544  ==========================  =========  ===  ===  ======  =======  ===
    1545   JID                         jid         X    X     X        X       
    1546   Autoupdate                  master      X    X                       
     1545  JID                         jid         X    X     X        X
     1546  Autoupdate                  master      X    X
    15471547
    15481548=head1 jabber:x:conference
     
    15501550  Name                        Type       Get  Set  Remove  Defined  Add
    15511551  ==========================  =========  ===  ===  ======  =======  ===
    1552   JID                         jid         X    X     X        X       
    1553   Conference                  master      X    X                       
     1552  JID                         jid         X    X     X        X
     1553  Conference                  master      X    X
    15541554
    15551555=head1 jabber:x:data
     
    15571557  Name                        Type       Get  Set  Remove  Defined  Add
    15581558  ==========================  =========  ===  ===  ======  =======  ===
    1559   Form                        scalar      X    X     X        X       
    1560   Instructions                scalar      X    X     X        X       
    1561   Title                       scalar      X    X     X        X       
    1562   Type                        scalar      X    X     X        X       
    1563   Field                       child                                  X 
    1564   Fields                      child       X          X        X       
    1565   Item                        child                                  X 
    1566   Items                       child       X          X        X       
    1567   Reported                    child       X          X        X      X 
    1568   Data                        master      X    X                       
     1559  Form                        scalar      X    X     X        X
     1560  Instructions                scalar      X    X     X        X
     1561  Title                       scalar      X    X     X        X
     1562  Type                        scalar      X    X     X        X
     1563  Field                       child                                  X
     1564  Fields                      child       X          X        X
     1565  Item                        child                                  X
     1566  Items                       child       X          X        X
     1567  Reported                    child       X          X        X      X
     1568  Data                        master      X    X
    15691569
    15701570=head1 jabber:x:data - field objects
     
    15721572  Name                        Type       Get  Set  Remove  Defined  Add
    15731573  ==========================  =========  ===  ===  ======  =======  ===
    1574   Desc                        scalar      X    X     X        X       
    1575   Label                       scalar      X    X     X        X       
    1576   Required                    flag        X    X     X        X       
    1577   Type                        scalar      X    X     X        X       
    1578   Value                       array       X    X     X        X       
    1579   Var                         scalar      X    X     X        X       
    1580   Option                      child                                  X 
    1581   Options                     child       X          X        X       
    1582   Field                       master      X    X                       
     1574  Desc                        scalar      X    X     X        X
     1575  Label                       scalar      X    X     X        X
     1576  Required                    flag        X    X     X        X
     1577  Type                        scalar      X    X     X        X
     1578  Value                       array       X    X     X        X
     1579  Var                         scalar      X    X     X        X
     1580  Option                      child                                  X
     1581  Options                     child       X          X        X
     1582  Field                       master      X    X
    15831583
    15841584=head1 jabber:x:data - item objects
     
    15861586  Name                        Type       Get  Set  Remove  Defined  Add
    15871587  ==========================  =========  ===  ===  ======  =======  ===
    1588   Field                       child                                  X 
    1589   Fields                      child       X          X        X       
    1590   Item                        master      X    X                       
     1588  Field                       child                                  X
     1589  Fields                      child       X          X        X
     1590  Item                        master      X    X
    15911591
    15921592=head1 jabber:x:data - option objects
     
    15941594  Name                        Type       Get  Set  Remove  Defined  Add
    15951595  ==========================  =========  ===  ===  ======  =======  ===
    1596   Label                       scalar      X    X     X        X       
    1597   Value                       scalar      X    X     X        X       
    1598   Option                      master      X    X                       
     1596  Label                       scalar      X    X     X        X
     1597  Value                       scalar      X    X     X        X
     1598  Option                      master      X    X
    15991599
    16001600=head1 jabber:x:data - reported objects
     
    16021602  Name                        Type       Get  Set  Remove  Defined  Add
    16031603  ==========================  =========  ===  ===  ======  =======  ===
    1604   Field                       child                                  X 
    1605   Fields                      child       X          X        X       
    1606   Reported                    master      X    X                       
     1604  Field                       child                                  X
     1605  Fields                      child       X          X        X
     1606  Reported                    master      X    X
    16071607
    16081608=head1 jabber:x:delay
     
    16101610  Name                        Type       Get  Set  Remove  Defined  Add
    16111611  ==========================  =========  ===  ===  ======  =======  ===
    1612   From                        jid         X    X     X        X       
    1613   Message                     scalar      X    X     X        X       
    1614   Stamp                       timestamp   X    X     X        X       
    1615   Delay                       master      X    X                       
     1612  From                        jid         X    X     X        X
     1613  Message                     scalar      X    X     X        X
     1614  Stamp                       timestamp   X    X     X        X
     1615  Delay                       master      X    X
    16161616
    16171617=head1 jabber:x:encrypted
     
    16191619  Name                        Type       Get  Set  Remove  Defined  Add
    16201620  ==========================  =========  ===  ===  ======  =======  ===
    1621   Message                     scalar      X    X     X        X       
    1622   Encrypted                   master      X    X                       
     1621  Message                     scalar      X    X     X        X
     1622  Encrypted                   master      X    X
    16231623
    16241624=head1 jabber:x:event
     
    16261626  Name                        Type       Get  Set  Remove  Defined  Add
    16271627  ==========================  =========  ===  ===  ======  =======  ===
    1628   Composing                   flag        X    X     X        X       
    1629   Delivered                   flag        X    X     X        X       
    1630   Displayed                   flag        X    X     X        X       
    1631   ID                          scalar      X    X     X        X       
    1632   Offline                     flag        X    X     X        X       
    1633   Event                       master      X    X                       
     1628  Composing                   flag        X    X     X        X
     1629  Delivered                   flag        X    X     X        X
     1630  Displayed                   flag        X    X     X        X
     1631  ID                          scalar      X    X     X        X
     1632  Offline                     flag        X    X     X        X
     1633  Event                       master      X    X
    16341634
    16351635=head1 jabber:x:expire
     
    16371637  Name                        Type       Get  Set  Remove  Defined  Add
    16381638  ==========================  =========  ===  ===  ======  =======  ===
    1639   Seconds                     scalar      X    X     X        X       
    1640   Expire                      master      X    X                       
     1639  Seconds                     scalar      X    X     X        X
     1640  Expire                      master      X    X
    16411641
    16421642=head1 jabber:x:oob
     
    16441644  Name                        Type       Get  Set  Remove  Defined  Add
    16451645  ==========================  =========  ===  ===  ======  =======  ===
    1646   Desc                        scalar      X    X     X        X       
    1647   URL                         scalar      X    X     X        X       
    1648   Oob                         master      X    X                       
     1646  Desc                        scalar      X    X     X        X
     1647  URL                         scalar      X    X     X        X
     1648  Oob                         master      X    X
    16491649
    16501650=head1 jabber:x:roster
     
    16521652  Name                        Type       Get  Set  Remove  Defined  Add
    16531653  ==========================  =========  ===  ===  ======  =======  ===
    1654   Item                        child                                  X 
    1655   Items                       child       X          X        X       
    1656   Roster                      master      X    X                       
     1654  Item                        child                                  X
     1655  Items                       child       X          X        X
     1656  Roster                      master      X    X
    16571657
    16581658=head1 jabber:x:roster - item objects
     
    16601660  Name                        Type       Get  Set  Remove  Defined  Add
    16611661  ==========================  =========  ===  ===  ======  =======  ===
    1662   Ask                         scalar      X    X     X        X       
    1663   Group                       array       X    X     X        X       
    1664   JID                         jid         X    X     X        X       
    1665   Name                        scalar      X    X     X        X       
    1666   Subscription                scalar      X    X     X        X       
    1667   Item                        master      X    X                       
     1662  Ask                         scalar      X    X     X        X
     1663  Group                       array       X    X     X        X
     1664  JID                         jid         X    X     X        X
     1665  Name                        scalar      X    X     X        X
     1666  Subscription                scalar      X    X     X        X
     1667  Item                        master      X    X
    16681668
    16691669=head1 jabber:x:signed
     
    16711671  Name                        Type       Get  Set  Remove  Defined  Add
    16721672  ==========================  =========  ===  ===  ======  =======  ===
    1673   Signature                   scalar      X    X     X        X       
    1674   Signed                      master      X    X                       
     1673  Signature                   scalar      X    X     X        X
     1674  Signed                      master      X    X
    16751675
    16761676
     
    17261726}
    17271727
    1728 sub GetX     { my $self = shift; $self->GetChild(@_);    } 
     1728sub GetX     { my $self = shift; $self->GetChild(@_);    }
    17291729sub DefinedX { my $self = shift; $self->DefinedChild(@_); }
    17301730sub NewX     { my $self = shift; $self->NewChild(@_);    }
    1731 sub AddX     { my $self = shift; $self->AddChild(@_);    } 
     1731sub AddX     { my $self = shift; $self->AddChild(@_);    }
    17321732sub RemoveX  { my $self = shift; $self->RemoveChild(@_); }
    17331733
     
    17351735sub DefinedQuery { my $self = shift; $self->DefinedChild(@_); }
    17361736sub NewQuery     { my $self = shift; $self->NewChild(@_);     }
    1737 sub AddQuery     { my $self = shift; $self->AddChild(@_);     } 
     1737sub AddQuery     { my $self = shift; $self->AddChild(@_);     }
    17381738sub RemoveQuery  { my $self = shift; $self->RemoveChild(@_);  }
    17391739
     
    17701770    my $self = shift;
    17711771    my $value = shift;
    1772    
     1772
    17731773    if (!defined($value) && ($TIMEZONE == 1))
    17741774    {
     
    18041804    my $self = shift;
    18051805    my $value = shift;
    1806    
     1806
    18071807    if (defined($value))
    18081808    {
     
    18261826        my %result;
    18271827        my @xData = $item->GetX("jabber:x:data");
    1828         if ($#xData == -1) 
     1828        if ($#xData == -1)
    18291829        {
    18301830            %result = $item->GetItem();
Note: See TracChangeset for help on using the changeset viewer.