summaryrefslogtreecommitdiff
path: root/res/res_xmpp.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-07 17:06:51 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-07 17:06:51 +0000
commita3fa37b8cfbe82777b4954214afaad7b020081e5 (patch)
tree06077d417d6aac7e2fac641264c96527eed326ec /res/res_xmpp.c
parentdb59a3f12399fad704fb8977ab980f372c073068 (diff)
Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif.
This channel driver is a replacement for both chan_gtalk and chan_jingle but adds additional features not found in either. These features include full configuration reload, video, full codec support, bidirectional cause code mapping, hold, unhold, and ringing indication. It is also compliant with the current published Jingle and Google Jingle specifications. The original Google Talk protocol is also supported for Google Voice interoperability. You may ask yourself though where the name motif comes from... and I would say to you... music! motif: a perceivable or salient recurring fragment or succession of notes Sorta like a jingle! Review: https://reviewboard.asterisk.org/r/1917/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_xmpp.c')
-rw-r--r--res/res_xmpp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/res_xmpp.c b/res/res_xmpp.c
index c8ba09f85..8428e3d09 100644
--- a/res/res_xmpp.c
+++ b/res/res_xmpp.c
@@ -24,7 +24,7 @@
*
* \extref Iksemel http://code.google.com/p/iksemel/
*
- * A refereouce module for interfacting Asterisk directly as a client or component with
+ * A reference module for interfacting Asterisk directly as a client or component with
* an XMPP/Jabber compliant server.
*
* This module is based upon the original res_jabber as done by Matt O'Gorman.
@@ -32,7 +32,6 @@
*/
/*** MODULEINFO
- <defaultenabled>no</defaultenabled>
<depend>iksemel</depend>
<use type="external">openssl</use>
<support_level>core</support_level>