Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
b6af624b
Commit
b6af624b
authored
Feb 22, 2013
by
Alexandru Ghica
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code clean up
Cleaned up unnecessary spaces, replaced tabs with spaces and fixed line terminators.
parent
ffbacad9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
LICENSE_MIT.txt
LICENSE_MIT.txt
+1
-1
README.rst
README.rst
+2
-2
converse.js
converse.js
+13
-13
No files found.
LICENSE_MIT.txt
View file @
b6af624b
README.rst
View file @
b6af624b
converse.js
View file @
b6af624b
...
...
@@ -1678,14 +1678,14 @@
store
.
set
(
xmppchat
.
connection
.
bare_jid
+
'
-xmpp-status
'
,
value
);
},
getStatusMessage
:
function
()
{
return
store
.
get
(
xmppchat
.
connection
.
bare_jid
+
'
-xmpp-custom-status
'
);
},
setStatusMessage
:
function
(
status_message
)
{
xmppchat
.
connection
.
send
(
$pres
({
'
type
'
:
this
.
getStatus
()}).
c
(
'
status
'
).
t
(
status_message
));
this
.
set
({
'
status_message
'
:
status_message
});
store
.
set
(
xmppchat
.
connection
.
bare_jid
+
'
-xmpp-custom-status
'
,
status_message
);
},
getStatusMessage
:
function
()
{
return
store
.
get
(
xmppchat
.
connection
.
bare_jid
+
'
-xmpp-custom-status
'
);
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment