Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
205
Issues
205
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
f9cf0ac7
Commit
f9cf0ac7
authored
Jan 24, 2011
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/status also changes your presence in MUCs
parent
33421513
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/core.py
src/core.py
+2
-1
No files found.
src/core.py
View file @
f9cf0ac7
...
...
@@ -56,7 +56,7 @@ from keyboard import read_char
# http://xmpp.org/extensions/xep-0045.html#errorstatus
ERROR_AND_STATUS_CODES
=
{
'401'
:
_
(
'A password is required'
),
'403'
:
_
(
'
You are banned from the room
'
),
'403'
:
_
(
'
Permission denied
'
),
'404'
:
_
(
'The room does
\'
nt exist'
),
'405'
:
_
(
'Your are not allowed to create a new room'
),
'406'
:
_
(
'A reserved nick must be used'
),
...
...
@@ -1025,6 +1025,7 @@ class Core(object):
pres
[
'status'
]
=
msg
pres
[
'type'
]
=
show
pres
.
send
()
self
.
command_show
(
arg
)
def
command_list
(
self
,
arg
):
"""
...
...
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