Skip to content

Commit 6576b9f

Browse files
casalsghgitbook-bot
authored andcommitted
GitBook: [RocketChat#2040] add new researcher
1 parent 6cb6376 commit 6576b9f

File tree

12 files changed

+18
-9
lines changed

12 files changed

+18
-9
lines changed
18.7 KB
Loading

.gitbook/assets/image (1) (2) (1).png

118 KB
Loading

.gitbook/assets/image (3) (2) (1).png

22.2 KB
Loading

.gitbook/assets/image (3) (2).png

147 KB
Loading

.gitbook/assets/image (3).png

-139 KB
Loading

.gitbook/assets/image.png

12.1 KB
Loading

contributors/how-can-i-help/security/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Given the nature of Chat, we understand each person using Rocket.Chat has some e
1010
1111
Our security team will respond to confirm receipt of your message, review and plan the mitigation of the issue appropriately, as well as set a timeline for a new release or patch.
1212

13-
We follow responsible disclosure and will credit researchers when a security issue has been identified and mitigated while adhering to the following specifics:
13+
We follow Monsible disclosure and will credit researchers when a security issue has been identified and mitigated while adhering to the following specifics:
1414

1515
* You may not use automated tools in your research without our explicit consent. Use of automated tools may result in investigative action or your IP(s) being blocked.
1616
* You make a good faith effort to avoid privacy violations, destruction of data and interruption or degradation of our service during your research.
@@ -42,6 +42,8 @@ Rocket.Chat is very grateful for the following people who have responsibly discl
4242
[Emil (mikolajczak)](https://hackerone.com/mikolajczak?type=user)
4343

4444
[Ayoub (ayoub0x1)](https://hackerone.com/ayoub0x1?type=user)
45+
46+
[Maik (Sectex)](https://hackerone.com/sectex?type=user)
4547
{% endtab %}
4648

4749
{% tab title="2021" %}

guides/administration/admin-panel/integrations/telegram.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This will give you the possibility of relaying messages between Telegram and Roc
88
Rocket.Chat [Enterprise users](../settings/enterprise.md) have the [Telegram App](../../../app-guides/omnichannel-apps/telegram-app/) packaged with a lot more functionalities and other [Omnichannel](../../../omnichannel/) features to use.
99
{% endhint %}
1010

11+
{% hint style="warning" %}
12+
Note: This integration is not designed to work for Omnichannel Conversations. Please check our integration [here](../../../app-guides/omnichannel-apps/telegram-app/) for serving your Omnichannel conversations from Telegram on Rocket.Chat.
13+
{% endhint %}
14+
1115
## Getting Started
1216

1317
{% hint style="info" %}
@@ -116,20 +120,20 @@ https://api.telegram.org/bot<myauthorization-token>/setwebhook?url=<Incoming_Web
116120
}
117121
```
118122

119-
* Test your incoming Webhook by sending a telegram message to the bot. It should be posted in the `channel` by the `user`you specified in the incoming webhook configuration page. Check Rocket.Chat's Logs and write down `chat_id` (or `[chat-id]`)
123+
* Test your incoming Webhook by sending a telegram message to the bot. It should be posted in the `channel` by the `user`you specified in the incoming webhook configuration page. Check Rocket.Chat's Logs and write down `chat_id` (or `[chat-id]`)
120124

121125
![Telegram bot webhook Rocket.Chat](<../../../../.gitbook/assets/Telegram bot webhook with Rocket.Chat.png>)
122126

123127
## Create Outgoing WebHook in Rocket.Chat
124128

125-
* Create an outgoing webhook and specify the channel to listen in
129+
* Create an outgoing webhook and specify the channel to listen in
126130
* In the URL field, set the URL following this format:
127131

128132
```html
129133
https://api.telegram.org/bot<myauthorization-token>/sendMessage?chat_id=<chat-id>
130134
```
131135

132-
* `chat-id` should be your Telegram group id, You can get it by adding the `@RawDataBot` or [`@getidsbot`](https://t.me/getidsbot) to your group. You should get a response like the below on joining
136+
* `chat-id` should be your Telegram group id, You can get it by adding the `@RawDataBot` or [`@getidsbot`](https://t.me/getidsbot) to your group. You should get a response like the below on joining
133137

134138
```javascript
135139
GetIDsBot - Get Meta information in Telegram
@@ -151,7 +155,7 @@ Its admins:
151155
ℹ️ Commands are rate limited in group chats. I do not talk unless asked to do so.
152156
```
153157
154-
* Change the bot group privacy settings so it can listen to all messages by:&#x20;
158+
* Change the bot group privacy settings so it can listen to all messages by:
155159
* Sending the message `/setprivacy` to botFather
156160
* Choosing the bot you want to edit
157161
* Setting the status to `Disable`

guides/app-guides/omnichannel-apps/telegram-app/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: Omnichannel Integration between Rocket.Chat and Telegram.
88
**You must have the** [**Omnichannel feature**](https://docs.rocket.chat/guides/administration/settings/omnichannel-admins-guide#enable-omnichannel) **enabled as well as have** [**agents**](https://docs.rocket.chat/guides/omnichannel/agents) **and** [**managers**](https://docs.rocket.chat/guides/omnichannel/managers) **assigned in order to receive and send Omnichannel messages.**
99
{% endhint %}
1010

11+
{% hint style="warning" %}
12+
This integration is to work only for Omnichannel chats within Rocket.Chat. If you wish to use your Telegram bot on public or private channels/groups/Teams within Rocket.Chat, then please follow [this guide](../../../administration/admin-panel/integrations/telegram.md)
13+
{% endhint %}
14+
1115
{% content-ref url="telegram-app-installation.md" %}
1216
[telegram-app-installation.md](telegram-app-installation.md)
1317
{% endcontent-ref %}
@@ -23,4 +27,3 @@ description: Omnichannel Integration between Rocket.Chat and Telegram.
2327
{% content-ref url="telegram-app-agents-guide.md" %}
2428
[telegram-app-agents-guide.md](telegram-app-agents-guide.md)
2529
{% endcontent-ref %}
26-

guides/rocket.chat-voice-channel/voice-channel-admin-guide/configure-without-previously-having-a-pbx-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AMI goes in the “Other” zone because only some specific endpoints should be
5454
\
5555
Now you don’t want your Rocket.Chat to get banned by the FreePBX firewall so you have to add it to the Whitelist List. First, you need to know the IP or IP Networks from your Rocket.Chat instance. When you have a SaaS Rocket.Chat instance you will have a URL (subdomain) like <mark style="color:blue;">MyChosenName.rocket.chat</mark>, so just ping it. In this demo:
5656

57-
![](<../../../../.gitbook/assets/image (4).png>)
57+
![](../../../../.gitbook/assets/image.png)
5858

5959
Rocket.Chat will be connecting from the whole network 51.81.0.0/16\
6060
If you have your own Rocket.Chat instance self-hosted or similar, you should know what’s your IP address or network.

guides/rocket.chat-voice-channel/voice-channel-agent-guides/how-to-initiate-an-outbound-call-as-an-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ To make an outbound you can either dial from the dial pad or navigate to the con
66

77
<figure><img src="../../../.gitbook/assets/Initiating a call from the dialpad.png" alt=""><figcaption><p>Initiating a call from the dialpad</p></figcaption></figure>
88

9-
<figure><img src="../../../.gitbook/assets/image (3).png" alt=""><figcaption><p>Initiating a call from the Contact Center</p></figcaption></figure>
9+
<figure><img src="../../../.gitbook/assets/image (3) (2).png" alt=""><figcaption><p>Initiating a call from the Contact Center</p></figcaption></figure>

guides/rocket.chat-voice-channel/voice-channel-agent-guides/how-to-take-a-call-in-rocket.chat-voice-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You have controls to mute/unmute calls.
2424

2525
If you're using Rocket.Chat's enterprise edition you can hold and unhold acording to your workflow needs.
2626

27-
![Hold/Unhold](<../../../.gitbook/assets/image (1) (2) (1).png>)
27+
![Hold/Unhold](<../../../.gitbook/assets/image (1) (2) (1) (1).png>)
2828

2929
### Device Settings![](<../../../.gitbook/assets/enterprise blue.png>)
3030

0 commit comments

Comments
 (0)