General Category > Yate users hangout place

XMPP/Jingle auto accept subscribe requests?

(1/1)

rbowles:
I am new to XMPP/Jingle (I can't even spell XMPP!)

I have my lovely YATE server running XMPP/Jingle in client mode and is mostly serving some talk.google.com accounts.

I now have YATE also joining another XMPP server.  It logs in properly, display presence and accepts calls.  Is there a way to tell YATE to auto accept new contact / subscribe requests?

marian:
There is no place in user interface of Yate Client to configure such thing.

You can do it by editing a configuration file.
What platform are you using?

Diana Cionoiu:
@Marian: Which configuration file should be edited?

marian:
You must edit regexroute.conf:

[extra]
resource.subscribe=90

[resource.subscribe]
${module}^jabberclient$=if ${operation}^subscribe$= {
   ; Accept subscription request
   .*=enqueue resource.notify;account=${account};to=${subscriber};operation=subscribed
}

Navigation

[0] Message Index

Go to full version