forked from AnyEvent-XMPP/AnyEvent-XMPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
100 lines (100 loc) · 2.47 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Changes
MANIFEST
Makefile.PL
TODO
README
CONTRIBUTORS
t/00-load.t
t/boilerplate.t
t/datetime.t
t/xml_filter_chars.t
t/jidsplit.t
t/parser_test.t
t/z_00_register.t
t/z_01_message.t
t/z_01_message_tracking.t
t/z_01_message_block.t
t/z_02_disco.t
t/z_03_iq_auth.t
t/z_04_presence.t
t/z_05_muc_detect.t
t/z_05_muc_join.t
t/z_05_muc2.t
t/z_05_muc3.t
t/z_06_iq_ping.t
t/z_06_iq_ping_timeout.t
t/z_06_iq_version.t
t/z_07_vcard.t
t/z_08_vcard_hook.t
t/z_09_owncontact.t
t/z_10_component.t
t/z_20_unregister.t
t/n_xmpp2_avatar.png
samples/sendmsg
samples/EVQ.pm
samples/simple_example_1
samples/conference_lister
samples/room_lister_stat
samples/limit_searcher
samples/test_client
samples/room_lister
samples/find_servers
samples/disco_version
samples/disco_info
samples/simple_oob_retriever
samples/simple_register_example
samples/simple_component
samples/talkbot
samples/talkbot_channel
samples/retrieve_roster
samples/display_avatar
samples/store_avatar
lib/AnyEvent/XMPP/IM/Contact.pm
lib/AnyEvent/XMPP/IM/Roster.pm
lib/AnyEvent/XMPP/IM/Connection.pm
lib/AnyEvent/XMPP/IM/Presence.pm
lib/AnyEvent/XMPP/IM/Account.pm
lib/AnyEvent/XMPP/IM/Message.pm
lib/AnyEvent/XMPP/IM/Delayed.pm
lib/AnyEvent/XMPP/Ext/Disco/Info.pm
lib/AnyEvent/XMPP/Ext/Disco/Items.pm
lib/AnyEvent/XMPP/Ext/DataForm.pm
lib/AnyEvent/XMPP/Ext/Pubsub.pm
lib/AnyEvent/XMPP/Ext/Registration.pm
lib/AnyEvent/XMPP/Ext/Disco.pm
lib/AnyEvent/XMPP/Ext/RegisterForm.pm
lib/AnyEvent/XMPP/Ext/OOB.pm
lib/AnyEvent/XMPP/Ext/Ping.pm
lib/AnyEvent/XMPP/Ext/Version.pm
lib/AnyEvent/XMPP/Ext/VCard.pm
lib/AnyEvent/XMPP/Ext/Receipts.pm
lib/AnyEvent/XMPP/Namespaces.pm
lib/AnyEvent/XMPP/Util.pm
lib/AnyEvent/XMPP/Ext.pm
lib/AnyEvent/XMPP/Error/SASL.pm
lib/AnyEvent/XMPP/Error/IQ.pm
lib/AnyEvent/XMPP/Error/IQAuth.pm
lib/AnyEvent/XMPP/Error/MUC.pm
lib/AnyEvent/XMPP/Error/Register.pm
lib/AnyEvent/XMPP/Error/Exception.pm
lib/AnyEvent/XMPP/Error/Stanza.pm
lib/AnyEvent/XMPP/Error/Stream.pm
lib/AnyEvent/XMPP/Error/Parser.pm
lib/AnyEvent/XMPP/Error/Presence.pm
lib/AnyEvent/XMPP/Error/Message.pm
lib/AnyEvent/XMPP/Ext/MUC.pm
lib/AnyEvent/XMPP/Ext/MUC/Message.pm
lib/AnyEvent/XMPP/Ext/MUC/Room.pm
lib/AnyEvent/XMPP/Ext/MUC/RoomInfo.pm
lib/AnyEvent/XMPP/Ext/MUC/User.pm
lib/AnyEvent/XMPP/Client.pm
lib/AnyEvent/XMPP/SimpleConnection.pm
lib/AnyEvent/XMPP/Extendable.pm
lib/AnyEvent/XMPP/Writer.pm
lib/AnyEvent/XMPP/Parser.pm
lib/AnyEvent/XMPP/Connection.pm
lib/AnyEvent/XMPP/Component.pm
lib/AnyEvent/XMPP/Error.pm
lib/AnyEvent/XMPP/Node.pm
lib/AnyEvent/XMPP/TestClient.pm
lib/AnyEvent/XMPP.pm