From d96b832787e621d5654a21704a7bb03b17775dbf Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 10 Sep 2012 19:49:30 +0000 Subject: Deprecate chan_gtalk, chan_jingle, and res_jabber chan_gtalk, chan_jingle, and res_jabber are now deprecated in favor of using chan_motif and res_xmpp. They are a feature-equivalent replacement and are written to be more easily maintainable. (closes issue ASTERISK-20298) Review: https://reviewboard.asterisk.org/r/2082/ Reported-by: Leif Madsen ........ Merged revisions 372795 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372796 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/devicestate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/devicestate.c') diff --git a/main/devicestate.c b/main/devicestate.c index 779668259..3256a7b4f 100644 --- a/main/devicestate.c +++ b/main/devicestate.c @@ -70,7 +70,7 @@ * The CLI command "show hints" show last known state * * \note None of these handle user states, like an IM presence - * system. res_jabber.c can subscribe and watch such states + * system. res_xmpp.c can subscribe and watch such states * in jabber/xmpp based systems. * * \section AstDevStateArch Architecture for devicestates -- cgit v1.2.3