Skip to content

Commit 69dab51

Browse files
committed
Formatting and remove ref to converse
1 parent 4ee2022 commit 69dab51

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ object.
1717

1818
For example, here the "roster" plugin is used:
1919

20-
``
21-
var connection = new Strophe.Connection(converse.bosh_service_url);
22-
connection.roster.get(function () {});
23-
``
20+
``var connection = new Strophe.Connection(bosh_service_url);```
21+
``connection.roster.get(function () {});```
2422

2523
## Available Plugins
2624

0 commit comments

Comments
 (0)