Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor docs #1323

Merged
merged 9 commits into from
May 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/developers-guide/routing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions doc/open-extensions/muc_light.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The room MUST route all messages of the 'groupchat' type.

```xml
<message from='[email protected]/pda'
id='hysf1v37'
id='msg111'
to='[email protected]'
type='groupchat'>
<body>Harpier cries: 'tis time, 'tis time.</body>
Expand All @@ -204,7 +204,17 @@ The room MUST route all messages of the 'groupchat' type.
```xml
<message id='msg111' type='groupchat'
from='[email protected]/[email protected]'
to='[email protected]>
to='[email protected]'>
<body>Harpier cries: 'tis time, 'tis time.</body>
</message>
```

Note the message is sent to all the room occupants including the original sender.

```xml
<message id='msg111' type='groupchat'
from='[email protected]/[email protected]'
to='[email protected]'>
<body>Harpier cries: 'tis time, 'tis time.</body>
</message>
```
Expand Down
5 changes: 0 additions & 5 deletions doc/operation-and-maintenance/Logging-&-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ To monitor MongooseIM during load testing, we recommend the following open sourc
- [Graphite](http://graphite.wikidot.com/) is used for data presentation.
- [collectd](http://collectd.org/) is a daemon running on the monitored nodes capturing data related to CPU and Memory usage, IO etc.

### mod_api_metrics

It provides a REST interface for Mongoose's metrics, so it can be easily integrated with other services.

You can read more about it here: [REST interface to metrics](/developers-guide/REST-interface-to-metrics).

### Built-in Exometer reporters

Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/Push-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ When your [MongoosePush][] docker is up and running, Push Notifications can be u

There are just a few things the XMPP client application needs to receive the push notifications.
See the diagram to examine the process described in this section along with the example notification flow:
![](push_notifications_example_message_flow.svg)
![](push_notifications_example_message_flow.png)

### Registering with a Push Service provider

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions doc/user-guide/push_notifications_example_message_flow.svg

This file was deleted.