aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 15:56:22 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-07 15:56:22 +0000
commitfdaf925af0e1e6dd07e5127046e882c90b8f725c (patch)
treeec0b3abe8cdf09447f183e2663274a5381333ca3 /res
parent62a54f210c61afd9e6b30eef33b6874cc27f95be (diff)
Fix indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84892 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_jabber.c62
1 files changed, 31 insertions, 31 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 83114a5e5..94c43bdb0 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -1433,39 +1433,39 @@ static void aji_handle_presence(struct aji_client *client, ikspak *pak)
iks_delete(iq);
}
}
- switch (pak->subtype) {
- case IKS_TYPE_AVAILABLE:
- ast_verb(5, "JABBER: I am available ^_* %i\n", pak->subtype);
- break;
- case IKS_TYPE_UNAVAILABLE:
- ast_verb(5, "JABBER: I am unavailable ^_* %i\n", pak->subtype);
- break;
- default:
+ switch (pak->subtype) {
+ case IKS_TYPE_AVAILABLE:
+ ast_verb(5, "JABBER: I am available ^_* %i\n", pak->subtype);
+ break;
+ case IKS_TYPE_UNAVAILABLE:
+ ast_verb(5, "JABBER: I am unavailable ^_* %i\n", pak->subtype);
+ break;
+ default:
ast_verb(5, "JABBER: Ohh sexy and the wrong type: %i\n", pak->subtype);
- }
- switch (pak->show) {
- case IKS_SHOW_UNAVAILABLE:
- ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
- break;
- case IKS_SHOW_AVAILABLE:
- ast_verb(5, "JABBER: type is available\n");
- break;
- case IKS_SHOW_CHAT:
- ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
- break;
- case IKS_SHOW_AWAY:
- ast_verb(5, "JABBER: type is away\n");
- break;
- case IKS_SHOW_XA:
- ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
- break;
- case IKS_SHOW_DND:
- ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
- break;
- default:
- ast_verb(5, "JABBER: Kinky! how did that happen %i\n", pak->show);
- }
}
+ switch (pak->show) {
+ case IKS_SHOW_UNAVAILABLE:
+ ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
+ break;
+ case IKS_SHOW_AVAILABLE:
+ ast_verb(5, "JABBER: type is available\n");
+ break;
+ case IKS_SHOW_CHAT:
+ ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
+ break;
+ case IKS_SHOW_AWAY:
+ ast_verb(5, "JABBER: type is away\n");
+ break;
+ case IKS_SHOW_XA:
+ ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
+ break;
+ case IKS_SHOW_DND:
+ ast_verb(5, "JABBER: type: %i subtype %i\n", pak->subtype, pak->show);
+ break;
+ default:
+ ast_verb(5, "JABBER: Kinky! how did that happen %i\n", pak->show);
+ }
+}
/*!
* \brief handles subscription requests.