-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathStropheCappuccino.j
59 lines (50 loc) · 2.06 KB
/
StropheCappuccino.j
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
/*
* StropheCappuccino.j
*
* Copyright (C) 2010 Antoine Mercadal <antoine.mercadal@inframonde.eu>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
@import "MUC/TNStropheMUCRoom.j"
@import "Resources/Strophe/strophe.js"
@import "TNPubSub.j"
@import "TNStropheClient.j"
@import "TNStropheConnection.j"
@import "TNStropheContact.j"
@import "TNStropheGroup.j"
@import "TNStropheIMClient.j"
@import "TNStropheJID.j"
@import "TNStrophePrivateStorage.j"
@import "TNStropheRoster.j"
@import "TNStropheServerAdministration.j"
@import "TNStropheStanza.j"
@import "TNStropheVCard.j"
[TNStropheClient addNamespaceWithName:@"CAPS" value:@"http://jabber.org/protocol/caps"];
[TNStropheClient addNamespaceWithName:@"DELAY" value:@"urn:xmpp:delay"];
[TNStropheClient addNamespaceWithName:@"X_DATA" value:@"jabber:x:data"];
[TNStropheClient addNamespaceWithName:@"PING" value:@"urn:xmpp:ping"];
[TNStropheClient addNamespaceWithName:@"PRIVATE_STORAGE" value:@"jabber:iq:private"];
[TNStropheClient addNamespaceWithName:@"COMMAND" value:@"http://jabber.org/protocol/commands"];
/*! @mainpage
StropheCappuccino is distributed under the @ref license "AGPL".
@htmlonly <pre>@endhtmlonly
@htmlinclude README
@htmlonly </pre>@endhtmlonly
@page license License
@htmlonly <pre>@endhtmlonly
@htmlinclude LICENSE
@htmlonly </pre>@endhtmlonly
@defgroup strophecappuccino StropheCappuccino
*/