mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29641 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
fa9e0ed768
commit
8c14cffd50
@ -1,13 +1,15 @@
|
|||||||
(res_jabber is very experimental!)
|
(res_jabber is very experimental!)
|
||||||
|
|
||||||
Jabber(xmpp) is an xml based protocol primarily for presence and messaging.
|
Jabber(xmpp) is an xml based protocol primarily for presence and messaging.
|
||||||
It is an open standard and there are several open server implementations,
|
It is an open standard and there are several open server implementations,
|
||||||
ejabberd, jabberd(2), wildfire, and many others, as well as several open source
|
ejabberd, jabberd(2), wildfire, and many others, as well as several open source
|
||||||
clients, Psi, gajim, gaim etc. Jabber differs from other IM applications as it
|
clients, Psi, gajim, gaim etc. Jabber differs from other IM applications as it
|
||||||
is immensly extendable. This allows us to easily integrate asterisk with
|
is immensly extendable. This allows us to easily integrate Asterisk with
|
||||||
jabber. The Asterisk Jabber Interface is provided by res_jabber. res_jabber
|
jabber. The Asterisk Jabber Interface is provided by res_jabber.so. res_jabber
|
||||||
allows for asterisk to connect to any jabber server via the standard client
|
allows for Asterisk to connect to any jabber server via the standard client
|
||||||
protocol or also as a simple client. Several simple functions are exposed to
|
protocol or also as a simple client. Several simple functions are exposed to
|
||||||
the dial plan, jabberstatus, jabbersend, and soon jabberrecv. res_jabber is also used
|
the dial plan, jabberstatus, jabbersend, and soon jabberrecv. res_jabber is also used
|
||||||
to provide the connection interface for chan_jingle.
|
to provide the connection interface for chan_jingle.
|
||||||
|
|
||||||
The maintainer of res_jabber is Matthew O'Gorman <mogorman@digum.com> or
|
The maintainer of res_jabber is Matthew O'Gorman <mogorman@digum.com> or
|
||||||
mog_work on irc or prefered mogorman@astjab.org over jabber.
|
mog_work on irc or prefered mogorman@astjab.org over jabber.
|
||||||
|
Loading…
Reference in new issue